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
The audio getStreamURL() generated doesn't allow the user to move the player's head on VLC. Tested for .mp3 and .flac files.
getStreamURL()
.mp3
.flac
for audio in plex_instance.search("Some Audio"): print(audio.getStreamURL())
Be able to move the player's head.
No response
macOS 13.2.1 (22D68)
1.31.1.6782
3.11.2
4.13.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
The audio
getStreamURL()
generated doesn't allow the user to move the player's head on VLC. Tested for.mp3
and.flac
files.Code Snippets
Expected Behavior
Be able to move the player's head.
Additional Context
No response
Operating System and Version
macOS 13.2.1 (22D68)
Plex Media Server Version
1.31.1.6782
Python Version
3.11.2
PlexAPI Version
4.13.4
The text was updated successfully, but these errors were encountered: