#Proper way to get new poster assets to be seen by PMM container?

1 messages · Page 1 of 1 (latest)

remote swift
#

Hello.

My basic config setup is below:

libraries:
  Movies:
    overlay_path:
    - remove_overlays: false
    - reapply_overlay: false
    - pmm: resolution
      template_variables:
        use_edition: false
    operations:
      assets_for_all: true
  TV Shows:
    overlay_path:
    - remove_overlays: false
    - reapply_overlay: false
    - pmm: resolution
      template_variables:
        use_edition: false
    operations:
      assets_for_all: true
settings:
  cache: true
  cache_expiration: 60
  asset_directory: config/assets
  asset_folders: false
  asset_depth: 0
  create_asset_folders: false
  prioritize_assets: true

And in my pm/assets folder i have Movie_Name.ext, Show_Name.ext, Show_name_Seasonxx.ext, and so on.

What is the proper yml setup so that whenever I add assets to the folder, pmm will see the new posters and apply them, then overlay them, without needing to remove or reapply overlays or is this not possible?

brittle coralBOT
#

Welcome Back @remote swift!

Thanks for being a PMM Sponsor, we greatly appreciate it! Your ticket will now be diverted to <@&1097919568334311495> and <@&938443185347244033>.

Please provide any logs if you think they're relevant to your post.

#

You can press the "Close Post" button above or type /close at any time to close this post.

keen mural
#

I don't see an asset directory set

#

@remote swift

remote swift
smoky pine
#

You name them correctly; that’s all you have to do.

keen mural
#

I'm dumb

remote swift
#

Fine

#

Its just not finding new ones while the container is running

smoky pine
#

I wouldn’t necessarily expect it to find new ones added while it’s running.

#

Depends entirely on if they got added before pmm ran the operation.

remote swift
#

Restarting it wont find them either since an overlay is applied to whatever poster it already has

#

I have to either reapply overlays or remove them and apply them and it finds the new poster

smoky pine
#

That shouldn’t happen; you may need to go to develop to get the fix.

#

The asset should always win.

remote swift
#

Oh really, I was starting to think thats how pmm was supposed to be working lol

#

Ill give that a go and report back. Thank you!