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 relative arguments for config load/save #47

Closed nikdoof closed 12 years ago

nikdoof commented 12 years ago

At the moment only the default configuration file path is ran through expanduser, this pull modifies load/save to be processed through expanduser, allowing for: tvnamer --save=~/.tvnamer.json to be used without error.

dbr commented 12 years ago

Oops, completely lost track of this pull-request - now belatedly merged, thanks!