Liking cljdoc? Tell your friends :D
Clojure only.

clj-plex.client


PlexClientcljprotocol

The protocol for interacting with a Plex server.

The protocol for interacting with a Plex server.

library->allclj

(library->all this section-key)

Retrieve all of the items within a given library section.

Retrieve all of the items within a given library
section.

library->refresh->allclj

(library->refresh->all this)

Scan all of the content within all of the available Plex libraries.

Scan all of the content within all of the available
Plex libraries.

playlistclj

(playlist this title)

Retrieve a Plex playlist matching the specified title.

Retrieve a Plex playlist matching the
specified title.

playlist->item->moveclj

(playlist->item->move this rating-key track after)

Move the specified track to be after the :after track within the playlist. If :after is nil, then the track will be moved to the first item in the playlist.

Move the specified track to be after the :after track
within the playlist. If :after is nil, then the track
will be moved to the first item in the playlist.

playlist->itemsclj

(playlist->items this rating-key)

Retrieve the items on a playlist by the playlist's rating key.

Retrieve the items on a playlist by the playlist's
rating key.

playlistsclj

(playlists this)

Retrieve all Plex playlists.

Retrieve all Plex playlists.

sectionsclj

(sections this)

Retrieve all of the different libraries for the current Plex server.

Retrieve all of the different libraries for the
current Plex server.
sourceraw docstring

responsecljmultimethod

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close