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

Support extracting info from full file-path #50

Open Oreolek opened 12 years ago

Oreolek commented 12 years ago
<Show name>/Season <Season Num>/Episode <Episode Num>.<ext>

Also be aware: "The Borgias" <-> "Borgias, The"

dbr commented 12 years ago

Patterns that match against the full path is planned, http://dbr.lighthouseapp.com/projects/36049/tickets/9-episode-patterns-that-match-against-path

Handling of "Blah, The" type series names is something thetvdb's API should probably handle, rather than client code, although it would be pretty easy to add if you think it's worthwhile?

ourcontact commented 7 years ago

I came to check for same, (check path for show name) look forward to this update.