====== jplayer Plugin ====== ---- plugin ---- description: Plugin allows embed jplayer playlists on your wiki pages author : Szymon Olewniczak email : solewniczak@rid.pl type : syntax lastupdate : 2020-11-10 compatible : Hogfather, Frusterick Manners, Elenor Of Tsort depends : conflicts : similar : mp3play tags : media, music, embed, namespace downloadurl: https://github.com/solewniczak/dokuwiki-plugin-jplayer/zipball/master bugtracker : https://github.com/solewniczak/dokuwiki-plugin-jplayer/issues sourcerepo : https://github.com/solewniczak/dokuwiki-plugin-jplayer/ donationurl: screenshot_img : ---- Plugin allows embed [[http://jplayer.org/|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 === {{rss>https://github.com/solewniczak/dokuwiki-plugin-jplayer/commits/develop.atom date}} === Releases === {{rss>https://github.com/solewniczak/dokuwiki-plugin-jplayer/releases.atom description author}} ===== 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? --- //[[florinko.gml|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. --- [[user>Laynee|Laynee]] //2018-01-29//