I have a pretty modified export made by Milka. I was able to add an html5 audio player that I put together into the resulting html. It works great! But I don’t know enough about the export rules to add the player into the export without breaking it. Can someone help to compile the audio player code for the export? I would like to keep the audio player as 1 block of code because I have other exports that I then could copy and paste into them. Feel free to use the export as you wish All the files are in the zip file.
Thanks for the reply. The code works great in the resulting html once its manually inserted. The CSS can be in the Head or the Body. If it’s in the Body, it’s called inline CSS. The reason it’s all grouped together is so I can keep the Audio Player as 1 block of code. This makes it easier to add to other exports. There is debate about which is better as far as CSS code being in the Head or the Body. The issue I am having is that you can’t just put the audio player html code into the export without it breaking the output. The code needs to modified so the export code/rules are followed in order for it to work correctly. This is my issue. I don’t really know the export rules of coding to escape certain characters etc. This is why I need the audio player code modified correctly so I can put it in the export. I have presented the issue to AI and 3 of them (Co-Pilot, ChatGPT & Grok) said they could modify the code but in the end none of them actually could do it. Also, the reason I don’t have an external CSS is because this requires an additional page in each music album or 1 additional page in the parent folder which in my case is called - Music. And you can have CSS, Java Script all together in html. My collection is structured:
Music
Artist
Album
I have thousands of Artists. So I want to streamline things as much as possible. My collection is years old. All I need is the Audio Player code written for the export.