You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Audiophiles' Music Manager is a Python3/Laravel8 suite which tries to overcome the shortcomings of most music management programs out there. This project is in it's infancy and I use this as a study project.
All functionality described on this page is subject to change (usually I will not remove planned functionality unlessreplaced by something better) and may not be available in the early releases but wil be integrated eventually as thisproject is basically my lifes' work
(c) 2017-2020 Mattijs Snepvangers
GOAL
My goal is to write an application that can REALLYmanage ALL aspects of a digital Music Collection of ANY size (mycollection consists of a little over 500k songs...)Eventually it will be written in Python 3.8+ but I've decided to make a draft in bash4+/php7.4+ first to get a feel forwhat I'm trying to accomplish when
(planned) REQUIREMENTS:
Draft Version:
Bash 4/5
GNU find
fdupes
fpcalc
apache/nginx/ etc running PHP 7.4+ and PHP-cli 7.4+
MySQL/MariaDB Server and CLI Planned Version 1.0:
Python 3.x
MySQL/MariaDB Server
Planned Functionality (MoSCoW prioritizing):
M Index files, Purge Non-Audiofiles, Parse & Purge Tags, Store File- & Tag-Data in DB
M Generate Audio-Fingerprint, Calculate Audio Quality(bitrate/channels/sampling), Remove Duplicates Based onQuality
S Transcode & Normalize
S Retrieve Artistnames, Albumtitles, ft. Artists, Composer/writer, Albumart, Lyrics
M Integrate Tags & Art in DB, Fix (& Merge) Artistnames & Titles
M Insert Tags in Files, Rename & Move Files to target dir structure
C GUI,S AJAX Interface &W Android Client
W DLNA media server, MPD/Audacious integration(?)
Future ideas (stil under debate):
Acoustic Optimisation
Automagic searching & downloading of missing songs
About
Audiophiles' Music Manager is a Python3/Laravel8 suite which tries to overcome the shortcomings of most music management programs out there. This project is in it's infancy and I use this as a study project.