Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main to dev #33

Merged
merged 9 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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