-
Notifications
You must be signed in to change notification settings - Fork 7
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
README Issues #1
Comments
Max, Thanks so much for your reply! It's been a while since I even thought about this code :) Issue 1: Falling back to
I'm so glad you posted here because I let this fall by the wayside for a while, but now with the simple |
Ah shoot, I take it back. The date-based issue is still there. Let me gather some data on this |
Ok, here is the log from a server with two episodes in it. File structure is as follows:
Notice on line 112 Update() has been called and my code properly identifies Season 2015 and Season 2016. Now scroll to line 132 and Update() has for some reason been called again and all of a sudden it's identifying a season 0 and season 2016. Is there something with the way that I've written my code that is causing Update() to be called in a weird way? What else could be causing this? |
Are you or anyone else from the Plex team able to help me with this issue so I can get this agent officially completed? |
I'm wondering if it is somehow related to having season folders which are years instead of 2-digit numbers? For example: |
Here is an excerpt from the Plex Media Scanner.log when I add the following show:
The scanner clearly finds it but my metadata agent is never called (Search or Update). I have no clue what other logs to look through to figure out why it just doesn't try anything for this episode. |
Scanner decide the season and ep number. If the year is used as season the ep number will not have relation to the date so the agent need to pull the filename for each episode, and match to the episode date info. PS: Btw do not put the date between parenthesis that won't work well. |
Hi @srob650 -
I work at Plex and I wanted to reach out to help you with the issues you mentioned in your README.
Issue 1: My first thought would be to fallback to the language of the library (passed in as
lang
, rather than English). Would that suit you any better? We do require that a show have a language, so that's whyUnknown
doesn't work. If you don't likelang
as a fallback, maybe you can let me know what kinds of shows from TVMaze do not return a language so I can have a better sense of the use case.Issue 2: Date based shows can be very tricky. Can I see some logs and/or examples of what happens with date-based shows, so that I can be more helpful?
The text was updated successfully, but these errors were encountered: