-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Ignore series? #57
Comments
Thank you for the suggestion, this could totally be a thing yes. |
Name seems easiest but the most prone to screw ups, but the plex id requires people knowing how to find it. |
That's exactly what I was thinking. Another approach could be to use the Plex labels to do so, Plex-Auto-Languages could automatically ignore all tv shows that have the |
That'd also work. |
I like the idea of tagging the shows in Plex! Furthermore since you can add tags on seasons, it would be great to filter on those, by tag, as well. A great feature for anthology-like shows. For example, Star Wars Visions: Volume 1 was all Japanese audio with English subtitles. But Volume 2 is all English with one episode being Korean. Since my config updates by 'season' instead of 'show' its convenient to set the audio/sub for Volume 1, but allowing a episode-by-episode choice on Volume 2. |
Solution with tags sounds great. I would like to point out two things:
|
I just merged the PR #85 that implements this. I have added a new configuration option called If anyone can try this new feature I would love to get some feedback ! Thanks
@dphildebrandt How do you add tags on season ? I cannot find the settings using the Plex web UI. |
My mistake, you can't! I had assumed since you could tag shows, and episodes, that seasons were also available for tagging. Woops! |
@RemiRigal Hey I'm trying to test it, I dont use a configuration file, I just set environment variables.
I restarted it and saw in the logs I tagged a show under I then moved the tag to I then moved the tag to So, I'm not sure if you intended any tagged area to work, or just the labels. It makes sense (since its not a genre or collection), but first instinct when using "tags" is to go to the Maybe update docs, or dont call it "tags" but "labels" instead? |
You are absolutely right, the API had me a bit confused about the naming scheme. I will change it to
Plex sends updates every 10 seconds during a play session, since the progress of the play session is not monitored for ignored shows it has to check every time. I would say that it's an intended behavior considering that this message is printed only in debug mode, but any suggestion on doing things differently is more than welcome. |
There's a few series that I have that aren't super consistent with their subtitle naming or have different named japanese/english tracks (even though there's just 1) confuses the hell out of the program.
The text was updated successfully, but these errors were encountered: