[Gllug] Maintaining music libraries in various formats

damion.yates at gmail.com damion.yates at gmail.com
Sat Aug 22 20:59:38 UTC 2009


On Sat, 22 Aug 2009, James Hawtin wrote:

> On Fri, Aug 21, 2009 at 10:56:34AM +0100, Steve Kemp wrote:
> > If you coded a filesystem, via FUSE, you could have seamless mirrors
> > of your music at:
> 
> It came up in conversation with some friends about a music library and
> struck me as a cool way to do it. Do you know of anyone who has
> written a Fuse encoding filesystem yet?

I used the perl fuse bindings and then within the perl, after I'd
implemented the basic primitives, used system calls to gphoto2 to
provide a RW* virtual filesystem for my camera (which doesn't do usb
mass-storage).  I also presented a fake .xvpics/ thumbnail direct for xv
and (x)zgv users.

*I never really finished upload support as my own cam didn't support it,
but you could rm images, making it vaguely more useful than the real
gphoto2fs project which appears was written in parallel.

Perl/Ruby/Java-sh bindings exist meaning you could probably do
shockingly trivial `ffmpeg -i $handle ...`; style coding in hours.  Or
give it a day or two and it could be done properly in C.

I lack even the hours, however I'll see what I can do.

Damion
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list