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

Use Directory to Find Artist Data #19

Closed JeffreyGaydos closed 1 year ago

JeffreyGaydos commented 1 year ago

Many tracks surprisingly don't have any artist data associated with them. This is an issue with the file itself lacking data, not our parsers. Use the directory of each file to make a best guess at what the artist data should be, but only after using any data directly on the file

JeffreyGaydos commented 1 year ago

Turns out this was more of an issue with the artist track deletion function, but the regex was also subpar.