Search found 2 matches

by stefbon
Wed Nov 30, 2011 6:52 am
Forum: MakeMKV for Linux
Topic: Question about creating a fuse fs for blue ray.
Replies: 1
Views: 5635

Re: Question about creating a fuse fs for blue ray.

Some comments/advise please. FUSE is I think perfect for blueray, but I
do not know the interface (for example the command to read a part of a track).

Is there an API?

Stef
by stefbon
Sat Nov 26, 2011 3:52 pm
Forum: MakeMKV for Linux
Topic: Question about creating a fuse fs for blue ray.
Replies: 1
Views: 5635

Question about creating a fuse fs for blue ray.

Hi, recently I've written a FUSE fs which reads tracks on an audio cdrom. See here for more info: http://code.google.com/p/fuse-cdfs/ It maintains a cached file per track, and when ever required (when sectors are not yet available in the cache) it reads these from the cdrom. It uses the libcdio libr...