Skip to content

Releases: sjorge/akiba

v2.1.5

21 Dec 21:39
Compare
Choose a tag to compare

Full Changelog: v2.1.4...v2.1.5

Fixes

  • formatter should not call isNaN on a string
  • renamer should calculate crc32/md5/sha1 if missing from anidb

v2.1.4

15 Dec 10:21
Compare
Choose a tag to compare

Full Changelog: v2.1.2...v2.1.4

Fixes

  • {tag:number} should not return NaN for specials, openings, ...
  • ensureJellyfinIdType() should return compatible type not original

v2.1.2

13 Dec 11:30
Compare
Choose a tag to compare

Full Changelog: v2.1.1...v2.1.2

What's Changed

  • abandon levenshtein comparison in favor of manual normalization for tmdb idmap
  • allow local idmap to 'blacklist' further idmaping by setting the ID to -1

v2.1.1

11 Dec 09:26
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

Fixes

  • fix: tmdb fuzzy matching has too many false positives (still slightly better than original)
  • fix: drop 2nd call to setMaxListeners (doesn't seem to work though)
  • fix: rename --copy should not move hash in cache but copy it instead

v2.1.0

10 Dec 17:52
Compare
Choose a tag to compare

Full Changelog: v2.0.1...v2.1.0

What's Changed

  • --mylist-state added for rename command, this allows marking identified files as either "internal_storage", "external_storage", or "remote_storage"
  • re-enable fuzzy matching for anime/idmap/tmdb

Fixes

  • sanitize filenames should also strips _ when last character in tag
  • write-nfo now consistently prints the ID status
  • episodes are now process in a natural sort order
  • titles now have proper decoding of html escaped strings
  • postinstall now also works with macOS sed

v2.0.1

10 Dec 11:30
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

What's Changed

  • added --dry-run flag to rename command

Fixes

  • formatter would generate invalid filenames
  • --print-ed2klinks should not output banner
  • cached ed2khashes had wrong link after rename

v2.0.0

09 Dec 20:39
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v2.0.0

  • add string formatter for rename command
  • add ed2khash library for hashing for the identify set of the rename command
  • update configure command with new parameters
  • implement rename command

Fixes:

  • fix anidbjs types
  • use different value for anidb titles file cache (3d by default now instead of 7d)

v1.0.1

06 Dec 17:33
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

Very minor patch release:

  • fix: cmd/write-nfo - correct typo
  • fix: lib/anime/resolver - fix typo in toString()
  • fix: cmd/write-nfo - make sure path is absolute