I am currently using WordPress but am looking for something leaner and simpler. One thing I really need is an audio playlists. At the moment my site has a separate html 5 audio player for each of my radio shows. It works fine but I would rather put my shows in a playlist as well as displaying my show playlist for each show.
Any ideas would be really helpful. I am also looking at Jekyll and Hugo as well but there is something about grav I like and I think it is the admin backend that resembles the WordPress dashboard.
Depending on the script, it should not be too hard at all.
If I take AmplitudeJS for example, it’s using a json format for the playlist as seen here: https://521dimensions.com/open-source/amplitudejs
So it should fairly easy to use this script with grav.
I know this is a relly old post, but I wanted to know how you would include the player on a page ?
The best thing would be to be able to use a simple code snippet from any page i create referencing the JSON config.
I guess I have to create a plugin for that but i don’t know where to start.
(i’m not trying to use amplitudejs, but I think integrating shikwasa is very similar)
I’m still writing on this thread as I want to do the same thing : use a JS plugin (sound player) into a Grav page.
I thing my ultimate goal would be to include the plugin in any page but i would be happy with a template including it.