libmpd-0.9.0.1: An MPD client library.

Portabilityunportable
Stabilitystable
Maintainerjoachifm@fastmail.fm
Safe HaskellNone

Network.MPD.Applicative.Stickers

Description

Stickers.

Synopsis

Documentation

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

Read sticker value for the object specified.

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

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

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

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)]

List stickers for the object.

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

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