-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't control client #118
Comments
I dont know the reason. I need the entire log not just a snippet. The only think i can guess based on the log you provided is that the playback hadn’t reached the point where the client seeks to the end of the intro. The file will play as normal until the start of theme music then seek to the end. It also requires that the client is controllable (on same local network) |
You were on the right track. The intro didn't start yet. Now I'll set it up to skip previously as well. When using the Plex app for Windows 10, bw_plex times out when trying to skip the intro. I am guessing it's due to firewall. Is there any info on what ports need to be open in order for it to work? |
🤷♂️ the client support are flaky. I’m using this on iOS mainly. If plexapi supports the client it should work. If you know some python you could write a test script that just tests the seek command to try to debug it. So see the wiki for clients support. If you don’t let me know and I can write one for you. |
I've just set this up with docker, but I'm having an issue. It seems to recognize the playing media just find, and also find the intro end timestamp.. But the client doesn't skip to the end. Am I missing something?
Here's my docker command:
docker run --rm --name=bw_plex -e PUID=1000 -e PGID=1000 -e TZ=Europe/Berlin -e url=http://IP_ADDRESS:32400/ -e token=TOKEN -v /opt/bw_plex:/config -v /gmedia:/mnt/unionfs/ Media hellowlol/bw_plex
The text was updated successfully, but these errors were encountered: