Is there a way to get an .mp3 file from a plugin’s assets folder? No matter what I try it doesn’t seem to find the asset. It does currently work with images css-files and javascript-files, but not with sound-files?
I use the format media/my/plugin/path/inside/assets/folder.ext.
For sounds on a webpage? I use a plugin to add kirby tags, in the tag I use sound que’s for certain actions. Those sounds are bound to that specific component, and in a specific way.
I don’t think it enhances the usability if I ask a plugin user to set up their web content in a specific way in order for the plugin to work.
So is there a way to solve this issue? Maybe using routes, although I haven’t found a way to return a plain file (especially non-text files).