Skip to content

Commit

Permalink
[1] #39 Allow multiple libraries (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 authored and actions-user committed Dec 11, 2024
1 parent 6ad1111 commit 612f47c
Show file tree
Hide file tree
Showing 5 changed files with 174 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
done
- name: Run Spellcheck
uses: rojopolis/spellcheck-github-actions@0.42.0
uses: rojopolis/spellcheck-github-actions@0.45.0

docker-build-pull:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Each option can be applied in three ways:
|:------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------:|
| Plex URl | Plex URL of the Server you want to connect to.<br>**Shell Command:** `-u` or `--url "http://192.168.1.12:32400"`<br>**Environment Variable:** `PLEX_URL=http://192.168.1.12:32400` | &#9989; |
| Plex Token | Plex Token of the Server you want to connect to.<br>**Shell Command:** `-t` or `--token 123456789`<br>**Environment Variable:** `PLEX_TOKEN=123456789` | &#9989; |
| Plex Library | Plex Library Name you want to reset.<br>**Shell Command:** `-l` or `--library Movies`<br>**Environment Variable:** `PLEX_LIBRARY=Movies` | &#9989; |
| Plex Library | Plex Library Name you want to reset. Can use a bar-separated (<code>&#124;</code>) list.<br>**Shell Command:** `-l` or <code>--library Movies&#124;TV Shows</code><br>**Environment Variable:** <code>PLEX_LIBRARY=Movies&#124;TV Shows</code> | &#9989; |
| Kometa Asset Folder | Kometa Asset Folder to Scan for restoring posters.<br>**Shell Command:** `-a` or `--asset "C:\Kometa\config\assets"`<br>**Environment Variable:** `KOMETA_ASSET=C:\Kometa\config\assets` | &#10060; |
| Kometa Original Folder | Kometa Original Folder to Scan for restoring posters.<br>**Shell Command:** `-o` or `--original "C:\Kometa\config\overlays\Movies Original Posters"`<br>**Environment Variable:** `KOMETA_ORIGINAL=C:\Kometa\config\overlays\Movies Original Posters` | &#10060; |
| TMDb V3 API Key | TMDb V3 API Key for restoring posters from TMDb.<br>**Shell Command:** `-ta` or `--tmdbapi 123456789123456789`<br>**Environment Variable:** `TMDBAPI=123456789123456789` | &#10060; |
Expand All @@ -140,7 +140,7 @@ Each option can be applied in three ways:
```
PLEX_URL=http://192.168.1.12:32400
PLEX_TOKEN=123456789
PLEX_LIBRARY=Movies
PLEX_LIBRARY=Movies|TV Shows
KOMETA_ASSET=C:\Kometa\config\assets
KOMETA_ORIGINAL=C:\Kometa\config\overlays\Movies Original Posters
TMDBAPI=123456789123456789
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.0.4-build1
Loading

0 comments on commit 612f47c

Please sign in to comment.