Library queries (albums, artists, tracks, search) and likes.
Library queries (albums, artists, tracks, search) and likes.
(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.
(albums client)All albums (with shallow track stubs).
All albums (with shallow track stubs).
(artist client id)Single artist with albums and tracks, or nil.
Single artist with albums and tracks, or `nil`.
(artists client)All artists (with shallow album stubs).
All artists (with shallow album stubs).
(like-album client id)Like an album. Returns the client.
Like an album. Returns the client.
(like-track client id)Like a track. Returns the client.
Like a track. Returns the client.
(scan client)Trigger a full rescan of music_dir. Returns the client.
Trigger a full rescan of `music_dir`. Returns the client.
(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`.
(track client id)Single track by id, or nil.
Single track by id, or `nil`.
(unlike-album client id)Unlike an album. Returns the client.
Unlike an album. Returns the client.
(unlike-track client id)Unlike a track. Returns the client.
Unlike a track. Returns the client.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |