Tags: dbr/tvnamer
Tags
- Fix `--dry-run` in `--batch` mode ([PR #173](#173)) - Config has moved to `~/.config/tvnamer/tvnamer.json` to avoid home-directory clutter (previously located at `~/.tvnamer.json`) ([PR #175](#175)) - Files are now moved using `shutil.move` instead of custom logic around `os.rename`, which should make things more robust in situations with unusual partition setups (e.g Docker environments) ([PR #161](#161)) - Add command line argument to override language, e.g `tvnamer --lang de [...]` ([PR #165](#165)) - Add `tvnamer --version` to display useful debug info - Can now be run via `python -m tvnamer` as well as the usual `tvnamer` command - New TheTVDB API key specifically for tvnamer. Users can use their own API key by via the `tvdb_api_key` config option (keys can easily be registered at <https://thetvdb.com/api-information> ) - Various internal improvements to testing and compatability with later Python 3.x changes - Dropping explicit support for EOL Python 3.3 and 3.4 (may still work but not tested) - This is the last major version which will support Python 2.7
PreviousNext