[Kde-extra-gear] extragear/multimedia/k3b

Sebastian Trueg sebastian at trueg.de
Fri Jun 10 12:28:34 CEST 2005


SVN commit 423965 by trueg:

For all you kioslave addicts:

This one does VideoDVD ripping. Or better: It simply allows you to copy
all the files from the VideoDVD (that means the vobs and stuff) with
on-the-fly decryption (if you are so lucky to live in a country that does
allow to install libdvdcss ;).
Yep, it's as simple as typing
videodvd:/
in the Konqueror adress field and simply copy like you always do. What you get 
is a decrypted copy of your VideoDVD.

The coolest thing is that it only took me one afternoon to hack this together
since the k3blibs offer all the stuff I needed.

Have fun. :)

CCMAIL: kde-extra-gear at kde.org
CCMAIL: k3b-users at lists.sourceforge.net


 M  +1 -1      Makefile.am  
 A             kioslaves (directory)  
 A             kioslaves/Makefile.am  
 A             kioslaves/videodvd (directory)  
 A             kioslaves/videodvd/Makefile.am  
 A             kioslaves/videodvd/videodvd.cpp   [License: GPL (v2+)]
 A             kioslaves/videodvd/videodvd.h   [License: GPL (v2+)]
 A             kioslaves/videodvd/videodvd.protocol  


--- trunk/extragear/multimedia/k3b/Makefile.am #423964:423965
@@ -6,7 +6,7 @@
 
 AUTOMAKE_OPTIONS = foreign 
 
-SUBDIRS=libk3bdevice libk3b src plugins $(K3BSETUPDIR)
+SUBDIRS=libk3bdevice libk3b src kioslaves plugins $(K3BSETUPDIR)
 
 
 


More information about the Kde-extra-gear mailing list