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.
TODO: Split this off into a new PR with only the new changes, this is the old branch that I mistakenly have been pushing to
TODO: Add migration information to the readme
TODO: Update the schema SQL
TODO: Make migrations for the SQLite version
TODO: Fix the migration script
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.
TODO: Split this off into a new PR with only the new changes, this is the old branch that I mistakenly have been pushing to TODO: Add migration information to the readme TODO: Update the schema SQL TODO: Make migrations for the SQLite version TODO: Fix the migration script