
display list of playlist items below player?
I am self-hosting a bunch of videos, and some of those are arranged in playlists. The playlists, including file, title, description, are formatted as RSS. Here's one example:
http://thefifiorganization.net/travel/srl-1994/
I've been using JWPlayer for many years now, and in earlier versions, I was able to display the list of playlist items (including title and description) in a scrollable grid/list below the player. It appears that option has been removed in a recent upgrade. I understand that I can create an html list, as shown here:
https://support.jwplayer.com/customer/portal/articles/1480872-example-creating-an-html-playlist
All well and good, but it's not as easy to implement as the scrollable list I used to have...
So... am I missing something? I've spent quite a bit of time looking through the documentation, but I can't seem to find an easy way to implement that old feature. Any guidance or pointers in the correct direction would be appreciated.