Quote:
Originally Posted by garfunkel
In case anyone is interested. I have written an ABC iView app which is implemented as a FUSE driver. This means that if you are running Linux you can 'mount' iview so that it appears on your computer as just another drive/folder. You can browse for shows using your file browser and then click on a show to watch it through your favourite media player. You can also download a show if you want just by dragging and dropping the show you want into another folder. As far as your computer knows, iView is like a USB flash drive.
The program is here:
http://github.com/garfunkel/auntie
The program has very few dependencies. Just three, and if you running most modern desktop distributions they will be in your repositories. The dependenies are FUSE, jannson (json library) and libxml2 (xml library).
|
Hell yes I am interested, this sounds awesome.
Thanks garfunkel!