Liking cljdoc? Tell your friends :D

rockbox.library

Library queries (albums, artists, tracks, search) and likes.

Library queries (albums, artists, tracks, search) and likes.
raw docstring

albumclj

(album client id)

Single album with full track list, or nil if not found.

Single album with full track list, or `nil` if not found.
sourceraw docstring

albumsclj

(albums client)

All albums (with shallow track stubs).

All albums (with shallow track stubs).
sourceraw docstring

artistclj

(artist client id)

Single artist with albums and tracks, or nil.

Single artist with albums and tracks, or `nil`.
sourceraw docstring

artistsclj

(artists client)

All artists (with shallow album stubs).

All artists (with shallow album stubs).
sourceraw docstring

like-albumclj

(like-album client id)

Like an album. Returns the client.

Like an album. Returns the client.
sourceraw docstring

like-trackclj

(like-track client id)

Like a track. Returns the client.

Like a track. Returns the client.
sourceraw docstring

liked-albumsclj

(liked-albums client)
source

liked-tracksclj

(liked-tracks client)
source

scanclj

(scan client)

Trigger a full rescan of music_dir. Returns the client.

Trigger a full rescan of `music_dir`. Returns the client.
sourceraw docstring

(search client term)

Full-text search across artists, albums, tracks. Returns a map with :artists :albums :tracks :liked-tracks :liked-albums.

Full-text search across artists, albums, tracks. Returns a map with
`:artists :albums :tracks :liked-tracks :liked-albums`.
sourceraw docstring

trackclj

(track client id)

Single track by id, or nil.

Single track by id, or `nil`.
sourceraw docstring

tracksclj

(tracks client)

All tracks in the library.

All tracks in the library.
sourceraw docstring

unlike-albumclj

(unlike-album client id)

Unlike an album. Returns the client.

Unlike an album. Returns the client.
sourceraw docstring

unlike-trackclj

(unlike-track client id)

Unlike a track. Returns the client.

Unlike a track. Returns the client.
sourceraw docstring

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