ryelogheat / xpbot

Analyze a media file, identify the TMDB/IMDB, and generate all the necessary info to upload a torrent to a private tracker using the UNIT3D codebase
56 stars 27 forks source link

Error while parsing nonstandard file names without season numbers #22

Closed therealbungus closed 3 years ago

therealbungus commented 3 years ago

I have a TV show with a very uncommon naming convention (no season number, A/B/C segments) and it is erroring out when trying to parse the filenames

Picture

putty_2021-06-09_15-42-59

ryelogheat commented 3 years ago

Maybe try using the -title arg to manually set the title?

Trying to support every possible naming style is a rabbit hole I'm not interested in going down, if guessit can't parse your filename, then I probably don't/won't support it either

therealbungus commented 3 years ago

Totally understandable, I get that this is an edge case and can just be done the old fashioned way if it fails in instances like this :)