Skip to content

Releases: Arial-Z/Romaji-Renamer

v1.25.1

30 Nov 09:29
c47b70c
Compare
Choose a tag to compare
  • Fix seasonal download script

v1.25

27 Nov 20:18
81da12f
Compare
Choose a tag to compare

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

Changes :

  • Add Anime Awards support
# Add Anime Awards winner for seasons and shows
ANIME_AWARDS=Yes
# Ignore non japanese voice actor awards (Yes/No)
ANIME_AWARDS_NO_FVA=Yes
  • Add Anilist userlists support
# Add tags based on userlists from anilist (Completed, wathcing) (Yes/No)
ANILIST_LISTS=No
# Anilist username
ANILIST_USERNAME=Arialz
# The level tags should be added ("show", "season" or "both") 
ANILIST_LISTS_LEVEL=show

Fixes :

  • Limit API call
  • Fix logs
  • Fix override file
  • Fix season year
  • Fix seasons detection

v1.24

26 Feb 19:54
682e0e3
Compare
Choose a tag to compare

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

v1.23.2

21 Dec 17:34
8865150
Compare
Choose a tag to compare
  • Fix Anilist API
  • Fix seasonal download
  • Fix locale error
  • Update folder structure

v1.23.1

19 Nov 17:02
142c733
Compare
Choose a tag to compare
  • Fix tags

v1.23

17 Nov 17:49
02c84a9
Compare
Choose a tag to compare
  • Fix seasonal download script
  • Add settings to change the Anilist tags percentage

v1.22

01 Nov 21:24
855e567
Compare
Choose a tag to compare
  • Add airing status (Planned, Airing and Ended)
  • Add option to use native title as plex original title
  • Add docker support
  • A lot of change in folder structure, now using a config folder see readme for more info

v1.21

11 Oct 16:28
d8a06cb
Compare
Choose a tag to compare
  • Add error for seasons without match
  • Update readme

v1.20

06 Oct 17:16
bed3320
Compare
Choose a tag to compare
  • Fix issue with Anilist rating
  • Fix issue with MAL rating
  • Ignore season without rating in average score
  • Improve seasonal download logic

v1.19

13 Jul 15:51
df0d725
Compare
Choose a tag to compare
  • Add option to add seasonal info to seasons
  • Rework seasons detection, mapping and rating logic
  • Force refresh on empty rating
  • Add option to disable seasons poster downloads
  • Fix seasonal download script