meeb / bandcampsync

Downloads your Bandcamp purchases automatically
BSD 3-Clause "New" or "Revised" License
133 stars 6 forks source link

Use album_title field as title. #15

Closed olepbr closed 8 months ago

olepbr commented 8 months ago

Hi there!

Not sure if Bandcamp changed their API or what, but my downloads do not have a title field in them, causing the tool to loop endlessly through all purchases and not download anything; this change fixes said problem for me, but I saw that the response also includes keys such as item_title, which might be a more robust choice, but I haven't tested it.

meeb commented 8 months ago

Thanks! Quite possibly this is a remote change. Bandcampsync slurps the JSON data used for the SPA web interface so it's quite likely this changes.