Plex: added remote control feature (#2608)
authoranatosun <33899455+anatosun@users.noreply.github.com>
Tue, 25 Nov 2025 08:20:07 +0000 (09:20 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Nov 2025 08:20:07 +0000 (09:20 +0100)
commit3d535c18d88180419065031ecef9347442331b0c
tree1cfc2e3cf487e8d78b4e41144635c739e1c00b05
parent7e2f7d3e4f164e872c81840c48e049fb786b9bbc
Plex: added remote control feature (#2608)

* Plex: moved scrobbling and playback reporting logic to plugin

* Plex connect: introducing new plugin

* Plex Connect: implemented copilot's suggestions

* Plex connect: corrected link to documentation

Co-authored-by: OzGav <gavnosp@hotmail.com>
---------

Co-authored-by: OzGav <gavnosp@hotmail.com>
music_assistant/providers/plex/__init__.py
music_assistant/providers/plex_connect/__init__.py [new file with mode: 0644]
music_assistant/providers/plex_connect/gdm.py [new file with mode: 0644]
music_assistant/providers/plex_connect/icon.svg [new file with mode: 0644]
music_assistant/providers/plex_connect/manifest.json [new file with mode: 0644]
music_assistant/providers/plex_connect/player_remote.py [new file with mode: 0644]