1. 19 Jan, 2009 5 commits
    • Max Kellermann's avatar
      command: added "sticker" command · f9c693e6
      Max Kellermann authored
      The "sticker" command allows clients to query or manipulate the
      sticker database.  This patch implements the sub-commands "get" and
      "set"; more will follow soon (enumeration), as well as extended
      "lsinfo" / "playlistinfo" versions.
      f9c693e6
    • Max Kellermann's avatar
      update: delete stickers of deleted songs · 2934585d
      Max Kellermann authored
      When a song is deleted from the database, remove its sticker, too.
      
      What's still missing is some sort of garbage collector after a fresh
      database create (--create-db).
      2934585d
    • Max Kellermann's avatar
      sticker: added song sticker library · 638f95aa
      Max Kellermann authored
      This is a wrapper for the backend sticker library.  It provides
      several glue functions which take a song object instead of type/uri.
      638f95aa
    • Max Kellermann's avatar
      sticker: new library for storing dynamic information about songs · 145ab84d
      Max Kellermann authored
      "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.
      145ab84d
    • Max Kellermann's avatar
      flac: include config.h · fbed96dc
      Max Kellermann authored
      The plugin queries build-time configuration variables, and should
      include config.h.
      fbed96dc
  2. 18 Jan, 2009 24 commits
  3. 17 Jan, 2009 11 commits