Releases: scrobble-moe/anilist.bundle
Internal Rework
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'
andSeasons
will be added to genres- General cleanup and bugfixes
Reviews!
No more HTML in summaries!
Big thanks to @dr-dialup for the fix.
Background Support
Added background images for TV and Movies.
Fixed bug with name-id
search method.
Fixed GitHub not reflecting changes.
2.5 Merge branch 'master' of https://github.com/sachaw/anilist.bundle
Fix minor debug log issue
2.4 Update README.md
Major Fixes
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
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
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
because of the disaster that is Plex's python environment, this was required to support Linux clients.