[107] update versions

pull/1595/head
meisnate12 1 year ago
parent 158bebd75e
commit c8f62775be

@ -13,7 +13,7 @@ jobs:
steps: steps:
- name: Check Out Repo - name: Check Out Repo
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
ref: develop ref: develop

@ -11,7 +11,7 @@ jobs:
steps: steps:
- name: Check Out Repo - name: Check Out Repo
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v2 uses: docker/login-action@v2

@ -13,7 +13,7 @@ jobs:
steps: steps:
- name: Check Out Repo - name: Check Out Repo
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
ref: nightly ref: nightly

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
token: ${{ secrets.PAT }} token: ${{ secrets.PAT }}
fetch-depth: 2 fetch-depth: 2

@ -13,7 +13,7 @@ jobs:
steps: steps:
- name: Check Out Repo - name: Check Out Repo
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0

@ -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` ### Default `include`
```yaml ```yaml
include:
#### ANIMES ######################################################################################################## #### ANIMES ########################################################################################################
- 8bit - 8bit
- A-1 Pictures - 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 - Wiedemann & Berg Television
- Winkler Films - Winkler Films
- Working Title Films - Working Title Films
```
### Default `addons`
```yaml
addons: addons:
8bit: 8bit:
- 8-bit - 8-bit

@ -164,7 +164,7 @@ The table below shows the asset folder path structures that will be searched for
* 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. * 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. 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 arrapi==1.4.3
GitPython==3.1.32 GitPython==3.1.35
lxml==4.9.3 lxml==4.9.3
num2words==0.5.12 num2words==0.5.12
pathvalidate==3.1.0 pathvalidate==3.1.0

Loading…
Cancel
Save