Path to this page:
./
wip/fuse-mp3fs,
MP3 transcoding FUSE file system
Branch: CURRENT,
Version: 0.91,
Package name: fuse-mp3fs-0.91,
Maintainer: pkgsrc-usersMP3FS 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 using a FLAC collection with software and/or
hardware which only understands MP3.
It is also a novel alternative to traditional MP3 encoder applications.
Just use your favorite file browser to select the files you want
encoded and copy them somewhere!
Required to run:[
audio/libid3tag] [
audio/flac] [
audio/lame]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: 1992a61ba191dc8e73f5fcf29ef1a2aae040587c
Filesize: 348.729 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2015-06-06 17:22:29 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Add a patch that makes it work for manu.
|
2014-11-26 23:36:05 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Multiple problems on NetBSD:
* does not parse options correctly:
"-b 128", "--bitrate=128" not recognized
"-h", "-V" cause core dumps
* does not handle two path arguments like usage suggests
mp3fs /a /b
errors out; one of the patches works around this, but that's
not a solution and I don't know how it's supposed to work
* after working around these problems, does not transcode
files -- just copies flac files
|
2014-11-26 23:29:32 by Thomas Klausner | Files touched by this commit (7) |
Log message:
Import fuse-mp3fs-0.91 as wip/fuse-mp3fs.
This is the version that was in filesystems/fuse-mp3fs for a short while
with two additional patches.
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 using a FLAC collection with software and/or
hardware which only understands MP3.
It is also a novel alternative to traditional MP3 encoder applications.
Just use your favorite file browser to select the files you want
encoded and copy them somewhere!
|