FLAC supported ?

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
Responses (9)
  • Accepted Answer

    Monday, November 07 2011, 07:39 PM - #Permalink
    0
    hello Martin,

    unfortunately, as far as I know, FLAC is not a format supported by any Flash player (Flash simply does not support it), so I'm afraid the answer to your question is No.... :(

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Monday, November 07 2011, 07:43 PM - #Permalink
    0
    Hi !

    Thanks for your fast answer ...

    That sounds not good, I like your software very much ... :(


    Bye, Martin
    The reply is currently minimized Show
  • Accepted Answer

    Monday, November 07 2011, 10:57 PM - #Permalink
    0
    I know, it's a shame, but there's nothing I can do about it... it's not that "our" player doesn't support it, it's just that Flash doesn't..

    too bad!

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, November 08 2011, 03:18 PM - #Permalink
    0
    OK, now I must ask you again :

    Is only the player/flash not compatible with FLAC ?

    So I can use your software for collecting my FLAC files, but not playing them ?


    Bye, Martin
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, November 08 2011, 03:20 PM - #Permalink
    0
    of course, you can do that! :) no problem. but they won't play!!! it's just the player that is incompatible, that's all, not the system itself
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, November 08 2011, 07:30 PM - #Permalink
    0
    Thanks again !

    So, I bought & installed it (under Joomla 1.7) ... :laugh:

    But no files are displayed, if I using " Folder auto-scanning " !?

    MP3 files are be shown, but no FLAC !

    So, what I have to do ?


    Bye, MArtin
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, November 08 2011, 07:34 PM - #Permalink
    0
    heheh :) true! 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!
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, November 08 2011, 07:45 PM - #Permalink
    0
    OK, now I can see my FLAC files ...

    ... what must I do now to add them ?

    Bye, Martin
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, November 08 2011, 08:16 PM - #Permalink
    0
    well after clicking the "scan folder" button and reaching your desired folder, just click the "Create a new album using these files" button!
    The reply is currently minimized Show
Your Reply