Closed GoogleCodeExporter closed 9 years ago
Would you consider taking a role in this, and offering a patch?
Original comment by sanderverh
on 12 Mar 2014 at 2:37
I could if I knew where in your code you filter out mp3 extension. I am not
seeing it. I did figure it out in the old mp3browser. Just not remembering
where it was I fixed it. I'll release it if I can figure it out.
Original comment by trekker...@gmail.com
on 13 Mar 2014 at 1:31
I think you need no code change for the .flac file extension to be picked up,
just set the "File filter" configuration (Advanced) to something like:
+\.(mp3|flac)
I verified this to work. More information about filtering can be found here:
http://code.google.com/p/mp3-browser/wiki/FileFiltering
However, the next problem is that the default Flash player
(http://www.alsacreations.fr/dewplayer.html) does not support FLAC.
Perhaps the following may be of help for you:
http://code.google.com/p/mp3-browser/wiki/PlayerCode
http://code.google.com/p/mp3-browser/wiki/AlternativePlayer
Original comment by sanderverh
on 13 Mar 2014 at 4:44
Perfect, that was the missing piece. I am not too concerned about playing the
files, just want to make them available for download. I put the FLAC and OGG
modules from the ID3 pack into the ID3 folder, and that allowed FLAC viewing.
Thanks for the help.
Original comment by trekker...@gmail.com
on 13 Mar 2014 at 10:36
I've added it to the wiki:
http://code.google.com/p/mp3-browser/wiki/FileFiltering
Original comment by sanderverh
on 13 Mar 2014 at 5:42
Original issue reported on code.google.com by
trekker...@gmail.com
on 12 Mar 2014 at 2:17