Skip to content

Commit

Permalink
main to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Arial-Z authored Nov 17, 2023
2 parents 41fc05f + 5647d00 commit b94c439
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:

docker-nightly:
docker-dev:
runs-on: ubuntu-latest
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:

docker-nightly:
docker-latest:
runs-on: ubuntu-latest
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:

docker-nightly:
docker-release:
runs-on: ubuntu-latest

steps:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ Designed for Plex TV agent / Plex Movie Agent, <b>Hama is unsupported</b>
- Use the Anilist API and Jikan API to get metadata from Anilist and MAL
- Create and update a PMM metadata file to import everything in to your Plex when PMM runs.

### Docker container avalaible here
https://hub.docker.com/r/arialz/plex-romaji-renamer

### Step 1 - Prerequisites
First you need a GNU/Linux OS to run bash script<br/>
Requirements: Plex Media Server, Plex-Meta-Manager, Python and JQ<br/>
Expand Down Expand Up @@ -138,7 +141,7 @@ IGNORE_SEASONS=No
REDUCE_TITLE_CAPS=Yes
#Add the anime season to the season label in plex (Fall 2022, Spring 2021, ...)
SEASON_YEAR=No
# Mal Data cache time (in days min : 1)
# Anime metadata cache time (in days min : 1)
DATA_CACHE_TIME=3
```

Expand Down

0 comments on commit b94c439

Please sign in to comment.