Plex - Add proxy configuration for library streams#757
Merged
Roxedus merged 2 commits intolinuxserver:masterfrom May 23, 2025
Merged
Conversation
Contributor
Author
|
Hi, any news on this PR? Thanks |
|
I have the same issue. Took me a long time to realize it was swag. Same errors in my logs. |
Roxedus
requested changes
May 23, 2025
Member
Roxedus
left a comment
There was a problem hiding this comment.
Please also change the date on top of the file
Contributor
Author
|
Hi @Roxedus, date updated, thank you |
Roxedus
approved these changes
May 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Hi, I'm experiencing a problem in Plex with Auto Proxy mod behind Swag, in some version of the plex app and via web, the subtitles are not displayed even if correctly active on the player; specifically the subtitles are external in SRT format.
I've found a post on the Plex forum describing the solution (link on Source/References), and I've tested it successfully including the fix in the Plex proxy configuration sample.
For reference before the fix in the error.log on nginx inside SWAG you can find error like this:
Benefits of this PR and context
In Plex you can finally use and see external SRT subtitles on Plex App versions like Linux or Web
How Has This Been Tested?
Used SWAG with Auto-Proxy mod and modified the plex.subdomain.conf.sample with the new location
/library/streams/; Played some movies with external SRT subtitles in Plex for Linux and via web, the subtitles now are working correctly, no more errors on nginxSource / References
https://forums.plex.tv/t/external-srt-subtitles-are-not-working/886540/29