-
Let assume that I have huge library where half of them in lossless like flac. How can I find everything which is in mp3, ogg, m4a and similar formats? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
I don't think there's a direct query to do so, but a regex query on the
You could use
to figure out which formats to include in the regex first. Maybe a range query on the bitrate field is useful, too. |
Beta Was this translation helpful? Give feedback.
-
Invert the query: https://beets.readthedocs.io/en/stable/reference/query.html#query-term-negation |
Beta Was this translation helpful? Give feedback.
-
Anyway, this is still quite tricky. Maybe it is possible to aggregate author and/or almbums by used format and bitrate? |
Beta Was this translation helpful? Give feedback.
After a thinking a while I see that it is one time features, and I can't make it in generic way.