nuclear
nuclear copied to clipboard
bandcamp source doesnt work
Platform: windows 11 pro
Nuclear version: 2dd909 Description of the issue:
when I search songs via bandcamp it finds it but doesn't play
Thanks for reporting. It's wonky, because the scraper (https://github.com/masterT/bandcamp-scraper) doesn't always find individual tracks, even if they're listed on the album. Do you have any examples I could look at?
https://user-images.githubusercontent.com/61067633/160890367-d8c6057b-70a0-4a2a-9952-7b3dfdd98c08.mp4
@anonimQwerty what if you change your metadata provider to Bandcamp? I ask this because I had this issue using Discogs, but after changing it to Bandcamp, it worked.
@anonimQwerty what if you change your metadata provider to Bandcamp? I ask this because I had this issue using Discogs, but after changing it to Bandcamp, it worked.
How to change metadata provider?
You can switch it using the dropdown next to the search input box.
I'm having a slightly different issue regarding Bandcamp though (using Nuclear f5ec0d from the AppImage). There are some albums that are showing an error message when I click them:

Not sure what would be the issue with the album, because it looks fully available on Bandcamp.
What I did was clicking on the album, and then, the UI kind of resetted (everything disappeared and was shown again), and the error message on the bottom right was shown.
When you look up an album in Nuclear, we do essentially the same thing as searching directly on the Bandcamp website to find it: https://bandcamp.com/search?q=brutus+nest&item_type=a&from=results
For whatever reason, albums that are otherwise available, don't always show up in the results, causing this error. Bandcamp has no API so we're forced to scrape the site.
For whatever reason, albums that are otherwise available, don't always show up in the results, causing this error. Bandcamp has no API so we're forced to scrape the site.
Got it, that's completely reasonable