python-plexapi icon indicating copy to clipboard operation
python-plexapi copied to clipboard

Audio getStreamURL()

Open BenjaminOddou opened this issue 2 years ago • 0 comments

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

for audio in plex_instance.search("Some Audio"):
    print(audio.getStreamURL())

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

BenjaminOddou avatar Mar 14 '23 13:03 BenjaminOddou