mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
[7] Note that Kometa does not create asset folder themselves (#2106)
This commit is contained in:
parent
d6fb0d053d
commit
0d50044a93
6 changed files with 13 additions and 2 deletions
1
.github/.wordlist.txt
vendored
1
.github/.wordlist.txt
vendored
|
@ -259,6 +259,7 @@ Skywalker
|
||||||
Sohjiro
|
Sohjiro
|
||||||
Sohjiro's
|
Sohjiro's
|
||||||
sonarr
|
sonarr
|
||||||
|
ssl
|
||||||
SSL
|
SSL
|
||||||
StevenLu
|
StevenLu
|
||||||
StevenLu's
|
StevenLu's
|
||||||
|
|
|
@ -12,6 +12,6 @@ Added [`letterboxd_user_lists`](https://kometa.wiki/en/latest/files/dynamic_type
|
||||||
|
|
||||||
# Bug Fixes
|
# Bug Fixes
|
||||||
Fixed multiple anime `int()` Errors
|
Fixed multiple anime `int()` Errors
|
||||||
Fixed #2100 verify_ssl wasn't working when downloading images
|
Fixed #2100 `verify_ssl` wasn't working when downloading images
|
||||||
|
|
||||||
Various other Minor Fixes
|
Various other Minor Fixes
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.0.2-build6
|
2.0.2-build7
|
||||||
|
|
|
@ -236,6 +236,10 @@ You can have some control of the files from inside your Configuration file by us
|
||||||
Assets can be stored anywhere on the host system that Kometa has visibility of (i.e. if using docker, the
|
Assets can be stored anywhere on the host system that Kometa has visibility of (i.e. if using docker, the
|
||||||
directory must be mounted/visible to the docker container).
|
directory must be mounted/visible to the docker container).
|
||||||
|
|
||||||
|
??? warning
|
||||||
|
|
||||||
|
Kometa will not create asset directories. The directories that you specify have to exist already.
|
||||||
|
|
||||||
<hr style="margin: 0px;">
|
<hr style="margin: 0px;">
|
||||||
|
|
||||||
**Attribute:** `asset_directory`
|
**Attribute:** `asset_directory`
|
||||||
|
|
|
@ -78,6 +78,10 @@ The available setting attributes which can be set at each level are outlined bel
|
||||||
Assets can be stored anywhere on the host system that Kometa has visibility of (i.e. if using docker, the
|
Assets can be stored anywhere on the host system that Kometa has visibility of (i.e. if using docker, the
|
||||||
directory must be mounted/visible to the docker container).
|
directory must be mounted/visible to the docker container).
|
||||||
|
|
||||||
|
??? warning
|
||||||
|
|
||||||
|
Kometa will not create asset directories. Asset directories you specify here need to exist already.
|
||||||
|
|
||||||
<hr style="margin: 0px;">
|
<hr style="margin: 0px;">
|
||||||
|
|
||||||
**Attribute:** `asset_directory`
|
**Attribute:** `asset_directory`
|
||||||
|
|
|
@ -48,6 +48,8 @@ settings:
|
||||||
- config/assets_ahoy
|
- config/assets_ahoy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* Kometa will not create the asset directories themselves; it will create folder *within* asset directories [if configured to do this], but not the asset directories themselves.
|
||||||
|
|
||||||
* You can specify an Image Asset Directory per Metadata/Playlist/Overlay File when calling the file. See [File Blocks](../../config/files.md) for how to define them.
|
* You can specify an Image Asset Directory per Metadata/Playlist/Overlay File when calling the file. See [File Blocks](../../config/files.md) for how to define them.
|
||||||
|
|
||||||
* By default [if no `asset_directory` is specified], the program will look in the same folder as your `config.yml` for a folder called `assets`.
|
* By default [if no `asset_directory` is specified], the program will look in the same folder as your `config.yml` for a folder called `assets`.
|
||||||
|
|
Loading…
Reference in a new issue