We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After calling client.playMedia(movie, offset=10000, the movie starts at its beginning.
client.playMedia(movie, offset=10000
plex = plexapi.server.PlexServer(baseurl, token) movie = plex.library.section("Movies").get("The Terminator") client = plex.client("MyClientName") client.playMedia(movie, offset=10000)
The movie should start at the 10s mark.
Calling client.seekTo(10000) shortly after the movie starts works as intended.
client.seekTo(10000)
I have tested with both the LG WebOS app as client and the macOS HTPC app.
Ubuntu 22.04
1.40.5.8897
3.12.5
4.15.16
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
After calling
client.playMedia(movie, offset=10000
, the movie starts at its beginning.Code Snippets
Expected Behavior
The movie should start at the 10s mark.
Additional Context
Calling
client.seekTo(10000)
shortly after the movie starts works as intended.I have tested with both the LG WebOS app as client and the macOS HTPC app.
Operating System and Version
Ubuntu 22.04
Plex Media Server Version
1.40.5.8897
Python Version
3.12.5
PlexAPI Version
4.15.16
The text was updated successfully, but these errors were encountered: