yyyyyyyan / bandcamper

Bandcamp downloader
MIT License
44 stars 9 forks source link

Fix issue with single track releases having no album name and a track number of 0 #17

Open Brisppy opened 9 months ago

Brisppy commented 9 months ago

Single track release metadata isn't properly handled, and the provided track number is None so breaks the dict comprehension. Seems they might have changed the name of album_title to just title. These changes explicitly handle albums and tracks, not sure if there are any other types of releases but these will raise a NotImplementedError if encountered.