0
When I add a new song and select the song from the browse button the name of the file is being truncated.
filename: "10 Rave On.mp3"
what is saved: "rave-on.mp3"
also, why am I selecting a file from my computer and not the folder configured to be read from on the server?
filename: "10 Rave On.mp3"
what is saved: "rave-on.mp3"
also, why am I selecting a file from my computer and not the folder configured to be read from on the server?
Responses (4)
-
Accepted Answer
-
Accepted Answer
0Thanks germi.
Is there a way to disable this truncating?
All of my music is stored in this fashion. I'm patiently awaiting the next version since I've read a lot of the manual administration will be reduced but right now, adding a single song is quite tedious. I've over 9,000+ songs that I would like to eventually have available for listening.
thank you for explaining the limitation at this time. I can definitely wait till january/february for an update. Even with this complaint, I have to admit, I find this component incredible.
and why the heck are you awake at this time of night -
Accepted Answer
-
Accepted Answer
0if you want to can remove this feature (auto-name filenames), but then it will be up to you be sure that the filenames dont content any strange chars!
on file /administrator/components/com_muscol/tables/song.php
on line 81 approx you'll find
$filename = JFilterOutput::stringURLSafe($this->name);
$filename = $filename . "." . $ext ;
you just need to remove it.
Germi
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »