Page 1 of 1
EnhancedXSPF-0.1 released
Posted: Mon Jan 29, 2007 4:25 pm
by Dee
This is the first release of the (Enhanced) XSPF module.
It allows
XSPF playlist creation from mp3 files uploaded using the Uploads module.
Enhanced XSPF player is included to play the playlists you create.
Current limitations:
- All songs on a playlist must be in the same Uploads category
- No support for images
[li]No support for playing single songs using the xspf play_song parameter (yet)
EnhancedXSPF-0.1 needs cmsmadesimple-1.0.2 and Uploads-1.2.3.
It can be downloaded here:
http://dev.cmsmadesimple.org/frs/?group ... ase_id=744
Re: EnhancedXSPF-0.1 released
Posted: Tue Jan 30, 2007 4:11 am
by reidjazz
This is great news! I installed it this morning...no problems, everything smooth!
You can see an example of how I'm using it at
http://www.reidjazz.com/sounds/bites/3osity/
Good work guys!!!!!

Todd
Re: EnhancedXSPF-0.1 released
Posted: Wed Jan 31, 2007 7:08 pm
by jcolvard
Hey, this looks like a great module. i've been testing it locally on an easyphp install running on windows XP and i cant get the module to load the playlist.
I get undefined in the titlebar. the code looks like this:
this looks wrong to me: playlist.xml.php%3Fplaylist i think this should be playlist.xml.php?playlist but i dont know how to get the proper output.
thanks for your work, any help resolving this issue greatly appreciated.
j
Re: EnhancedXSPF-0.1 released
Posted: Wed Jan 31, 2007 7:21 pm
by Dee
The code looks correct, %3F is a urlencoded questionmark.
When you request
http://localhost/demo/modules/EnhancedX ... playlist=1 you should get the playlist XSPF/XML file.
This is what the (working) code looks like overhere:
Code: Select all
<object type="application/x-shockwave-flash" width="400" height="170" data="http://dee.demon.nl/cmsmadesimple-trunk/modules/EnhancedXSPF/xspf/Extended/xspf_player.swf?playlist_url=http://dee.demon.nl/cmsmadesimple-trunk/modules/EnhancedXSPF/playlist.xml.php%3Fplaylist=1&autoresume=1&autoplay=0&autoload=1&shuffle=0&repeat=0">
<param name="movie" value="http://dee.demon.nl/cmsmadesimple-trunk/modules/EnhancedXSPF/xspf/Extended/xspf_player.swf?playlist_url=http://dee.demon.nl/cmsmadesimple-trunk/modules/EnhancedXSPF/playlist.xml.php%3Fplaylist=1&autoresume=1&autoplay=0&autoload=1&shuffle=0&repeat=0" />
</object>
In the
SVN version I got rid of the playlist Uploads category, you can now select the mp3's from all Uploads files, I'll add support for playing single files (without a playlist, specifying the uploads id and using the play_song parameter of xspf player) and release it as 0.2 soon.
Regards,
D
Re: EnhancedXSPF-0.1 released
Posted: Wed Jan 31, 2007 7:31 pm
by Dee
jcolvard wrote:
i've been testing it locally on an easyphp install running on windows XP and i cant get the module to load the playlist.
I'll test the module on a XAMPP install I have running on XP.
Re: EnhancedXSPF-0.1 released
Posted: Wed Jan 31, 2007 9:30 pm
by jcolvard
thanks for your reply. yes, everything looks right. CMSMS verion is 1.0.4. look forward to knowing your test results.
Re: EnhancedXSPF-0.1 released
Posted: Mon Feb 05, 2007 11:31 pm
by Dee
The module works fine on my (default) XAMPP install. Please try
version 0.2, I made (some improvements and) some changes that could fix the issues you're experiencing with 0.1.
Regards,
D