Skip to content

Releases: jamerst/AutoTag

AutoTag 3.3.0

24 Apr 10:16
3662848
Compare
Choose a tag to compare

Changelog

  • Add Apple tagging support with --apple-tagging argument (#11)
  • Update packages

AutoTag 3.2.0

31 Dec 14:22
68801c3
Compare
Choose a tag to compare

Changelog

  • Add numeric format string support for rename variables
  • Update to .NET 6.0
  • Update packages
  • Minor tweaks and improvements

AutoTag 3.1.2

27 Mar 22:49
5702973
Compare
Choose a tag to compare

Changelog

  • #10 - Add --extended-tagging option to allow adding more information to Matroska files
  • Reduce the number of API requests required for TV tagging - increase tagging speed
  • #6 - Update README.md

AutoTag 3.1.1

17 Mar 22:32
045bcb8
Compare
Choose a tag to compare

Changelog

  • Fix ArgumentOutOfRangeException when TV season poster not found

AutoTag 3.1.0

17 Mar 22:15
02336ba
Compare
Choose a tag to compare

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

20 Jan 22:06
3244df9
Compare
Choose a tag to compare

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

19 Jan 21:55
8fbd8c8
Compare
Choose a tag to compare

Changelog

  • Fixed pattern not parsing episode info when used with relative path
  • Fixed false error reporting when cover art disabled

AutoTag 3.0.2

17 Jan 14:23
7fad794
Compare
Choose a tag to compare

Changelog

  • Allow a custom regex to be provided for parsing TV episode information - address #4

AutoTag 3.0.1

09 Jan 14:42
0340de9
Compare
Choose a tag to compare

Changelog

  • Update to .NET 5.0
  • Reduce build file sizes

AutoTag 3.0.0

17 Jul 15:40
68d6a2d
Compare
Choose a tag to compare

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