aboutsummaryrefslogtreecommitdiffstats
path: root/src/sticker.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Update copyright header.Avuton Olrich2009-03-131-3/+4
| | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
* Move from the opaque GPtrArray to GHashTable for sticker lists.Eric Wollesen2009-03-111-11/+10
|
* Add sticker list command.Eric Wollesen2009-03-031-3/+72
| | | | | [mk: merged memory leak patch; fixed indentation (tabs); fixed documentation typo]
* Add idle event on sticker deletion, update and insertionQball Cow2009-01-251-0/+5
|
* sticker: new library for storing dynamic information about songsMax Kellermann2009-01-191-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.