So we have this structure in the media area.
And Litium.AddOns.ProductMediaMapper.dll.config have this config
But if i upload a picture with matching Article Number to “NonWaterMarkedImages” it will be mapped and put in “ProductImagesUpload”.
Is this ment to be? If so, why isen’t it just mappin files in “ProductImagesUpload”?
And is there anything I can do to prevent mapping from a specific folder?
Litium version: 7.7.1
NilsN
February 1, 2022, 2:59pm
2
The folder is for where the images should be moved, not from which folder it should look.
mediaarchiverootfolder : Defines the root folder of where folders will be created, to which the files that are mapped will be moved. The default folder is ArticleFiles .
https://docs.litium.com/documentation/add-ons/product-management/product-media-mapper/configure
The addon looks at any file created, so it’s not possible to exclude folders like that.
So it’s not possible to have a folder anywhere with pictures with matching article number without them beeing moved and mapped?
NilsN
February 2, 2022, 10:04am
4
Correct. The addon subscribes to FileCreated
and queues the file for processing.
1 Like
Okey, thanks. The customer could live with adding a postfix to prevent mapping.
I created an Idea for this Product media mapper should have a setting to prevent mapping | Ideas
3 Likes
system
Closed
March 2, 2022, 2:45pm
6
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.