|
From: OryNider <ory...@us...> - 2008-03-06 03:11:45
|
Update of /cvsroot/mxbb/mx_shotcast/doc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5080/doc Modified Files: ReadMe.txt Removed Files: radio.class.php Log Message: version 2.0 --- radio.class.php DELETED --- Index: ReadMe.txt =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/doc/ReadMe.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ReadMe.txt 24 Feb 2008 01:14:07 -0000 1.1 --- ReadMe.txt 6 Mar 2008 03:09:34 -0000 1.2 *************** *** 1,23 **** ! - - - - - - - - - - - - - - - - - - - - - - - ! - - - - - - - - RADIO PLAYER - - - - - - - ! - - - - - - - - - - - - - - - - - - - - - - - ! History: ! - Verion 1.00 - by: Niklas Pull ! May 17, 2006 ! - Version 1.01 - Fixed real mode by OryNider for Firefox. ! October 7, 2006 ! - Version 1.02 - Rewriten wmp script by OryNider in JavaScript ! for Firefox. In Firefox and Linux when media mode user normaly ! will be propted to install a plugin, but since this is hidden ! in iframes user will have to install the plugin manualy. ! October 21, 2006 ! - Version 1.03 - Forced media player mode for NetScape using ! MIME type="audio/mpeg" in the Mac script. ! October 22, 2006 - Version 1.04 beta 1 - In contrib/no_pass/ you have a version --- 1,70 ---- ! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ! - - - - - - - - - - - - - RADIO PLAYER v2.0 - - - - - - - - - - - - ! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ! This is a popup radio player for SHOUTcast servers. The embed's are ! hidden in iframes with autostarts, so the pricipal is very simple. ! It also uses an ajax script to update the song title. ! Autodetect the users players and plugins and chooses the most fitting. ! It can switch between Real Player, Windows Media Player, QuickTime or ! Winamp ActiveX player. ! Feel free to use it however you want, all I want is that you keep ! the author meta tag. ! ! ! --------------------------------------------------------------------- ! ! Instructions: ! ! All you need is to edit config.php to your ShoutCast server ! adress/ip and port, no password is needed. ! ! ! --------------------------------------------------------------------- ! ! New for v2.0: ! ! This new Version is almost completly renewed. The player detect the ! best player for the user or he/she can select which one to use. ! Added QuickTime and Winamp ActiveX as selectable embed players. ! Supports AAC streams with a AAC plugin for WMP or usage of AOL's ! Winamp ActiveX embed player. New design on the skin with easier ! skinnable interface (Photoshop files included). ! ! ! --------------------------------------------------------------------- ! ! History: ! ! - Version 2.0 - This new Version is almost completly renewed. The ! player detect the best player for the user or he/she can select ! which one to use. Added QuickTime and Winamp ActiveX as selectable ! embed players. Supports AAC streams with a AAC plugin for WMP or ! usage of AOL's Winamp ActiveX embed player. New design on the skin ! with easier skinnable interface (Photoshop files included). ! February 24, 2008 Niklas Pull aka Little Frog ! ! - Version 1.1 - Mayor update. New more userfriendly version for users ! and developers. A stand-alone php class for obtaining information ! from the ShoutCast server without having to use password. Removed ! some general "dead" code. Added some alternative skins. Also put ! in a new Ajax script and modified the cache controll so the dynamic ! song update also works in IE. (NOTE: This version does not work as a ! module for mx-systems). ! February 4, 2008 Niklas Pull aka Little Frog ! ! - Version 1.07 - Upgrade that allows to play icyx aac ! plus streams in IE and FF. ! January 22, 2008 OryNider ! ! - Version 1.05 - "This is version 1.05 Beta with some changes." ! January 21, 2008 OryNider ! ! - Version 1.04 - Fixed some problems With WMP 9 (Windows 98 SE) ! October 23, 2006 OryNider - Version 1.04 beta 1 - In contrib/no_pass/ you have a version *************** *** 27,64 **** To use it upload contrib/no_pass/getinfo.php replaceing the original file. ! October 23, 2006 ! ! - Version 1.04 - Fixed some problems With WMP 9 (Windows 98 SE) ! October 23, 2006 ! ! - Version 1.05 - 1.07 - Added support for icy strems - by OryNider ! December 20, 2007 ! ! - Version 1.08 - Backported the style engine from Version 1.1 ! February 23, 2008 ! ------------------------------------------------------------------ ! ! This is a popup radio player for SHOUTcast ! servers. The embed's are hidden in iframes ! with autostarts, so the pricipal is very ! simple. It also uses an ajax script to update ! the song title. ! ! It can switch between real player and wmp ! mode, however the real player version did not ! worked with Firefox and Netscape. Fixed for ! Firefox by OryNider - http://pubory.uv.ro/ ! Feel free to use it however you want, all I ! want is that you keep the author meta tag. ! --------------------------------------------- ! Instructions: - All you have to do is to edit config.php to - your ip adress, port and SHOUTcast password. - Everythings done in 1 min, :) --- 74,97 ---- To use it upload contrib/no_pass/getinfo.php replaceing the original file. ! October 23, 2006 OryNider ! - Version 1.03 - Forced media player mode for NetScape using ! MIME type="audio/mpeg" in the Mac script. ! October 22, 2006 OryNider + - Version 1.02 - Rewriten wmp script by OryNider in JavaScript + for Firefox. In Firefox and Linux when media mode user normaly + will be propted to install a plugin, but since this is hidden + in iframes user will have to install the plugin manualy. + October 21, 2006 OryNider ! - Version 1.01 - Fixed real mode by OryNider for Firefox. ! October 7, 2006 OryNider ! - Verion 1.00 - Original version with all base code created by ! Niklas Pull ! May 17, 2006 Niklas Pull aka Little Frog + --------------------------------------------------------------------- |