8000 Tags · dbr/tvnamer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dbr/tvnamer

Tags

3.0.4

Toggle 3.0.4's commit message
- Fix typo causing series name to not be corrected ([PR #203](#203))

3.0.3

Toggle 3.0.3's commit message
Retroactively tag for 3.0.3

3.0.2

Toggle 3.0.2's commit message
- Backport: Fix `TypeError: '<' not supported between instances of 'i…

…nt' and 'str'` error when using series replacements with show-ID

  ([Issue #150](#150))

3.0.1

Toggle 3.0.1's commit message
- Backport fix for `tvdb_api_key` config option

  ([Issue #187](#187))

3.0

Toggle 3.0's commit message
- 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

2.5.1

Toggle 2.5.1's commit message
Bugfix: tvnamer 2.x is incompatible with tvdb_api 3.x

2.5

Toggle 2.5's commit message
Retroactively tagging released version

2.4

Toggle 2.4's commit message
Version 2.4

2.3

Toggle 2.3's commit message
v2.3

2.2.1

Toggle 2.2.1's commit message
v2.2.1

0