06-18-2020, 01:39 PM
Sticker database, actually. See, e.g., the default mpdconf.example
To quote the documentation
IMHO this would be a massive nuisance to support in moOde.
Regards,
Kent
Code:
# The location of the sticker database. This is a database which
# manages dynamic information attached to songs.
#
#sticker_file "~/.mpd/sticker.sql"
To quote the documentation
Quote:“Stickers” [2] are pieces of information attached to existing MPD objects (e.g. song files, directories, albums; but currently, they are only implemented for song). Clients can create arbitrary name/value pairs. MPD itself does not assume any special meaning in them.
The goal is to allow clients to share additional (possibly dynamic) information about songs, which is neither stored on the client (not available to other clients), nor stored in the song files (MPD has no write access).
Client developers should create a standard for common sticker names, to ensure interoperability.
IMHO this would be a massive nuisance to support in moOde.
Regards,
Kent