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

Detect episodes with numeric title causing large range #77

Closed darkpixel closed 11 years ago

darkpixel commented 11 years ago

Possible fix for GH-76

Critique away. :)

dbr commented 11 years ago

Just one tiny thing, can the error message say "confused by numeric episode name" instead of "show title"

Aside from that, looks perfect - thanks!

darkpixel commented 11 years ago

Will "WARNING: %s episodes detected in file: %s, confused by numeric episode name, using first match: %s" work?

dbr commented 11 years ago

Indeed, merged, thank you!