-
Notifications
You must be signed in to change notification settings - Fork 200
Description
What is your feature request?
Currently, PlexAPI supports the hearingImpaired attribute with a boolean member in plexapi.media.SubtitleStream, allowing developers to easily identify and use this information. However, there is no equivalent boolean member for the visualImpaired attribute, which would be useful for identifying content designed for visually impaired users, such as those with audio descriptions.
I propose adding support for a visualImpaired boolean member to make it easier to work with this attribute in PlexAPI, similar to how hearingImpaired is implemented.
Are there any workarounds?
No response
Code Snippets
No response
Additional Context
Adding support for the visualImpaired attribute would align PlexAPI with Plex's accessibility features and improve its usability for developers building applications with accessibility in mind.
This enhancement would also create parity between hearingImpaired and visualImpaired attributes, making PlexAPI more consistent and robust.