DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:mp3play2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:mp3play2 [2012-11-08 10:36] 153.109.5.216plugin:mp3play2 [2023-04-28 19:16] (current) Aleksandr
Line 1: Line 1:
 ====== mp3play2 Plugin ====== ====== mp3play2 Plugin ======
- 
- 
  
 ---- plugin ---- ---- plugin ----
Line 8: Line 6:
 email      : zaswiki@gmail.com email      : zaswiki@gmail.com
 type       : syntax type       : syntax
-lastupdate : 2012-10-22+lastupdate : 2014-10-02
 compatible : Anteater, Rincewind, Angua, Adora Belle compatible : Anteater, Rincewind, Angua, Adora Belle
 depends    :  depends    : 
 conflicts  conflicts 
 similar    :  similar    : 
-tags       : mp3, play, music, internet radio, stream, flash, embed+tags       : !obsolete, mp3, play, music, internet radio, stream, flash, embed
  
 +screenshot_img: #http://zawiki.dyndns.org/lib/exe/fetch.php/tschinz:programming:dw:mp3play:mp3play_1.png #FIXME
 downloadurl: https://github.com/tschinz/dokuwiki_mp3play_plugin/zipball/master downloadurl: https://github.com/tschinz/dokuwiki_mp3play_plugin/zipball/master
-donationurl: https://www.paypal.com/ch/cgi-bin/webscr?cmd=_flow&SESSION=dR8OTsiKqvYUnu06st0WoNYO8DjJPH2BOKGw-f_c3k1e0Tw31vVp9et4zAK&dispatch=5885d80a13c0db1f8e263663d3faee8db2b24f7b84f1819343fd6c338b1d9d60+bugtracker:  https://github.com/tschinz/dokuwiki_mp3play_plugin/issues 
 +sourcerepo:  https://github.com/tschinz/dokuwiki_mp3play_plugin 
 +donationurl: https://www.paypal.com/ch/cgi-bin/webscr?cmd=_flow&SESSION=-NSXfGE9ibV605du5x-XY0T3UrOotHWgwxkRHN2lQ8d9u-HIOxhoEvM0Rg0&dispatch=5885d80a13c0db1f8e263663d3faee8d0b7e678a25d883d0fa72c947f193f8fd
 ---- ----
  
-{{http://zawiki.dyndns.org/~zas/zawiki/lib/exe/fetch.php/tschinz:programming:dw:mp3play:mp3play_1.png}} {{http://zawiki.dyndns.org/~zas/zawiki/lib/exe/fetch.php/tschinz:programming:dw:mp3play:mp3play_2.png}} {{http://zawiki.dyndns.org/~zas/zawiki/lib/exe/fetch.php/tschinz:programming:dw:mp3play:mp3play_3.png}}+Flash is not available anymore in browsers. Simple including single mp3s is included in DokuWiki, see the [[wiki:syntax#media_files|media syntax description]]. 
 + 
 +FIXME 
 +  {{http://zawiki.dyndns.org/lib/exe/fetch.php/tschinz:programming:dw:mp3play:mp3play_1.png}} 
 +  {{http://zawiki.dyndns.org/lib/exe/fetch.php/tschinz:programming:dw:mp3play:mp3play_2.png}} 
 +  {{http://zawiki.dyndns.org/lib/exe/fetch.php/tschinz:programming:dw:mp3play:mp3play_3.png}}
  
 ===== Installation ===== ===== Installation =====
  
-Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually.+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
   * Download "MP3 Play plugin" and unzip file locally   * Download "MP3 Play plugin" and unzip file locally
Line 31: Line 37:
 ===== Syntax/Usage ===== ===== Syntax/Usage =====
  
-The Plugin can be seen in action [[http://zawiki.begincoding.net/~zas/zawiki/doku.php/tschinz:dw_mp3play|here]]+The Plugin can be seen in action [[http://zawiki.zapto.org/doku.php/tschinz:dw_mp3play|here]] FIXME
  
 The plugin takes an xml file as input, inside as many mp3 files or streams can be defined. The plugin takes an xml file as input, inside as many mp3 files or streams can be defined.
Line 45: Line 51:
 e.g. e.g.
 <code> <code>
-{{mp3play>http://zawiki.dyndns.org/~zas/zawiki/lib/exe/fetch.php/tschinz:music:mp3play:playlist.xml}}+{{mp3play>http://zawiki.zapto.org/lib/exe/fetch.php/tschinz:music:mp3play:playlist.xml}}
 or or
 {{mp3play>tschinz:music:mp3play:playlist.xml}} {{mp3play>tschinz:music:mp3play:playlist.xml}}
Line 85: Line 91:
 === Address rewriting === === Address rewriting ===
 Plugin cut ''doku.php'' from URL, so if you use [[config:userewrite|userewrite = 1]], comment ''$url = substr($url,0,-9);'' in plugin's syntax.php Plugin cut ''doku.php'' from URL, so if you use [[config:userewrite|userewrite = 1]], comment ''$url = substr($url,0,-9);'' in plugin's syntax.php
 +
 +And for playlist xml file, ''$data = $url.'/lib/exe/fetch.php/'.$data;'' changes to ''$data = $url.'/lib/exe/fetch.php?media='.$data;''.
 +
 ===== ToDo/Wish List ===== ===== ToDo/Wish List =====
  
Line 95: Line 104:
 ===== Discussion ===== ===== Discussion =====
  
-Discuss [[http://zawiki.dyndns.org/~zas/zawiki/doku.php/tschinz:dw_mp3play|here]]+Discuss [[https://github.com/tschinz/dokuwiki_mp3play_plugin/issues|here]]
plugin/mp3play2.1352367366.txt.gz · Last modified: 2012-11-08 10:36 by 153.109.5.216

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki