Skip to content

Releases: winterbird-code/adbb

v1.1.0

Choose a tag to compare

@winterbird-code winterbird-code released this 14 May 08:54

Mostly bug fixes, but some new features/changed behavior:

Library

  • Added support for tmdb tv mappings
  • Treat absolute season mappings as season 1
  • Season and episode numbers for tmdb/tvdb mappings are now integers

Tools

  • arrange_anime and jellyfin_anime_sync: optionally separate Music Videos from Movies
  • jellyfin_anime_sync: ignore unsorted directory
  • jellyfin_anime_sync: detect groups by '-.ext'
  • jellyfin_anime_sync: avoid timeout against jellyfin API

v1.0.1

Choose a tag to compare

@winterbird-code winterbird-code released this 11 Sep 15:10

Small bugfix release:

  • Fix attempts to write .nfo-files before creating target directory
  • Fix handling of URLError when fetching images

v1.0

Choose a tag to compare

@winterbird-code winterbird-code released this 09 Sep 06:22
2477c86

v1.0

"Let's just call it stable already"-edition

  • More reliable network communication; most exceptions can now be caught in the main thread
  • Integrate Anime-List tvdb/tmdb/imdb mapping support
  • Add support for fetching posters for Anime and Groups
  • Add support for fetching fanart from fanart.tv (requires a personal API token, see README.md)
  • Add encryption support for anidb communication
  • Include a cache management tool adbb_cache
  • Include a simple file arrange-tool arrange_anime
  • Include a jellyfin glueware jellyfin_anime_sync (See JELLYFIN.md)
  • Possibly lots of other changes that I have forgot about.

Breaking changes

None that I know of. If your cache database is from before v0.4 it needs to be re-created.

v0.4.1

Choose a tag to compare

@winterbird-code winterbird-code released this 06 Jan 16:58
  • new naming schema for the arrange utility
  • fix crash bug on multiep-files

v0.4

Choose a tag to compare

@winterbird-code winterbird-code released this 27 Jul 17:22

Creating a release to mark a fairly stable entry point for anyone interested in using this.