sticker: new library for storing dynamic information about songs

"Stickers" are pieces of information attached to existing MPD objects
(e.g. song files, directories, albums).  Clients can create arbitrary
name/value pairs.  MPD itself does not assume any special meaning in
them.
This commit is contained in:
Max Kellermann
2009-01-19 18:51:57 +01:00
parent fbed96dcea
commit 145ab84d51
7 changed files with 470 additions and 0 deletions

View File

@@ -43,6 +43,10 @@ The default is "yes".
.B db_file <file>
This specifies where the db file will be stored.
.TP
.B sticker_file <file>
The location of the sticker database. This is a database which
manages dynamic information attached to songs.
.TP
.B log_file <file>
This specifies where the log file should be located.
The special value "syslog" makes MPD use the local syslog daemon.