sverhagen / mp3-browser

This Joomla plugin will create a table of every MP3 in a specified folder. It displays the ID3 information of each track with a link to download or play the file in the browser
https://www.totaalsoftware.com/products/mp3-browser
GNU General Public License v2.0
5 stars 6 forks source link

Feature Request for FLAC support #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I know the ID3 plugin which is what the mp3browser is based on allows for 
looking at ID3 tags for FLACs, so wondering if support for flac could be added.

Original issue reported on code.google.com by trekker...@gmail.com on 12 Mar 2014 at 2:17

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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