Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.5.2

Bug #8369 Send does not take care of filename parameter
Submitted: 2006-08-06 11:34 UTC
From: trivoallan Assigned: firman
Status: Closed Package: MP3_Playlist (version 0.5.0alpha1)
PHP Version: 5.1.2 OS: Linux
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 32 + 2 = ?

 
 [2006-08-06 11:34 UTC] trivoallan (Tristan Rivoallan)
Description: ------------ The MP3_Playlist::send() function should take $filename as first parameter and pass it to MP3_Playlist_Common::send() At the moment it is necessary to set the MP3_Playlist::fileName property, which is a bit weird. Test script: --------------- $playlist->send('someplaylistname'); Expected result: ---------------- playlist filename is 'someplaylistname.m3u' Actual result: -------------- playlist filename is 'playlist.m3u'

Comments

 [2006-09-03 06:50 UTC] firman (Firman Wandayandi)
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/MP3_Playlist