MP3FS is a read-only FUSE filesystem which transcodes audio formats (currently FLAC) to MP3 on the fly when opened and read. This was written to enable me to use my FLAC collection with software and/or hardware which only understands the MP3 format e.g. gmediaserver to a Netgear MP101 MP3 player. It is also a novel alternative to traditional MP3 encoders. Just use your favorite file browser to select the files you want encoded and copy them somewhere! WWW: https://github.com/khenriks/mp3fs Fix: Patch attached with submission follows:
pawel 2012-04-27 18:38:33 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/fusefs-mp3fs Makefile distinfo pkg-descr sysutils/fusefs-mp3fs/files patch-src-mp3fs.c Log: MP3FS is a read-only FUSE filesystem which transcodes audio formats (currently FLAC) to MP3 on the fly when opened and read. This was written to enable me to use my FLAC collection with software and/or hardware which only understands the MP3 format e.g. gmediaserver to a Netgear MP101 MP3 player. It is also a novel alternative to traditional MP3 encoders. Just use your favorite file browser to select the files you want encoded and copy them somewhere! WWW: https://github.com/khenriks/mp3fs PR: ports/165337 Submitted by: Stefan Rumetshofer Revision Changes Path 1.1394 +1 -0 ports/sysutils/Makefile 1.1 +29 -0 ports/sysutils/fusefs-mp3fs/Makefile (new) 1.1 +2 -0 ports/sysutils/fusefs-mp3fs/distinfo (new) 1.1 +12 -0 ports/sysutils/fusefs-mp3fs/files/patch-src-mp3fs.c (new) 1.1 +10 -0 ports/sysutils/fusefs-mp3fs/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
pawel 2012-04-27 18:42:34 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: For sysutils/fusefs-mp3fs PR: ports/165337 Revision Changes Path 1.1085 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!