Table of Contents
jplayer Plugin
Compatible with DokuWiki
- 2023-04-04 "Jack Jackrum" unknown
- 2022-07-31 "Igor" unknown
- 2020-07-29 "Hogfather" yes
- 2018-04-22 "Greebo" unknown
Similar to mp3play
Plugin allows embed jplayer playlists on your wiki pages. mp3 and ogg files are currently supported.
Examples/Usage
Add the playlist with a single file:
{{jPlayerPlaylist>music_file.mp3}}
Add the playlist with several files:
{{jPlayerPlaylist>music_file1.mp3 music_file2.mp3 music_file3.mp3}}
You can use any white spaces as separators:
{{jPlayerPlaylist>music_file1.mp3 music_file2.mp3 music_file3.mp3}}
Instead of filenames, you can use namespaces
{{jPlayerPlaylist>my_music}}
Or combine any number of files and namespaces:
{{jPlayerPlaylist>my_music music_file1.mp3 some:other:music and:here:some:music_file.mp3}}
Syntax
{{jPlayerPlaylist>white spaces separated list of music files and namespaces}}
Development
Change Log
- add REDME (2017-09-29 09:52)
- fix bug causing selecting all music files from the current direcotry (2017-09-29 09:50)
- licence (2017-05-25 23:37)
- allow multiple files in syntax (2017-03-07 10:36)
- first release (2017-02-17 13:52)
- first commit (2017-02-16 15:49)
Releases
- 2017-10-09 by solewniczakNo content.
- 2017-09-29 by solewniczakNo content.
Discussion
https://github.com/solewniczak/dokuwiki-plugin-jplayer/issues
It works perfectly on Release 2016-06-26b “Elenor of Tsort”. - Still, What solution do we have to display the real audio file name, not just the local url name, with lowercase and underscores? — Florin 19 November 2017
The plugin displays the ID3 tags of your audio files. Tag your files and you'll have beautiful song titles in your playlist. — Laynee 2018-01-29