dbr / tvnamer

Automatic TV episode file renamer, uses data from thetvdb.com via tvdb_api
https://pypi.python.org/pypi/tvnamer/
The Unlicense
912 stars 115 forks source link

Skip stuff not found #60

Closed weedy closed 11 years ago

weedy commented 11 years ago

There might be an option for this and I missed it, do you have IRC or mailing list for general shit?

####################
# Processing file: Iron.Chef.America.Super.Chef.Battle.HDTV.XviD-01.01.2010.avi
# Detected series: Iron Chef America Super Chef Battle HDTV XviD-01.01 (season: 20, episode: 10)
ShowNotFound(u'Show Iron Chef America Super Chef Battle HDTV XviD-01.01 not found on www.thetvdb.com',)
####################
Old filename: Iron.Chef.America.Super.Chef.Battle.HDTV.XviD-01.01.2010.avi
New filename: Iron Chef America Super Chef Battle HDTV XviD-01.01 - [20x10].avi
Rename?
dbr commented 11 years ago

There is a skip_file_on_error option which is enabled by default, but this only applies in non-interactive mode (when you press "a" to rename all, run tvnamer --batch or enable it via the config)

I'm not sure another option to skip not-found series in interactive mode is really necessary.. Usually it happens because the series isn't in TVDB, some temporary error (e.g TVDB down), or as in this case, the file cannot be parsed properly.

The files name is kind of hard to parse - particularly the date being after the HDTV/XviD, and the date being in an irritatingly ambiguous format (01.02 being either Jan 2nd or Feb 1st)

do you have IRC or mailing list for general shit?

Hm, nope. I quite like tickets for such general enquiries - makes it's easy to keep track of unanswered questions