Releases: Arial-Z/Romaji-Renamer
Releases · Arial-Z/Romaji-Renamer
v1.25.1
v1.25
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
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