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

Note that Kometa does not create asset folder themselves #2106

Merged
merged 4 commits into from
Jun 14, 2024
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
1 change: 1 addition & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ Skywalker
Sohjiro
Sohjiro's
sonarr
ssl
SSL
StevenLu
StevenLu's
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Added [`letterboxd_user_lists`](https://kometa.wiki/en/latest/files/dynamic_type

# Bug Fixes
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
4 changes: 4 additions & 0 deletions docs/config/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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;">

**Attribute:** `asset_directory`
Expand Down
4 changes: 4 additions & 0 deletions docs/config/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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;">

**Attribute:** `asset_directory`
Expand Down
2 changes: 2 additions & 0 deletions docs/kometa/guides/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ settings:
- 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.

* 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`.
Expand Down