Closed eramdam closed 7 months ago
Thanks for reporting this! Have just checked and I found that the plugin expects the words in the genre to be delimited by a space only. So if the album had a genre named alt country you would have seen the expected behaviour, however since alt-country contains a dash it didn't get picked up.
This is of course wrong and I'm about to address it now!
Have just merged the fix :)
Alright, maybe this one is actually a valid issue š
I'm trying to set up
beetcamp
to grab as many genres as possible, but I feel like I'm missing something about whatbeetcamp
tries to grab to put in thegenre
tag.Consider this album https://acidcowboysband.bandcamp.com/album/blue-dirt The tags as displayed on the page are
country alt-country balearic indie pop twisted United States
yet beetcamp only grabsindie pop
even thoughcountry
is also in the list of valid genre.I managed to work around this by adding
always_include: ["[\\w\\W]*"]
(which I might do anyway because I don't mind grabbing extra genres) to the genre configuration but I figured this might be worth reporting since I couldn't understand why this is happening.Here's my configuration
Running the newest release on beets 1.6.0