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

Added oserror_exit to default settings as false; Added OSErrorWarning to... #110

Closed oliverclaude closed 9 years ago

oliverclaude commented 9 years ago

... exceptions; Added exit after OSError if oserror_exit if true

Fixed comments of oserror_exit

dbr commented 9 years ago

Hm, could this be covered by the existing skip_file_on_error config option?

dbr commented 9 years ago

Hm, I think this option should cooperate a bit better with the skip_file_on_error option, particularly with the improvements discussed in #102

Maybe something like:

skip_file_on_error: "always", # or batch, or never
skip_behaviour: "exit", # or warning