|
From: Florin C B. <ory...@us...> - 2013-04-21 03:29:59
|
Update of /cvsroot/mxbb/mx_music/music_box/mp3/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10188/prosilver Modified Files: config.xml Log Message: fixed mp3 play in categories using jw flash player and media player in music page Index: config.xml =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/mp3/prosilver/config.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config.xml 19 Apr 2013 17:55:51 -0000 1.1 --- config.xml 21 Apr 2013 03:29:57 -0000 1.2 *************** *** 2,6 **** <!-- choose here if you want the mp3player to automatically start and shuffle songs (true or false) --> <autostart>false</autostart> ! <shuffle>true</shuffle> <!-- choose the mp3player repeat mode (none, one, all or list (plays the entire playlist once)) --> --- 2,6 ---- <!-- choose here if you want the mp3player to automatically start and shuffle songs (true or false) --> <autostart>false</autostart> ! <shuffle>false</shuffle> <!-- choose the mp3player repeat mode (none, one, all or list (plays the entire playlist once)) --> *************** *** 8,12 **** <!-- choose the mp3player volume (0 to 100) --> ! <volume>80</volume> <!-- choose here if you want to show the display and playlist (true or false) --> --- 8,12 ---- <!-- choose the mp3player volume (0 to 100) --> ! <volume>60</volume> <!-- choose here if you want to show the display and playlist (true or false) --> *************** *** 24,28 **** <!-- you can set a JPG as the background here to skin the mp3player (url to the jpg file) --> ! <jpgfile>./../mp3/prosilver/prosilver.jpg</jpgfile> <!-- (for webmasters) URL of a script, called on start and completion of a song --> --- 24,28 ---- <!-- you can set a JPG as the background here to skin the mp3player (url to the jpg file) --> ! <jpgfile>mp3/prosilver/prosilver.jpg</jpgfile> <!-- (for webmasters) URL of a script, called on start and completion of a song --> |