PlexKit icon indicating copy to clipboard operation
PlexKit copied to clipboard

An async, type-safe Plex interface in Swift.

Results 5 PlexKit issues
Sort by recently updated
recently updated
newest added

latest tag is 1.6.0 but cocopods is installing 1.1.1 as it is listed here https://cocoapods.org/pods/PlexKit

Sending `GIDSignIn` info creates an error, any way to do this i am missing?

Adding get children request. Useful for getting season and episodes `MediaItem`.

Request [here](https://www.reddit.com/r/PrologueApp/comments/iq9jyp/shared_playlists/). - Example request: https://PLEX_RESOURCE/library/shared/all - Supports paging via `X-Plex-Container-Start` and `X-Plex-Container-Size`

https://github.com/lcharlick/PlexKit/blob/f35120b87643fca2646383629701c736df104508/Sources/PlexKit/Requests/Resource/TranscodeAudio.swift#L35 Does the preferredBitrate do anything? A couple of lines above the parameter `maxAudioBitrate` is annotated with a 'does not make a difference', but does the add-limitation work? From my...