Skip to content

Add PlexClient createPlayQueue method#1625

Merged
JonnyWong16 merged 6 commits into
pushingkarmaorg:masterfrom
JonnyWong16:feature/client_createPlayQueue
Jul 10, 2026
Merged

Add PlexClient createPlayQueue method#1625
JonnyWong16 merged 6 commits into
pushingkarmaorg:masterfrom
JonnyWong16:feature/client_createPlayQueue

Conversation

@JonnyWong16

@JonnyWong16 JonnyWong16 commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

Description

Adds a new PlexClient.createPlayQueue method for modern Plex clients that automatically creates a playqueue and starts playback. See #1624 for details.

Default PlayQueue.create kwargs values changed to bool instead of int. int values are still supported.

Fixes #1624

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the docstring for new or existing methods
  • I have added tests when applicable

@JonnyWong16 JonnyWong16 merged commit 1b6c943 into pushingkarmaorg:master Jul 10, 2026
5 checks passed
@JonnyWong16 JonnyWong16 deleted the feature/client_createPlayQueue branch July 10, 2026 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improvement: Update playMedia to use newer Plex API, reducing requests to initiate playback

1 participant