Releases: jamerst/AutoTag
Releases · jamerst/AutoTag
AutoTag 3.3.0
Changelog
- Add Apple tagging support with
--apple-tagging
argument (#11) - Update packages
AutoTag 3.2.0
Changelog
- Add numeric format string support for rename variables
- Update to .NET 6.0
- Update packages
- Minor tweaks and improvements
AutoTag 3.1.2
AutoTag 3.1.1
Changelog
- Fix ArgumentOutOfRangeException when TV season poster not found
AutoTag 3.1.0
Changelog
- Replaced TheTVDB with TheMovieDB as the TV metadata source. This is due to declining metadata quality and the deprecation of their free API in favour of a paid model. Existing files may need to be renamed due to episode numbering differences.
AutoTag 3.0.4
Changelog
- Add
--windows-safe
option to remove invalid Windows file name characters when running under Linux - Add
--tv-pattern
and--movie-pattern
options to allow specifying rename patterns from command line - Warn when characters are removed from file name
- Correct CLI pluralisation
AutoTag 3.0.3
Changelog
- Fixed pattern not parsing episode info when used with relative path
- Fixed false error reporting when cover art disabled
AutoTag 3.0.2
Changelog
- Allow a custom regex to be provided for parsing TV episode information - address #4
AutoTag 3.0.1
Changelog
- Update to .NET 5.0
- Reduce build file sizes
AutoTag 3.0.0
AutoTag v3.0.0 is a complete rewrite using .NET Core.
Changelog
- Separate core functionality
- Add manual tagging mode
- Remove GUI (for now)
- Add full command-line interface
- Enable native Linux builds