Skip to content
New issue

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

Status of external subtitle files not correctly reported #2

Open
fongd opened this issue Mar 8, 2021 · 6 comments
Open

Status of external subtitle files not correctly reported #2

fongd opened this issue Mar 8, 2021 · 6 comments
Labels
enhancement New feature or request

Comments

@fongd
Copy link

fongd commented Mar 8, 2021

.srt files are incorrectly reported as not indexed by Plex even though they may be. If there's a way to determine whether Plex is using these, then this should be fixed. Otherwise, perhaps a command-line option to ignore external subtitle files would be more convenient than a generic "exclude" option as proposed in #1?

@JakeWharton
Copy link
Owner

The info on rules are here: https://support.plex.tv/articles/200471133-adding-local-subtitles-to-your-media/

It's a shame they aren't indexed like media files. Or maybe they are and it's simply in another array.

In either case, I'll take a look soon. Thanks for the report.

@fongd
Copy link
Author

fongd commented Mar 8, 2021

Just to confirm, the .srt files are properly named and appear in Plex in the Subtitles dropdown for the corresponding episodes so they are recognized by Plex.

@JakeWharton
Copy link
Owner

Yeah sorry that link was for my own reference when I go to try and fix this.

@JakeWharton JakeWharton added the bug Something isn't working label Mar 9, 2021
@jonfairbanks
Copy link

I am also seeing the srt bug along with a few .nfo and .jpg files.

Is the intention of this tool to list missing media only or files of any type that Plex is not watching?

@JakeWharton
Copy link
Owner

Unless I can query the extensions with the API, I don't want to use an opt-in list of extensions and would prefer that you opt-out. For jpg and nfo you'll be able to use #1.

@JakeWharton
Copy link
Owner

Despite being indexed internally, the file path of the subtitles is not included in the API responses...

That's unfortunate. It means we have to try to mirror Plex's behavior here to mark a file as being used.

@JakeWharton JakeWharton added enhancement New feature or request and removed bug Something isn't working labels Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants