EnhancedXSPF-0.1 released

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm
Location: the Netherlands

EnhancedXSPF-0.1 released

Post 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
reidjazz

Re: EnhancedXSPF-0.1 released

Post 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!!!!!  ;D
Todd
Last edited by reidjazz on Thu Feb 01, 2007 8:27 pm, edited 1 time in total.
jcolvard
Forum Members
Forum Members
Posts: 19
Joined: Mon Jan 15, 2007 6:26 pm

Re: EnhancedXSPF-0.1 released

Post 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
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm
Location: the Netherlands

Re: EnhancedXSPF-0.1 released

Post 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
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm
Location: the Netherlands

Re: EnhancedXSPF-0.1 released

Post 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.
jcolvard
Forum Members
Forum Members
Posts: 19
Joined: Mon Jan 15, 2007 6:26 pm

Re: EnhancedXSPF-0.1 released

Post by jcolvard »

thanks for your reply. yes, everything looks right.  CMSMS verion is 1.0.4.  look forward to knowing your test results.
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm
Location: the Netherlands

Re: EnhancedXSPF-0.1 released

Post 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
Post Reply

Return to “Modules/Add-Ons”