libmpd-0.9.0.1: An MPD client library.

Copyright(c) Joachim Fasting 2012
LicenseMIT
Maintainerjoachifm@fastmail.fm
Stabilitystable
Portabilityunportable
Safe HaskellNone
LanguageHaskell2010

Network.MPD.Applicative.Stickers

Description

Stickers.

Synopsis

Documentation

stickerGet :: ObjectType -> String -> String -> Command [String] Source

Read sticker value for the object specified.

stickerSet :: ObjectType -> String -> String -> String -> Command () Source

Add sticker value to the object. Will overwrite existing stickers with the same name.

stickerDelete :: ObjectType -> String -> String -> Command () Source

Delete a sticker value from the object. If no sticker name is given, all sticker values attached to the object are deleted.

stickerList :: ObjectType -> String -> Command [(String, String)] Source

List stickers for the object.

stickerFind :: ObjectType -> String -> String -> Command [(String, String)] Source

Search the sticker database for stickers with the specified name, below the specified directory.