From: <kro...@us...> - 2007-07-27 13:37:47
|
Revision: 777 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=777&view=rev Author: kroko_koenig Date: 2007-07-27 06:37:45 -0700 (Fri, 27 Jul 2007) Log Message: ----------- Added Paths: ----------- trunk/plugins/My Streamradio/Release/Thumbs/Radio/Thumbs.db trunk/plugins/My Streamradio/readme.txt Removed Paths: ------------- trunk/plugins/My Streamradio/Source/MyStreamRadio/Properties/ trunk/plugins/My Streamradio/Source/MyStreamRadio/obj/ Added: trunk/plugins/My Streamradio/Release/Thumbs/Radio/Thumbs.db =================================================================== (Binary files differ) Property changes on: trunk/plugins/My Streamradio/Release/Thumbs/Radio/Thumbs.db ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/plugins/My Streamradio/readme.txt =================================================================== --- trunk/plugins/My Streamradio/readme.txt (rev 0) +++ trunk/plugins/My Streamradio/readme.txt 2007-07-27 13:37:45 UTC (rev 777) @@ -0,0 +1,79 @@ +My streamradio +------------------- + +Version 0.2 +----------- + +-add support for xml files +-actul title / artist will be displayed +-actual station , country will be displayed + +5 Parser method included: + +Method 1 +-------- +Single line with devider + +On the web page the title and artist is displayed as followed: + +Searchstring +. Offset rows +. +Start "Title - Artist" Stop + +Devider = "-" + +Method 2 +-------- +Single line + +Artist and title is send as a single line (mostly php) + +interpret=interpret&artist=artist&... + +Method 3 +-------- +Scan all rows + +Scan all rows for + +interpret +title +image + +Method 4 +-------- +XML Scan + +XML reader for page with return xml files +Data for each section written contiounsly + +Method 5 +-------- +Double line scan + +On the web page the title and artist is displayed as followed: + +Searchstring +. Offset rows +. +Start "Title" Stop +Start2 "Artist" Stop + + +Version 0.1 +----------- +-Initial release + +Copy the plugin and skin files into your favorite skin folder. + + +Description: +----------------- +This is the improved version of the radio plugin. I added support to +play asx files with thumbs. Also this plugin remember the last view setting. + + +Good luck +kroko + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |