Bugzilla – Bug 1883
Download track from slimserver, incorrect filename
Last modified: 2009-09-08 09:12:36 UTC
When downloading an MP3 from slimserver, it seems to split by " " and name the downloaded file with $_[0].mp3. In other words, /mp3/_rips/2003/Jaco Pastorius - The Birthday Concert/06 Punk Jazz.mp3 is downloaded as "06.mp3".
Created attachment 676 [details] wrap in quotes to allow spaces sprintf %s seems to not naturally allow spaces (like so many things). wrapping in quotes helps to keep the full filename if it contains things like spaces.
Looks good - please commit when you have a chance.
heh, all this activity...I'll get to it tonight :)
committed to trunk at change 3813, branch at change 3814