Hello!
For flexible attributes set on albums, can I still query them to get a list of tracks?
For instance, I have started adding my personal rating of albums to a flexible attribute called albumrating
. It made sense to me to use this field. So I can now get a list of albums with certain ratings using beet ls -a albumrating:2
for instance. I would like to use the same flexible attribute to get a list of tracks to output to a playlist.
Though upon reading this reply it does seem like what I’m wanting to do would require the flexattr albumrating
to be set for each track, on reading this note:
What would be the best way to be able to generate playlists based on my albumrating
flexattr? To just rate the items instead?