Medialist creates a list of files (Mp3, Ogg & PDF) from your media folder.
Your browser must support HTML5 audio tag
- Download and install Yellow.
- Download and install Image plugin.
- Download master.zip. If you are using Safari, right click and select 'Download file as'.
- Copy
master.zip
into yoursystem/plugins
folder.
Create a [medialist]
shortcut in your page.
The following arguments are available:
LOCATION
= location of the folder
PATTERN
= file name as regular expression
STYLE
= list style
[medialist /]
[medialist downloads/]
[medialist .*pdf mediastyle]
[medialist music/.*mp3 mediastyle]
To list specific files, use prefix of the file name. Example with artist-song01.mp3
:
[medialist artist-.*mp3]
You can use CSS to style medialist:
.content .mediastyle ul {padding:0;list-style:none;}
.content .mediastyle ul li {margin-top:1em;}