Hi @Wilnaweb1 , A few points based on my experience-Reading your description, I believe you want to edit your PSD files but still persist those in AEM Assets. This can also be achieved using AEM Assets <> Photoshop integration without AIO. You should be able to connect these two applications, checko...
Hi @nijilma ,You could perhaps use the API to list all the dataflows and then process that result. I would do it using postman and write post-script to filter results based on specific S3 destination or dataset. I hope it helps. Thanks!
Hi @dmescia2 ,We also bumped into some use cases which are not supported by DM, for those we ended up writing custom implementations and create assets per our needs. However, in this case also the custom rendition would need to be pre-calculated and stored somewhere (if not AEM). I would store those...
Hi @AbhilashYS , It can happen on AEM cloud instance which operates in a cluster of author instances. The simple solution is to define a leader instance, please refer to the below documentation-https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/developing/advanced/run-...
Hi @chinmayis865517 , You might wana consider new DM Video player, it promises better performance than the previous S7 video player.Also, consider @HrishikeshKagne 's comment, extra wrappers and JS always derails performance. Thanks!
Hi @KiranMa1 , It seems your Dynamic Media connection is broken, which is why the image server domain is falling back to the current domain, which is author. Can you check if your Dynamic Media connection is success? Thanks!
Hi @am_DAM_manager , There is one more option in DM. Since your requirement is more about encoding the asset name, you could create a ruleset configuration file that maps your incoming request URL to a asset. This is similar to apache wherein you can rewrite URLs before discovering a resource.The o...
Hi @YegorKo We had been in a similar situation wherein the downstream application (non-Adobe) had to search and select assets from Adobe DAM, however, the OOTB search capabilities are indeed limited. Based on our learning, I would indeed create a custom app to navigate through the folder structure...