I just finished the first version of a plugin able to query the current playing music on a Plex server.
It works globally like the NowPlaying measure with a few thing missing (a bunch of `PlayerType` not available and no bangs).
It was only tested locally but should works on a remote server too.
Does this only show the music that is playing, or will it show other media as well? Does it show everything playing? I'd love a skin where I can see everything currently being played without having to go to the plex dashboard or load up tautulli.
chasepeeler wrote: ↑October 14th, 2022, 3:24 pm
Does this only show the music that is playing, or will it show other media as well? Does it show everything playing? I'd love a skin where I can see everything currently being played without having to go to the plex dashboard or load up tautulli.
Changes could be made to return all playing media but I don't really know how this would be implemented... A single measure returns a line-break separated list ? Use multiple child measures with an "Index" property ?
Please open an issue on Github if you have a usage example, I will see if I can implement it.