0
Hello !
I can't find anything about the supported song formats. :blush:
Is " FLAC " supported ?
Because I've stored all my CDs in this format on my NAS ...
Thanks for any help !!!
Bye, Martin
I can't find anything about the supported song formats. :blush:
Is " FLAC " supported ?
Because I've stored all my CDs in this format on my NAS ...
Thanks for any help !!!

Bye, Martin
Responses (9)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0hehehtrue! since it's not originally intended to work with flac files, these are croped from the list to avoid showing too many files!
you just need a tiny code tweak:
open /administrator/components/com_muscol/controllers/albums.php go to line 893, you see this:
$allowed_filetypes = array('mp3', 'mp4', 'flv', 'mpg', 'aac', 'm4r', 'wmv', 'm4a');
you must add the .flac type (it's .flac, right?) into the list. like so:
$allowed_filetypes = array('mp3', 'mp4', 'flv', 'mpg', 'aac', 'm4r', 'wmv', 'm4a', 'flac');
you must do the same on line 928
sorry for the trouble!let me know!
-
Accepted Answer
-
Accepted Answer
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 »