Posts for: #flac

mp3fs for Linux

<p> 1. sudo aptitude install libfuse-dev libflac-dev libmp3lame-dev libid3tag0-dev<br /> 2. wget mp3fs-0.13.tar.gz (<a href="http://sourceforge.net/project/showfiles.php?group_id=174365">http://sourceforge.net/project/showfiles.php?group_id=174365</a>)<br /> 3. tar xfz mp3fs-0.13.tar.gz<br /> 4. cd mp3fs-0.13<br /> 5. ./configure<br /> 6. make && sudo make install<br /> 7. sudo mkdir /srv/mp3fs<br /> 8. sudo mp3fs /FLAC/,256 /srv/mp3fs/ -o allow_other,ro </p> </div>
Read more →

mp3fs in OSX

<p> mp3fs is a very nice idea and a smooth way to use a vast library of lossless archived CDs in the awesome <a href="http://flac.sourceforge.net/">FLAC</a> with <a href="http://www.apple.com/no/ipod/whichipod/">silly mp3players</a> without native support. </p> <p> The concept of mp3fs is a FUSE filesystem which converts FLACs to mp3s on the fly (CBR only as of now) via lame. Thus you can have the original FLACs stored, and expose a folder structure of converted mp3s to whatever you want.
Read more →