You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to ask mpc to return songs with a sticker key with a specific value, my specific need is to find a sticker key named "rating" that is greater than or equal to a value, ie something like this:
mpc sticker "" find "rating>=6"
Finding all files with a given key, ie: mpc sticker "" find rating works fine, but can mpc return only specific results? It already has many other options in find/search to get specific song attributes, being able to filter the sticker keys would be terrific. Thank you!
I'd like to be able to ask mpc to return songs with a sticker key with a specific value, my specific need is to find a sticker key named "rating" that is greater than or equal to a value, ie something like this:
mpc sticker "" find "rating>=6"
Finding all files with a given key, ie: mpc sticker "" find rating works fine, but can mpc return only specific results? It already has many other options in find/search to get specific song attributes, being able to filter the sticker keys would be terrific. Thank you!
This has been implemented in MPD itself via this issue: MusicPlayerDaemon/MPD#759
The text was updated successfully, but these errors were encountered: