mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[107] update versions
This commit is contained in:
parent
158bebd75e
commit
c8f62775be
9 changed files with 15 additions and 9 deletions
2
.github/workflows/develop.yml
vendored
2
.github/workflows/develop.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Check Out Repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: develop
|
||||
|
||||
|
|
2
.github/workflows/latest.yml
vendored
2
.github/workflows/latest.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Check Out Repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
|
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Check Out Repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: nightly
|
||||
|
||||
|
|
2
.github/workflows/tag.yml
vendored
2
.github/workflows/tag.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
fetch-depth: 2
|
||||
|
|
2
.github/workflows/version.yml
vendored
2
.github/workflows/version.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Check Out Repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.19.0-develop106
|
||||
1.19.0-develop107
|
||||
|
|
|
@ -83,6 +83,7 @@ These are lists provided for reference to show what values will be in use if you
|
|||
### Default `include`
|
||||
|
||||
```yaml
|
||||
include:
|
||||
#### ANIMES ########################################################################################################
|
||||
- 8bit
|
||||
- A-1 Pictures
|
||||
|
@ -532,6 +533,11 @@ These are lists provided for reference to show what values will be in use if you
|
|||
- Wiedemann & Berg Television
|
||||
- Winkler Films
|
||||
- Working Title Films
|
||||
```
|
||||
|
||||
### Default `addons`
|
||||
|
||||
```yaml
|
||||
addons:
|
||||
8bit:
|
||||
- 8-bit
|
||||
|
|
|
@ -163,8 +163,8 @@ The table below shows the asset folder path structures that will be searched for
|
|||
* Replace `.ext` with the image extension
|
||||
|
||||
* When `asset_folders` is set to `true` movie/show folders can be nested inside other folders, but you must specify how deep you want to search because the more levels to search the longer it takes.
|
||||
|
||||
* You can specify how deep you want to scan by using the [`asset_depth` Setting Attribute](../../config/settings.md#asset-depth).
|
||||
|
||||
* You can specify how deep you want to scan by using the [`asset_depth` Setting Attribute](../../config/settings.md#asset-depth).
|
||||
|
||||
Here's an example config folder structure with an assets directory with `asset_folders` set to true and false.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
arrapi==1.4.3
|
||||
GitPython==3.1.32
|
||||
GitPython==3.1.35
|
||||
lxml==4.9.3
|
||||
num2words==0.5.12
|
||||
pathvalidate==3.1.0
|
||||
|
|
Loading…
Reference in a new issue