6 ms·
I think I'm using that already. Limiting to one genre I don't think will fix it - what I want is to define the allowable values for genre, and then limit to on
by adg33 10mo ago
I think I'm using that already.
Limiting to one genre I don't think will fix it - what I want is to define the allowable values for genre, and then limit to one.
It's probably better with the limit one though!
- jank199x 10mo agoThere's a whitelist option. Just read the docs, really, lastgenre is very configurable.
- HyprMusic 10mo agoSet whitelist to a file path and then add a file with each genre that you want to keep on a new line. You can use the top-level genres in this file to base it off (except the whitelist isn't YAML, just a genre per line): https://raw.githubusercontent.com/beetbox/beets/master/beetsplug/lastgenre/genres-tree.yaml https://raw.githubusercontent.com/beetbox/beets/master/beets... Be sure to enable canonical so it converts the specific genres into their parent genre.