Replies: 1 comment
-
|
Ultimately, the problem was that when I executed the modification command with camelCase "isMix", but if I modified it with beet modify as "ismix", then it could query it and search for it with the list command. It seemed strange to me, so I decided to share it in case it might be useful to someone in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m experimenting with flexible attributes in beets and ran into an issue.
I declared a field in config.yaml like this:
I can set it with
beet modify isMix=trueand I can display it withbeet ls -f '$isMix'.So the field is definitely written to the database.I can see it with
beet ls -l 'path/file.mp3'.The problem: I can’t query it. For example:
beet ls isMix:trueorbeet ls isMix:1returns nothing.
Any advice from experienced beets users would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions