adobe / asset-share-commons

A modern, open-source asset share reference implementation built on Adobe Experience Manager (AEM)
https://opensource.adobe.com/asset-share-commons/
Apache License 2.0
88 stars 107 forks source link

Created custom Audio Component in Asset share commons.Audio component does not have any rendition then how we get the thumbnail image in audio files? #527

Open khanaaqib opened 4 years ago

khanaaqib commented 4 years ago

Question?

Documentation can be found here: https://adobe-marketing-cloud.github.io/asset-share-commons/. It might answer your question!

davidjgonzalez commented 4 years ago

Hi, What version of Asset Share Commons are you using?

Can you take a screenshot of CRXDE Lite of your audio asset with the renditions folder listed?

Can you also take a screenshot the component's edit dialog you are trying to configure to show the renditions?

Thanks!

khanaaqib commented 4 years ago

Hi davidjgonzalez , I have created custom audio component,everything is working fine except the thumbnail part. I am using 1.9.4 version of asset-share commons.I am not able to get the thumbnail in audio file,because in audio file's rendition folder only original rendition is present(because it does not have ootb rendtion like video or image component).PFB ScreenShot image Here only original rendition has present,because AEM does not provide other rendition for audio file.When I uploaded the audio file in dam and when i went to dark.html I found there is no thumbnail in audio file.PFB ScreenShot. image I don't want to do it manually,like copy the thumbnail rendition from any other files(like audio or video,because ootb rendition are present in video as well as image ) and paste in rendition folder of audio file. Is there any other way that i can fix this issue.It is very urgent for me.Please help me.