Liking cljdoc? Tell your friends :D

rocksky.playlist

app.rocksky.playlist.* — the global, AT-Proto-backed playlists.

Distinct from rocksky.library, whose playlist fns drive the Subsonic/Navidrome library (app.rocksky.library.*).

Writes publish records to the caller's repo, so they need a token and only appear in reads once the AppView has ingested the commit.

app.rocksky.playlist.* — the global, AT-Proto-backed playlists.

Distinct from `rocksky.library`, whose playlist fns drive the
Subsonic/Navidrome library (app.rocksky.library.*).

Writes publish records to the caller's repo, so they need a `token` and only
appear in reads once the AppView has ingested the commit.
raw docstring

add-songsclj

(add-songs uri songs {:keys [token base]})
source

create-playlistclj

(create-playlist name {:keys [token description picture-url base]})
source

get-playlistclj

(get-playlist uri)
(get-playlist uri {:keys [filter base]})
source

list-playlistsclj

(list-playlists)
(list-playlists {:keys [limit offset filter base]})
source

remove-playlistclj

(remove-playlist uri {:keys [token base]})
source

remove-trackclj

(remove-track uri song-uri {:keys [token base]})
source

update-playlistclj

(update-playlist uri {:keys [token name description picture-url base]})
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close