JeffreyGaydos / music-database-generator

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
2 stars 1 forks source link

Playlist Transfer Tool Bugs #45

Closed JeffreyGaydos closed 4 months ago

JeffreyGaydos commented 4 months ago

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

JeffreyGaydos commented 4 months ago

Replaced by https://github.com/JeffreyGaydos/music-database-generator/pull/46