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

If filename is already correct there is no opportunity to move #24

Closed tremby closed 12 years ago

tremby commented 13 years ago

Title says it all -- when the filename's already correct the file is skipped before even offering to move it to the destination dir.

dbr commented 13 years ago

I plan to fix this with a refactor of the file-moving feature, which needs thought out better..

http://dbr.lighthouseapp.com/projects/36049/tickets/67-when-file-names-are-valid-no-moving-is-done

joymyr commented 13 years ago

Why not just change line 152 in main.py from "if newName == episode.fullfilename:" to "if newName == episode.fullfilename and not Config['move_files_enable']:"? At least that's good enough for me

dbr commented 12 years ago

Fixed in 15162c7df730538e0f2ccd85b6570ce100be871c