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

Manual interactive search #52

Closed mdaffin closed 11 years ago

mdaffin commented 12 years ago

It would be nice to beable to manually search for a TV series name when tvnamer fails to find the correct show. The current workaround involves renaming all the files manually to the correct name when a show is miss labelled (or labelled in shorthand) which mostly defeated the purpose of this program. Adding a manual search option would help make it easier to correct badly named files.

dbr commented 12 years ago

You can override the detected series name by doing:

tvnamer --name 'Corrected Series (2011)' nonsense.s01e01.avi

Or, if you know the tvdb series ID:

tvnamer --series-id 12345 nonsense.s01e01.avi
dbr commented 11 years ago

Closing, forcing the name with --name seems like it'll work for this