dbr / tvnamer

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

tvnamer has trouble if show year is in the middle of filename #212

Open robvdl opened 1 year ago

robvdl commented 1 year ago

I see this occasionally:

Series Name (1998) S01E03 Episode Name ....

Tvnamer has trouble with this because the (1998) is in the middle of the filename, if I take them out manually first:

Series Name S01E03 Episode Name ....

Then run tvnamer, it's fine.