Stickers
Rmpc uses MPD’s stickers for some of its functionality like rating, liked status and might use more in the future.
These stickers are simple key-value pairs attached to songs and can be used to store arbitrary data. You must have sticker_file set in your MPD’s configuration to use this functionality.
You can display these stickers using the Sticker("<name>")
property.
Stickers used by rmpc
Section titled “Stickers used by rmpc”Name | Description |
---|---|
rating | Used to store ratings. Has to be a valid positive integer in the 0-10 range. Numbers outside this range are permitted too if configured to do so but might not work in other MPD clients/rmpc functionality. |
like | Used to store like status. Possible values are 0 , 1 and 2 meaning “disliked”, “neutral” and “liked” respectively |
playCount | How many times a song was played. Requires configuration. |