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-05-18 04:00] – [Known Bugs and Issues] 77.34.168.138plugin:mp3play2 [2023-04-28 19:16] (current) Aleksandr
Line 1: Line 1:
 ====== mp3play2 Plugin ====== ====== mp3play2 Plugin ======
- 
----- pluginnews ----- 
-headline:     By the same author 
-style:        sameauthor 
------ 
  
 ---- plugin ---- ---- plugin ----
Line 11: Line 6:
 email      : zaswiki@gmail.com email      : zaswiki@gmail.com
 type       : syntax type       : syntax
-lastupdate : 2011-11-04 +lastupdate : 2014-10-02 
-compatible : Anteater, Rincewind, Angua+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
  
-downloadurl: http://zawiki.dyndns.org/~zas/zawiki/lib/exe/fetch.php/tschinz:programming:dw:mp3play:plugin-mp3play.tgz +screenshot_img#http://zawiki.dyndns.org/lib/exe/fetch.php/tschinz:programming:dw:mp3play:mp3play_1.png #FIXME 
-donationurl: https://www.paypal.com/ch/cgi-bin/webscr?cmd=_flow&SESSION=dR8OTsiKqvYUnu06st0WoNYO8DjJPH2BOKGw-f_c3k1e0Tw31vVp9et4zAK&dispatch=5885d80a13c0db1f8e263663d3faee8db2b24f7b84f1819343fd6c338b1d9d60+downloadurl: https://github.com/tschinz/dokuwiki_mp3play_plugin/zipball/master 
 +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.begincoding.net/~zas/zawiki/lib/exe/fetch.php/tschinz:programming:dw:mp3play:mp3play_1.png}} {{http://zawiki.begincoding.net/~zas/zawiki/lib/exe/fetch.php/tschinz:programming:dw:mp3play:mp3play_2.png}} {{http://zawiki.begincoding.net/~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 34: 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 48: Line 51:
 e.g. e.g.
 <code> <code>
-{{mp3play>http://zawiki.begincoding.net/~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 77: Line 80:
   * **2011-02-17**   * **2011-02-17**
     * Initial release     * Initial release
 +  * **2012-10-22**
 +    * Moved repo to github
  
 ===== Known Bugs and Issues ===== ===== Known Bugs and Issues =====
Line 86: 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 96: 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.1337306402.txt.gz · Last modified: 2012-05-18 04:00 by 77.34.168.138

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