#If I have no custom assets to apply, should I change settings to asset_folders: false?
1 messages · Page 1 of 1 (latest)
Welcome @severe drift!
Someone from <@&938443185347244033> will assist when they're available.
Including meta.log from the beginning is a huge help. Type !logs for more information.
After attaching your log, do not forget to hit the green check boxes when prompted by our bot.
You can press the "Close Post" button above or type /close at any time to close this post.
All asset_folders controls is whether Kometa expects assets to be in folders or not. It doesn't affect looking for assets or not, only where it looks for them.
That makes more sense. Is there a way I can tell Kometa to not look for assets?
My config/assets folder is completely empty
It will always look for collection assets. You can control whether it looks for individual item assets or not.
cache_expiration: 60
asset_directory: config/assets
asset_folders: true
asset_depth: 0
create_asset_folders: false
prioritize_assets: false
dimensional_asset_rename: false
download_url_assets: false```
Do you have assets_for_all: true set under operations?
No I have assets_for_all: false
Then the only assets Kometa will look for is collection assets, which cannot be disabled.
Ok great thanks for clarifying that. I went down a hole looking at the wiki and confused myself