SimplePlaylist-Talk
This space is for User-contributed commentary and notes. Please include your name and a date along with your comment.
Is there an example page
Where one can view this rather than just looking at pictures? --gnuzoo
It is enabled on Test.SimplePlaylist, feel free to experiment there. --Petko
This is confusing to me
How is it that you apply the style "%list SimplePlaylist shuffle autoplay autonext loop%
" after
the first link and before all the other links? I might think the list would have a begin and end markup delimiting/containing
the playlist links. How does it know where to end the playlist? --gnuzoo
See PmWiki:WikiStyles#Scope. The initial "list" wikistyle means the next classes will be applied to the whole list element (the <ol> block on the same line as the wikistyle). The player includes all items in the numbered list where the first link seems like an audio file. --Petko
Remove track numbers
How can I apply "%list-style=none%"
to the playlist? I just want links, not numbers, not letters, not an extra play button just links. --gnuzoo
Add this to pub/css/local.css. --Petko
ol.SimplePlaylist > li.track::before { display: none; }
From version 2024-05-30 the numbers are removed by default, but can be added with the option "numbered" either in the markup or in the hub configuration form. --Petko
Talk page for the SimplePlaylist recipe (users?).