-
Notifications
You must be signed in to change notification settings - Fork 113
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
Failsafe when season posters aren't available is not working #288
Comments
please provide the agent log |
Forgot the log, sorry. |
Notes
So i see few possibilities:
|
The main idea of having all main serie posters in those single seasons that don't have any posters, is that I can then choose one of my liking, instead of having the same exact one that is chosen to be the main serie poster. Like it is, I have to go search for the tvdb link open their page, go to the main posters and copy the link of one of them of my liking. It's too much work when hama could just put them on all on plex to be chosen from. |
Or select in library settings to hide single seasons folders... |
I would not want other posters added for two reasons. I want it to stay empty.
If we really want this done, I would think this requires to be a bool pref entry with default being like it is now w/no posters. |
The issue is, what would make a special poster more suited to be a season poster than a series poster for thetvdb? The live action is easy and found a poster that had anime on the left live on the right, so i have added a live action poster to TheTVDB solving this issue specifically. Closing this feature request query |
I like that idea, having a checkbox to allow the user to choose their preference. I don't understand the first point you made @ZeroQI, This is the default case at the moment that hama does. But with this checkbox idea, the season would still use the same exact main poster, but would also have more options for the user to change it. I don't see why you think it would break support for other series.
|
I'm going to make a simple example using numbers, so I can clarify that it wouldn't break anything adding it (also having it as an checkbox would let the users choose what they want) I add an anime called "XPTO" that has some episodes specials. AniDB - TheTVDB TheTVDB has the following posters, ordered all by weight (from the biggest weight until the smallest one): Main Serie Page - PosterMain001,PosterMain002,PosterMain003 So the default Hama logic would create on plex the following entry: XPTO (Using PosterMain001 as default poster, with PosterMain002 and PosterMain003 as choices to change)
Now with the failback logic in it, it would change the above to this: XPTO (No changes)
@ZeroQI where would this break anything? |
Some series have different character or settings per season and if we use the same rules for all seasons like it is now (including season 0), it would use wrong posters, however Plex will show the series poster as season without adding it in the season poster list Now we could have a fallback just for specials season only with the series posters added and same selected poster as the series poster, so that would warn there was no season poster found When a specials season poster is added then we can remove all posters but the active one (series if unchanged) would stay as it is active, which is an issue. @EndOfLine369 i understand the legitimate concern for series poster not matching the season, but seem mitigated for specials season. What's your position on importing series poster for special seasons leaving thye same selected poster as the series? |
1 similar comment
Some series have different character or settings per season and if we use the same rules for all seasons like it is now (including season 0), it would use wrong posters, however Plex will show the series poster as season without adding it in the season poster list Now we could have a fallback just for specials season only with the series posters added and same selected poster as the series poster, so that would warn there was no season poster found When a specials season poster is added then we can remove all posters but the active one (series if unchanged) would stay as it is active, which is an issue. @EndOfLine369 i understand the legitimate concern for series poster not matching the season, but seem mitigated for specials season. What's your position on importing series poster for special seasons leaving thye same selected poster as the series? |
Maybe I'm not understanding because of some language barrier, but with the example I gave above (Instead of specials it would be lets say season 2 that would correspond to another anime related to the main series), the only thing that would change is Plex would give more options to choose from (while manually editing the season poster), and it would be using by default the same exact poster that Plex would choose for the main series. Possible problems:
Anyway, these possible problems would just be applicable to the users who would opt in on the library Hama settings like @EndOfLine369 suggested. This setting would be turned off by default so most users would still have the default logic, while allowing users like me to choose the failsafe logic. |
Would also say to put the current logic into the pref option as well. What was it? It will currently dl the series posters to S1 if S1 has no posters? |
Notes:
tvdb line 276-279 this manages anidb numbering season posters.
Notes:
Then we loop over seasons list and if no season poster we add series poster tweaking the priority... @EndOfLine369 Thx, editing my post so removing yours but looks weird now... |
Looking at fixing this and the other image related bug after a long hiatus... tvdb line 294-297 this manages anidb numbering season posters from
to:
Then add the setting in the code: Agent setting 'season_poster_failover' drop-down menu to add:
For each season (0/1 if anidb numbering, all if tvdb numbering), if no season poster present and 'season_poster_failover' is not 'none':
Need:
|
@EndOfLine369 any feedback on the above? Shouldn't have deleted your comment to edit my post above trying to keep the number of posts down, looks messy now... |
Will try and take the time and reread this wordy thread and get back to you. |
This was talked before in #239.
While adding https://www.thetvdb.com/series/detroit-metal-city I noticed season 0 (Specials) on plex didn't download any poster from TVDB (TVDB special season doesn't have posters on it) and thus is using whatever main serie poster I have.
Wasn't it supposed to download all the main serie posters in case there's no season posters?
The text was updated successfully, but these errors were encountered: