Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arial-Z authored Nov 17, 2023
1 parent e3d05c5 commit 41fc05f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Here what will be imported for each of your animes :
sort_title: "Yuru Camp△"
# original_title : English title or Native Title (from Anilist)
original_title: "ゆるキャン△"
# Genre ands tags from Anilist (genres, and tag above > 65%)
# Genre ands tags from Anilist (genres, and tag above > 70% can be changed in settings)
genre.sync: Anime,Slice of Life,CGDCT,Iyashikei
# Airing status add as a label : Planned, Airing or Ended (from Anilist)
label: Planned
Expand Down Expand Up @@ -86,22 +86,22 @@ plex_token=zadazdzadazdazdazdazdazd
# Run the animes script (Yes/No)
RUN_ANIMES_SCRIPTS=Yes
RUN_ANIMES_SCRIPT=Yes
# Plex animes library name need to be in a double quote (Needed for the animes script)
ANIME_LIBRARY_NAME="Animes"
# Path to the created animes metadata file (Needed for the animes script)
METADATA_ANIMES=$SCRIPT_FOLDER/pmm/metadata-animes.yml
# Run the movies script (Yes/No)
RUN_MOVIES_SCRIPTS=No
RUN_MOVIES_SCRIPT=No
# Plex movies animes library name need to be in a double quote (Needed for the movies script)
MOVIE_LIBRARY_NAME="Animes Movies"
# Path to the created movies metadata file (Needed for the movies script)
METADATA_MOVIES=$SCRIPT_FOLDER/pmm/metadata-animes-movies.yml
# Run the seasonal download script (Yes/No)
RUN_SEASONAL_SCRIPTS=No
RUN_SEASONAL_SCRIPT=No
# Number of animes added to the sesonal animes auto-download collection (Needed for the seasonal-animes-download.sh script)
DOWNLOAD_LIMIT=20
# Path to the created seasonal-animes-download file (Needed for the seasonal-animes-download.sh script)
Expand All @@ -124,6 +124,8 @@ MAIN_TITLE_ENG=No
SORT_TITLE_ENG=No
# Use the native name as original_title instead of the romaji/english one (Yes/No)
ORIGINAL_TITLE_NATIVE=Yes
#Grab anilist tags higher or equal than percentage (0-100)
ANILIST_TAGS_P=70
# Download poster (Yes/No)
POSTER_DOWNLOAD=Yes
# Download seasons poster (Yes/No)
Expand Down

0 comments on commit 41fc05f

Please sign in to comment.