Skip to content

Releases: scrobble-moe/AniList.bundle

Internal Rework

25 Mar 10:10
Compare
Choose a tag to compare

This release addresses a number of issues that have been reported:

  • Episode numbers over 100 are now fetched #8
  • Jikan API v4 is now used.
  • Movie and Anime agents are now split into separate functions
  • Some minor metadata fields have been populated
  • Tags, Genres, Formats, Status' and Seasons will be added to genres
  • General cleanup and bugfixes

Reviews!

28 Sep 12:25
Compare
Choose a tag to compare

The reviews field is now populated, the web client currently only has support for reviews on movies.

No more HTML in summaries!

24 Aug 00:06
Compare
Choose a tag to compare

Big thanks to @dr-dialup for the fix.

Background Support

28 Sep 02:41
Compare
Choose a tag to compare

Added background images for TV and Movies.
Fixed bug with name-id search method.

Fixed GitHub not reflecting changes.

27 Sep 20:27
Compare
Choose a tag to compare
2.5

Merge branch 'master' of https://github.com/sachaw/anilist.bundle

Fix minor debug log issue

27 Sep 13:27
35d548c
Compare
Choose a tag to compare
2.4

Update README.md

Major Fixes

27 Sep 13:17
Compare
Choose a tag to compare

With this release, to my knowledge all features are working,
the agent now has multiple options for folder naming conventions
just a reminder that this agent will not work without using Absolute Series Scanner

Switch from Kitsu to Jikan

25 Sep 11:57
Compare
Choose a tag to compare

Major change: Stop getting episode data from Kitsu and use Jikan instead.
Fixed HTML tags being present in descriptions
Folder naming can now be id - series name or id series name both are accepted as long as the id is followed by a space and only contains numbers

Image optimization

18 Sep 00:54
Compare
Choose a tag to compare

No longer fetching extra thumbnail as it's not required, since AniList only provides one of each type of image, also fixes problems on linux.

Switch to Requests

17 Sep 08:25
Compare
Choose a tag to compare

because of the disaster that is Plex's python environment, this was required to support Linux clients.