fscorrupt / Posterizarr

🖼️ Automated poster maker for Plex/Jellyfin/Emby.
107 stars 10 forks source link

[FR] Keep a list of shows with episode titled "Episode #" and regenerate episode cover in case a name is added to TVDB/TMDB #123

Open DeuX01 opened 4 months ago

DeuX01 commented 4 months ago

Is your feature request related to a problem? Please describe. ometimes some shows have the title Episode 1, Episode 2, etc, and once generated the episode covers even if someone actually add the episodes names the covers will never regenerate automatically. How fisable is to create a list with titles started by "Episode" and trigger a regeneration in the future in case someone add the titles?

Describe the solution you'd like Keep a list of shows with episode titled "Episode #" and regenerate episode cover in case a name is added to TVDB/TMDB

fscorrupt commented 4 months ago

A skip could be integrated pretty fast if its that what you want? but keep in mind there will be skipped a lot, just search for ;episode in your PlexEpisodeExport.csv, for example in my libs if a skip is enabled there would be 1281 skipped episodes.. image

Something like a List/DB is hard, if its corrupt, or gets deleted it could do a mess...

DeuX01 commented 4 months ago

Imo skip is not a good solution because many shows eventually won't get updated in tvdb/tmdb. I'll try and think about something else