I've a problem with starting a selected track within a audio-only channel on my RPi.
No matter which track I select to play, it always starts playing the first track in the playlist.
This is happening with selecting tracks from the 'track overview screen' and also from the playlist inside the player.
The only way to select a track is by using the players next and prev buttons.
Beside this i'm having another problem with the playlist inside the music player. It shows up with the orange active arrow next to all the tracks.
So it looks like every track is playing at that moment.
I discovered the issues while using the Soundcloud channel plug-in.
I started some investigation on the problem and tried the Soundcloud channel on the PHT for Mac.
Everything works fine in there. I added a few other audio-only channels and tested them on RasPlex and on PHT.
The behavior is different between the tested channels on the different platforms.
All channels are working fine on PHT but only a few on RasPlex.
So I digged deeper into the plug-ins with different behavior.
At the end it looks channel plug-ins build on the Plex Plug-in Framework V2 having the described issue and any plug-in build on V1 is just okay.
To check myself, I wrote two simple channel plug-ins having the exact same functionality but both build on a different Plug-in Framework version.
These two channels support my findings. The one build on V1 is fine, the other one, on V2 is broken.
I uploaded the two channels to GitHub.
https://github.com/CloudPlex/ACPPFv1.bundle
https://github.com/CloudPlex/ACPPFv2.bundle
Screenshot of the 'all tracks selected' problem in the player.
Does anyone having the same issue and have a solution for this?