Generate csv of failures #52
Replies: 1 comment 3 replies
-
|
I use jellyfin and kodi with this script and for me it's working pretty well. I have just over 1400 titles and 2 missing trailers. I suspect that most of your errors are a result of the script being unable to determine the correct movie. For instance, it first looks in a directory for an nfo file that contains details of the movie. Specially it looks for imdb, tmdb, year, and title. At a minimum it needs one of the id's or the title and year. If none of that can be parsed, it looks to the directory name and parses "title (year)". In addition it will try parsing a movies file name "title (imdb)". If none of that is found then it gives up. If your dataset meets those conditions then there may be some other issues going on like what you mentioned "tmdb doesn't have a record" in that case your right it will take a while to populate those trailers into the db Thank you for the compliment! I would like to develop this into a web app similar to the *arr software but at the moment, the task seems pretty daunting. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My movie collection is more than 500. Anticipating many failures (since youtube is a source), I set my logging to warning hoping to pick up only the failed downloads. Looking through the log file I noticed that when set to warning I only get the error and sometimes not the movie it is about.
I have over 200 trailers that could not be downloaded, so sifting through the log file is not really practical. I thought a file containing only final errors (trailers that had no successful downloads at all) would be useful.
Would it be possible to have a CSV file created that would contain title, year, TMDb, IMDb, failure reason (missing ids, bad trailer URL, etc)? This way I could easily sort by error and could knock out batches at a time (say fixing TMDb trailer URLs).
Great script by the way. I wish radarr did this internally, but this script makes everything very easy. Even though you wrote it for Plex, and Kodi, the files are picked up by Jellyfin as well.
Beta Was this translation helpful? Give feedback.
All reactions