aboutsummaryrefslogtreecommitdiffstats
path: root/src/sticker.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-03Add sticker list command.Eric Wollesen1-3/+72
[mk: merged memory leak patch; fixed indentation (tabs); fixed documentation typo]
2009-01-25Add idle event on sticker deletion, update and insertionQball Cow1-0/+5
2009-01-19sticker: new library for storing dynamic information about songsMax Kellermann1-0/+361
"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.