JonnyWong16

Results 21 issues of JonnyWong16

## Description Updates all string formatting to use f-strings. Used `flynt` to convert f-strings. https://github.com/ikamensh/flynt ## Type of change Please delete options that are not relevant. - [ ] Bug...

non-breaking

## Description Add `utils.toJson(obj)` function to convert an object to a JSON string ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change...

non-breaking

## Description * Adds `PlayedUnplayedMixin` for Plex objects which can be marked as played / unplayed which include `Audio` and `Video`. Previously, `Audio` could not be marked as played /...

non-breaking

## Description Add support for using `MediaTag` objects when editing tags. Using tag strings is still supported. #### Examples Previously editing tags required providing the tag strings. ```py >>> movie.genres...

non-breaking

## Description PMS 1.28 displays the following warning message in the logs whenever the `/library/section//all` endpoint is called without pagination using `X-Plex-Container-Size`. ``` Missing X-Plex-Container-Size header. This will fail with...

non-breaking

## Description Add `return self` to most methods to support method chaining. ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change which...

non-breaking

## Description * Adds new `MyPlexAccount.viewStateSync` property to determine if view state syncing is enabled/disabled for the account. * Adds new methods `MyPlexAccount.enableViewStateSync()` and `MyPlexAccount.disableViewStateSync()` to enable and disable view...

non-breaking

See here for the API commands for the Plex Watch Together feature: https://gist.github.com/JonnyWong16/ad81a420e8f1f87fc0622d935520e410

enhancement
helpwanted

The user agent for mobile Chrome 84.0.414789 on the Motorola Edge Plus phone is being parsed as Microsoft Edge. User agent: ``` Mozilla/5.0 (Linux; Android 10; motorola edge plus) AppleWebKit/537.36...

bug

**Is your feature request related to a problem? Please describe.** Implement [Ace Editor](https://ace.c9.io/) for the notification and newsletter text boxes. This allows code highlighting and syntax checking. **Describe the solution...

type:enhancement
topic:ui
topic:notifications
topic:newsletters
priority:someday