#If I have no custom assets to apply, should I change settings to asset_folders: false?

1 messages · Page 1 of 1 (latest)

severe drift
#

Simple question. Just not sure what my settings should look like. If I don't have any custom assets, why would kometa need to look for/create assets folders? Not sure if my logic is sound though

ancient cipherBOT
#

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.

twilit wharf
#

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.

severe drift
#

That makes more sense. Is there a way I can tell Kometa to not look for assets?

#

My config/assets folder is completely empty

twilit wharf
#

It will always look for collection assets. You can control whether it looks for individual item assets or not.

severe drift
#
  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```
twilit wharf
#

Do you have assets_for_all: true set under operations?

severe drift
#

No I have assets_for_all: false

twilit wharf
#

Then the only assets Kometa will look for is collection assets, which cannot be disabled.

severe drift
#

Ok great thanks for clarifying that. I went down a hole looking at the wiki and confused myself