go-plex-client icon indicating copy to clipboard operation
go-plex-client copied to clipboard

A Plex.tv and Plex Media Server Go client

Results 22 go-plex-client issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.0 to 1.4.1. Release notes Sourced from github.com/gorilla/websocket's releases. v1.4.1 Notable Changes ⚠️ This release fixes a potential denial-of-service (DoS) vector in gorilla/websocket, and we recommend that...

dependencies

Scrobble und Unscrobble allows to set a mediaitem to watched or unwatched key can be the simple number (as string), or the direct value from a metadata search result (something...

I haven't tested whether it now fully works, but these were the things I ran into.

I would have expected the "userRating" field (= the note you can give through PLEXUI), but i don't see it anywhere (neither at runtime nor in the code). Is it...

"UserRating" field was missing. By adding it in models.go / Metadata structure, it allows to retrieve this value from the PLEX content. See #54

Adds the ability to download seasons using the existing `plex-cli download` command by checking if the first selection has children, and if so, allowing the user to choose which child...

This PR: * Adds a new `GetPlaylists` method to the client to retrieve playlists from Plex * Adds to the CLI the ability to set an access token as well...

for example: ``` "Genre": [ { "tag": "Crime" }, { "tag": "Drama" } ], "Country": [ { "tag": "United States of America" } ], "Director": [ { "tag": "Brian Kirk"...

Getting an error on Plex 1.27.1.5916 `json: cannot unmarshal array into Go struct field Metadata.MediaContainer.Metadata.rating of type float64` during `GetSessions()`. It seems that there is a new json field `Rating`...

Added a `GetPlaylists` function that takes an optional playlist type and returns a list of playlists.