Uh oh!
There was an error while loading. Please reload this page.
add support for fetching loudness levels of audio streams - #1529
Conversation
Added a basic test that fetches a custom amount of levels and checks the returned list length. |
bastiaanterhorst
commented
Jun 23, 2025
@JonnyWong16 no interest in this patch? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
bastiaanterhorst
commented
Jun 30, 2025
Thanks for your review @JonnyWong16. I accepted your changes. Let me know if there is something else you'd like me to take a look at! |
JonnyWong16
commented
Jun 30, 2025
Please fix flake8 whitespaces. https://github.com/pushingkarmaorg/python-plexapi/actions/runs/15974729408/job/45090440692?pr=1529 |
bastiaanterhorst
commented
Jul 1, 2025
I fixed the whitespace issues |
bastiaanterhorst
commented
Jul 3, 2025
@JonnyWong16 I think you need to approve the workflows now? |
Uh oh!
There was an error while loading. Please reload this page.
Description
This adds support for fetching loudness levels. This is used in Plexamp and Dash to show a waveform of the currently playing track. See here for a screenshot of what I mean.
Type of change
Checklist:
I have not added tests (yet). Python is not my first language and I'm having a bit of trouble wrapping my head around how the test suite works.