Skip to content

v1.24

Compare
Choose a tag to compare
@Arial-Z Arial-Z released this 26 Feb 19:54
· 101 commits to main since this release
682e0e3

A lot of change in the .env i strongly recommend to start from scratch with the default.env and copy paste you're previous settings :

  • Settings removed
# Replaced by RATING_1_SOURCE
WANTED_RATING=audience
# Replaced by RATING_1_TYPE
RATING_SOURCE=ANILIST

Settings Added :

  • Added a second rating to get both Anilist and MAL score with the same seasons logic as before, ONLY "RATING_1" will be used for seasons
  # Source for RATING 1 (main show and seasons) (MAL / ANILIST)
  RATING_1_SOURCE=ANILIST
  # Type of rating used in Plex for RATING 1 (audience, critic, user)
  RATING_1_TYPE=audience
  # Source for RATING 2 (main show only) (MAL / ANILIST or leave empty to disable)
  RATING_2_SOURCE=MAL
  # Type of rating used in Plex for RATING 2 (audience, critic, user / leave empty to disable)
  RATING_2_TYPE=critic
  • disable animes renaming
# Allow renaming animes (Yes/No)
ALLOW_RENAMING=Yes
  • disable seasons renaming
# Rename season to the anilist title of that season (Yes/No)
RENAME_SEASONS=Yes
  • disable animes tags
# Disable Anilist tags
DISABLE_TAGS=No
  • Disable S1 renaming and rating if it's the only season
# Ignore season 1 if it's the only season (Yes/No)
IGNORE_S1=Yes

A lot of bugs fixes :

  • Fix to anilist API limitrate
  • Improved seasons logic
  • Fixed some issue with the airing status
  • Fix to docker assets path with windows server
  • Log improved with name of the shows and season

Full Changelog: v1.23.2...v1.24