skorokithakis / episode-renamer

Episode renamer is a simple python script that renames folders of TV episode video files to their proper names.
http://pypi.python.org/pypi/episode-renamer/
41 stars 8 forks source link

epguides has Archer, but renamer doesn't see it #4

Closed dmd closed 13 years ago

dmd commented 13 years ago
dmd@lumen /Volumes/megafauna/hollywood/television/Archer
$ episoderenamer.py -g "Archer"
Show not found.

dmd@lumen /Volumes/megafauna/hollywood/television/Archer
$ episoderenamer.py -g "Archer (2009)"
Show not found.

But Archer is in epguides: http://epguides.com/Archer/

What am I doing wrong?

skorokithakis commented 13 years ago

You need to use -e for episode renamer to look for the show in epguides.

$ episoderenamer.py -e Archer

will work.

dmd commented 13 years ago

Doh. Thank you, sorry to bother you.