paracusia v0.2.1 Paracusia.MpdClient.Stickers
Functions related to Stickers.
Summary
Functions
Returns all stickers for the song at the given URI
Deletes all sticker values from the song at the given URI
Deletes a sticker value from the song at the given URI
Searches inside parent_uri
for songs with the given sticker name
and returns a list of
{uri, value}
tuples where value
is the sticker value of uri
for name
Returns the sticker value for the given URI
Sets the sticker name
of uri
to value
Functions
Returns all stickers for the song at the given URI.
Deletes all sticker values from the song at the given URI.
Deletes a sticker value from the song at the given URI.
find(String.t, String.t) :: {:ok, [{String.t, String.t}]} | Paracusia.MpdTypes.mpd_error
Searches inside parent_uri
for songs with the given sticker name
and returns a list of
{uri, value}
tuples where value
is the sticker value of uri
for name
.
Returns the sticker value for the given URI.
Sets the sticker name
of uri
to value
.