Hello!
I would like to rate the albums I listen to in 2021, and I figured I could use a flexible attribute field for this and the types plugin to set said field to int
. I want to rate albums from 1 to 5 in .5 increments, so a rating like 0.5, 3.5, etc. Is this possible somehow?
If I try setting a 1.5 rating using beet modify -a album:album albumrating=1.5
beets tells me:
Album
albumrating: 0
Really modify, move and write tags? (Yes/no/select)
Thanks!