An idea to help organize your music with extra metadata using a SQL Server Database. This repository searches through a folder and gathers metadata already in mp3 files to add to a database
Not all ZPLs/m3u8 files are created equal, some are missing a considerable amount of information that we attempt to match on. Be safer about parsing the XML, and add more fallbacks for matching.
[x] TODO: Add migration information to the readme
[x] TODO: Update the schema SQL
[x] TODO: Make migrations for the SQLite version
[x] Opted to not do this. Not worth it since it's just playlists, which are quick to re-import
Not all ZPLs/m3u8 files are created equal, some are missing a considerable amount of information that we attempt to match on. Be safer about parsing the XML, and add more fallbacks for matching.