Log in

View Full Version : DVD2HDD - the DVDDecrypter for Linux (0.3-0 out. test it with your distro)


Pages : [1] 2

Amnon82
11th September 2006, 04:00
http://home.arcor.de/amsoft-linux-department/images/dvd2hdd.png


DVD2HDD Homepage (http://home.arcor.de/amsoft-linux-department/dvd2hdd.html)

DVD2HDD is a easy GUI for vobcopy.

It has followed features:

* detects DVD-Video-Discs
* DVD drive speedup
* DVD preview via xine
* Backup the whole DVD on the fly
* Backup the mainmovie on the fly
* joins all vobs to one big vobfile
* detects free space on hdd
* continues the backup if same DVD present (todo)
* burns VIDEO-DVDs


It is realy easy to use.

This build is coded for Debian 4.0. It maybe works with your distro. If not, I need more infos, where your distro stores the path to your DVD-drive. I need examples for the path of your VIDEO_TS-folder of the DVD in your drive. In Ubuntu it will be "/media/cdrom0/VIDEO_TS" for example. "dev/dvd" or other links won't work for my app. To port it to other distros I need your help. I only created some packages to test it on other distros. Seems some have problems.

Try out DVD2HDD 0.3.0 (SRC (http://home.arcor.de/amsoft-linux-department/files/DVD2HDD-0.3.0.tar.gz), AUTOPACKAGE (http://home.arcor.de/amsoft-linux-department/files/dvdtohdd-0.3.0.x86.package)) and tell me if it works ;)
DVD2HDD 0.3.0+ uses Gambas2! You can download it for debian here (http://archive.daniel-baumann.ch/debian/packages-sponsoring/jose-redrejo-rodriguez/gambas2/1.9.46-1/)


* Sun Dec 31 2006 amnon <amsoft@gawab.com> 0.3-0
- needs Gambas2
- Install Guide (http://autopackage.org/docs/howto-install/)
- ported to gambas2 (qt-project)
- fixed some bugs
- please test it if it works for you with gambas 1.9.46a

It should be run on every 32bit distro where you can install gambas (http://gambas.sourceforge.net/).
For Ubuntu 6.06 you use Synaptic to add gambas. http://packages.ubuntu.com/dapper/devel/gambas

Here is a german forum post (http://www.gambas-club.de/viewtopic.php?t=166) which tells you why ...

echo
13th September 2006, 18:21
Thanks but I'm getting a "bash: /usr/bin/DVD2HDD: /usr/bin/gbx: bad interpreter: No such file or directory" error.
I'm on ubuntu breezy here. What is this /usr/bin/gbx thing that it looks for? I have xine-ui, vobcopy and libdvdcss installed.

Amnon82
13th September 2006, 23:42
gbx is part of gambas (http://gambas.sourceforge.net/). Tryout if the executable-version works without gambas. Otherwise you have to install it.

echo
14th September 2006, 09:16
Thanks, I installed gambas and it works now. I completely missed the notice on the homepage.

mod
14th September 2006, 09:44
Ubuntu Dapper here, going to try it.. :)

Amnon82
14th September 2006, 10:48
Seems I have to write it in a differnt colour and add the link to the gambas-page ;)

Amnon82
14th September 2006, 15:43
Attention: I'm so sorry !!! I forgot to add =TRUE to IF EXIST. So the version 0.1-8 maybe deletes some of your files in the OUTPUT-FOLDER. Update to 0.1-9 or higher as soon as you can!

echo
15th September 2006, 15:31
Don't worry nothing bad happened here! :) Thanks for the update.

Amnon82
15th September 2006, 23:22
... next version will have proper VIDEO-DVD-burning, since K3B only burns without UDF. Some DVD-Player can't play such discs.

My calls will use UDF, so even Xine should play DVD2HDD-Discs ;)

so stay tuned till sunday (I've to work on saturday :()


btw. its now added to linux.softpedia.com (http://linux.softpedia.com/get/Multimedia/Video/DVD2HDD-17412.shtml) ;)

mod
17th September 2006, 23:57
Hi, I've just installed but I'm not able to make it work.
I always get this msg, did I miss something? Ubuntu 6.06.

http://img182.imageshack.us/img182/1508/schermatafv0.png (https://addons.mozilla.org/firefox/1174)

Amnon82
19th September 2006, 20:57
@mod: normaly not. When did this message pops up? What version do you use? Seems to be the DVD-Title-Routine.

A little how to, to point me to the error:

* Download also the source-package.
* Install the full package of gambas.
* Extract the sourcefiles with Fileroller/Archive Manager (not deb-installer)
* Startup gambas.
* Load DVD2HDD project
* Click on the green "play"-button to compile it.
* Start it as normal
* The debugger will point you to the line which occours the bug.
* Make a screenshot and post it
* THX

mod
19th September 2006, 23:46
It seems that the error occurs if the name of the target folder is too long (I can't see how much but also more than 8 chars works ok) or if the folder already exists.
Btw, just choosing a short name I've ripped 2 dvds and it worked perfecly.
The error always appears after the rip has "started", and the applications needs to be closed.
I'm sorry I could not try a lot of times, I had to add jobs to Avidemux and go to work.
In the next days I'll do the tests you asked for :)

Amnon82
20th September 2006, 09:55
no problem at all. I've a low versions number. If the error occours with 1.0 THEN I have to worry ;)

shevegen
20th September 2006, 11:43
Sorry to sidetrack but as I am curious:

Why did you use gambas?

I mean the project's homepage is very interesting.
But what surprised me more is that people USE
it successfully :)

WOuld like to understand reasons behind it.

Amnon82
22nd September 2006, 21:46
Normaly gambas is a real simple language based on basic. I'm coding normaly with Delphi in Windows. But then came the time I started to hate Windows and all his bugs. I spent over two weeks on playing with some linux distros. I ended with Ubuntu. Then I spent another week to find a IDE most similar than Delphi for linux.
Shure there is lazarus for pascal, but gambas ide was more simple for me. It has the basic needs for a basic program like DVD2HDD. I'm also at the beginning.

Gambas has a good build-in help. Also the language is good documented. So I gave it a try and ended up with gambas.

You can see gambas as the runtime and the developer IDE in one thing. The user must install at minimum the same components I, or other developer used for his program and the basic gambas runtime, to run the program, cos it is only a interpeter for the gambas runtime.

Even gambas IDE is written in gambas ;)

I release the sources of DVD2HDD so many people can look into my code. Maybe somebody will join my project so he can read my code first and even change something to make it better.

Also the program runs when gambas runs on your system ;) so there is a large support for other distros. I only test my program in Ubuntu. I even don't know if DVD2HDD works in other distros than Ubuntu 6.06.

Shevegen, if you want, you can download also the source and look into it. I used less code to do it. Hope this enlight you :p

Joe Satriani
27th September 2006, 09:53
Go see for your self:

http://home.arcor.de/amsoft-linux-department/images/dvd2hdd.png


DVD2HDD Homepage (http://home.arcor.de/amsoft-linux-department/dvd2hdd.html)

DVD2HDD is a easy GUI for vobcopy.
It has followed features:

* detects DVD-Video-Discs
* DVD drive speedup
* DVD preview via xine
* Backup the whole DVD on the fly
* Backup the mainmovie on the fly
* joins all vobs to one big vobfile
* detects free space on hdd
* continues the backup if same DVD present (todo)
* burns VIDEO-DVDs


It is realy easy to use.

To run this program you must have gambas (http://gambas.sourceforge.net/) installed on your system.
For Ubuntu 6.06 you use Synaptic to add gambas. http://packages.ubuntu.com/dapper/devel/gambas

Here is a german forum post (http://www.gambas-club.de/viewtopic.php?t=166) which tells you why ...

Sorry Amnon, but DVD2HDD doesn't work for me!
No button becomes green when I insert the dvd, load your software and select /dev/sr0 (my external dvd burner)...
In the log I can read "I'm ready to rumble ;)", nothing else!
Why does it happen?
Thank sin advance

TSO COBOL
27th September 2006, 20:05
when I launch the tools the destination directory is root and I haven't enough space.

I change for home that is on another partition with space.

nothing changes the tools doesnt start all the buttons are in grey

TSO COBOL
28th September 2006, 11:47
in fact I was in root when I have launched the tool, in user, have the same bug, all buttons are in grey

Amnon82
28th September 2006, 21:00
I coded it for ubuntu. What distros do you guys use?
I need your "mounts"-file if exits in your distro.

PUBLIC SUB DEVinit() 'Device Init

DIM CDRom[4] AS String
DIM procLoad AS String
DIM brnName AS String[]
DIM myAr AS String[]
DIM CDRomNr AS String[]
DIM Wert[4] AS String
DIM i AS Integer


sTemp = Temp$

'cdrom daten aus proc holen
'looking for cdrom Infos in /proc. Who is DVD-Rom, who is Burner

IF Exist ("/proc/sys/dev/cdrom/info") = TRUE THEN
SHELL "cat /proc/sys/dev/cdrom/info >" & sTemp WAIT
ProcLoad = file.Load (sTemp)
KILL sTemp
myAr = Split(ProcLoad, "\n")

' Laufwerke zuordnen
' Drivers assigns to the right ComboBox

CDRomNr = Split(myAr[14], "\n")
brnName = Split(myAr[2], "\n")

CDRom[0] = Mid$(brnName[0],14,3)
CDRom[1] = Mid$(brnName[0],18,3)
CDRom[2] = Mid$(brnName[0],22,3)
CDRom[3] = Mid$(brnName[0],26,3)

Wert[0] = Mid$(CDRomNr[0],18,1)
Wert[1] = Mid$(CDRomNr[0],20,1)
Wert[2] = Mid$(CDRomNr[0],22,1)
Wert[3] = Mid$(CDRomNr[0],24,1)

FOR i = 0 TO 3
' Brenner ist 1 = Ja
' Value 1 = Burner
IF Wert[i] = 1 THEN listbox3.Add ("/dev/" & CDRom[i])
IF Wert[i] = 0 OR Wert[i] = 1 THEN dvddrives.Add ("/dev/" & CDRom[i])
NEXT

END IF


IF Exist ("/proc/mounts") = TRUE THEN
SHELL "cat /proc/mounts >" & sTemp WAIT
ProcLoad = file.Load (sTemp)
KILL sTemp
listbox1.contents=ProcLoad
END IF
END

Mine is in the filestructure "/proc/mounts" as you can see in the source, if you downloaded it your self. It is opensource, so you can fix it realy simple. I can add a distro-check to it, so it will use the rigth settings it self.

The buttons well be active if:

eject/preview: when the path "/media/cdrom/VIDEO_TS" exits. (this I read out of the "mounts"-file of ubuntu. may differ in your distro)

copy DVD to HDD: when sourcepath "/media/cdrom/VIDEO_TS" exits and the outputpath "/home/<username>" exits.

Warning will pop up only when the outputpath has less space than 9000 MB. I'm planning to add a settings-save-function to save the settings and get rid of the "bug" when home has less space.

Gambas is realy simple. To port it to other distros, I need your help. I updated the first post.

Amnon82
28th September 2006, 21:29
Guys, tell me if 0.2-3 works for you. Otherwise I need your real path to your VIDEO_TS-folder of your DVD in your DVD-Drive. In Ubuntu it will be "/media/cdrom0/VIDEO_TS" for example and is saved in "/proc/mounts"-file. Thx.

Changelog:
* Thu Sep 28 2006 amnon <amsoft@xxxxx.com> 0.2-3
- try to fix a bug for other distros than ubuntu
- post me if it works now for your distro in the english doom9-forum
- or mail me.

Changed code:

PUBLIC SUB dvddrives_Click()
DIM hListBox AS ListBox
DIM devar AS String[]
DIM i AS Integer
DIM check AS String
dvdsource=""

' try to fix for other distros than ubuntu
IF Exist ("/proc/mounts") = TRUE THEN
FOR i = 0 TO listbox1.count-1
IF Instr(listbox1[i].Text , dvddrives.text) > 0 THEN
devar=Split(listbox1[i].text, " ")
dvdsource=devar[1]
END IF
NEXT
ELSE
dvdsource=dvddrives.Text
END IF


IF Exist(dvdsource & "/VIDEO_TS/VIDEO_TS.IFO") = TRUE THEN
preview.enabled=TRUE
copydvd.enabled=TRUE
eject.enabled=TRUE
abort.enabled=FALSE
ELSE
preview.enabled=FALSE
copydvd.enabled=FALSE
eject.enabled=FALSE
END IF

END

@Joe Satriani: please quote no more, to keep this thread readable ;) and clear.

TSO COBOL
29th September 2006, 05:04
I am using mepis that, it is based on ubuntu

TSO COBOL
29th September 2006, 05:20
all tools that I am using like k3b or k9copy use dev/hdb like you but it dont work with dvd2hdd. Trying 2.3, same bug

Amnon82
29th September 2006, 20:58
TSO I realy want to help you.
Take a look into your path of your DVD-Drive. Maybe VIDEO_TS is "video_ts" on your machine. I added this to 0.2-4.

Changed code:

IF (Exist(dvdsource & "/VIDEO_TS/VIDEO_TS.IFO") = TRUE) OR (Exist(dvdsource & "/video_ts/video_ts.ifo") = TRUE) THEN
preview.enabled=TRUE
copydvd.enabled=TRUE
eject.enabled=TRUE
abort.enabled=FALSE
ELSE
preview.enabled=FALSE
copydvd.enabled=FALSE
eject.enabled=FALSE
END IF

TSO COBOL
29th September 2006, 21:14
/media/cdrom/video_ts/

exact

Amnon82
29th September 2006, 21:28
tell me if it works. write me a pm if you have msn or icq.

Amnon82
2nd October 2006, 22:25
@TSO COBOL: I guess I know now your problem. I coded DVD2HDD for ubuntu at the first time. SimpleMephis 6.0 is based on Ubuntu but handles mounting of removable media differntly.

The direct path to the VIDEO_TS-folder is something like "media:/hda/video_ts" and not "/media/hda/VIDEO_TS"

Version 0.2-5 has a workaround for it. I added an override mode to type in the direct path to your VIDEO_TS-folder.
Example: /media/cdrom

Can you do me a favour and run this shell-command:

cat /proc/mounts

Post me your result.

Here is mine for example:

amnon@amsoftlinux:~$ cat /proc/mounts
rootfs / rootfs rw 0 0
none /sys sysfs rw 0 0
none /proc proc rw,nodiratime 0 0
udev /dev tmpfs rw 0 0
/dev/sda9 / ext3 rw,data=ordered 0 0
/dev/sda9 /dev/.static/dev ext3 rw,data=ordered 0 0
tmpfs /var/run tmpfs rw 0 0
tmpfs /var/lock tmpfs rw 0 0
usbfs /proc/bus/usb usbfs rw 0 0
tmpfs /lib/modules/2.6.15-27-386/volatile tmpfs rw 0 0
devpts /dev/pts devpts rw 0 0
tmpfs /dev/shm tmpfs rw 0 0
tmpfs /var/run tmpfs rw 0 0
tmpfs /var/lock tmpfs rw 0 0
/dev/sda1 /media/sda1 ntfs ro,noatime,nodiratime,uid=0,gid=46,umask=07,nls=utf8,errors=continue,mft_zone_multiplier=1 0 0
/dev/sda5 /media/sda5 ext3 rw,data=ordered 0 0
/dev/sda7 /media/sda7 ext3 rw,data=ordered 0 0
/dev/sda8 /media/sda8 ntfs ro,noatime,nodiratime,uid=0,gid=46,umask=07,nls=utf8,errors=continue,mft_zone_multiplier=1 0 0
/dev/sdb5 /media/sdb5 ntfs ro,noatime,nodiratime,uid=0,gid=46,umask=07,nls=utf8,errors=continue,mft_zone_multiplier=1 0 0
/dev/sdb6 /media/sdb6 ntfs ro,noatime,nodiratime,uid=0,gid=46,umask=07,nls=utf8,errors=continue,mft_zone_multiplier=1 0 0
/dev/sdb7 /media/sdb7 ntfs ro,noatime,nodiratime,uid=0,gid=46,umask=07,nls=utf8,errors=continue,mft_zone_multiplier=1 0 0
/dev/sdb8 /media/sdb8 vfat rw,nodiratime,gid=46,fmask=0007,dmask=0007,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
/dev/hda /media/dvdrecorder udf ro,nosuid,nodev 0 0

nm
2nd October 2006, 23:23
The direct path to the VIDEO_TS-folder is something like "media:/hda/video_ts" and not "/media/hda/VIDEO_TS"
media:/ is an ioslave handled though KIO API in KDE, it is not a system-wide locator and can't be used in programs other than those that use KIO (it might be accessible though dbus, but I doubt that is useful in this case). Or does Gambas handle kioslaves transparently?

The DVD can be mounted somewhere on the PATH in Mepis too (likely /media/cdrom, as TSO COBOL said). You could just parse mount output (for already mounted devices) and /etc/fstab (for potentially mountable devices). Search those lists for /dev/dvd, or an user-specified DVD device name. If you already do that, the problem is probably not in the paths.

An introduction to KIO: http://www.tuxmagazine.com/node/1000224

Amnon82
3rd October 2006, 00:04
@TSO COBOL: tell me if you have /media/cdrom/video_ts/video_ts.ifo or /media/cdrom/video_ts/VIDEO_TS.IFO

@nm: I noticed later that it is KIO API. On Ubuntu I use, there isn't. I used a live-dvd of Mepis to test the direct path of the VIDEO_TS-folder. DVD2HDD searches for <dvdsource>/VIDEO_TS/VIDEO_TS.IFO or <dvdsource>/video_ts/video_ts.ifo at the moment.

To get the needed infos I parse /proc/sys/dev/cdrom/info and /proc/mounts

Does Mepis uses /etc/fstab ?!?

When yes please do also this command in a shell in Mepis:

cat /etc/fstab

maybe we will beat this beast.

Amnon82
3rd October 2006, 10:26
* Tue Oct 03 2006 amnon <amsoft@gawab.com> 0.2-6
- added '/etc/mtab'-search (other distros)
- some little changes

* Tue Oct 03 2006 amnon <amsoft@gawab.com> 0.2-5
- added override mode
- mounts-file exits in SimpleMepis 6.0, but is blank.
- Tryout the override to define the direct path to your VIDEO_TS-folder.

Hope it now works. Maybe you need to write the direct path to your VIDEO_TS-folder into the combobox. Use the 'enter custom path'-checkbox for that.

mod
3rd October 2006, 12:35
I'm going to try the new build this night, any particular test-request? :)

Amir
3rd October 2006, 13:35
well Installed (and runs) on FC4. Will report back if i can rip a disc when i bring one in, dont have one here with me.

TSO COBOL
4th October 2006, 12:47
so in order

island@2[Downloads]$ cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext3 rw,noatime,data=ordered 0 0
none /proc proc rw,nodiratime 0 0
none /dev/pts devpts rw 0 0
sysfs /sys sysfs rw 0 0
tmpfs /var/run tmpfs rw 0 0
tmpfs /var/lock tmpfs rw 0 0
usbfs /proc/bus/usb usbfs rw 0 0
/dev/root /dev/.static/dev ext3 rw,noatime,data=ordered 0 0
udev /dev tmpfs rw 0 0
devpts /dev/pts devpts rw 0 0
tmpfs /dev/shm tmpfs rw 0 0
tmpfs /var/run tmpfs rw 0 0
tmpfs /var/lock tmpfs rw 0 0
/dev/hda5 /home ext3 rw,noatime,data=ordered 0 0
capifs /dev/capi capifs rw 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0


island@2[Downloads]$ cat /etc/fstab
# Pluggable devices are handled by uDev, they are not in fstab
/dev/hda1 / ext3 defaults,noatime 1 1
/dev/hda6 swap swap sw,pri=1 0 0
none /proc proc defaults 0 0
none /proc/bus/usb usbfs devmode=0666 0 0
none /dev/pts devpts mode=0622 0 0
none /sys sysfs defaults 0 0
/dev/hda5 /home auto defaults,noatime 1 2
# Dynamic entries below, identified by 'users' option
/dev/hda3 /mnt/hda3 vfat,ext3,ext2,reiserfs noauto,users,exec 0 0
/dev/hda4 /mnt/hda4 ext3 noauto,users,exec 0 0
/dev/cdrom /media/cdrom iso9660,udf noauto,users,exec,ro 0 0
/dev/fd0 /media/floppy vfat,ext2 noauto,users,exec,rw 0 0

TSO COBOL
4th October 2006, 12:54
and media:/hdb/video_ts/video_ts.ifo

TSO COBOL
4th October 2006, 12:56
0.2.6 works under Mepis :)

TSO COBOL
4th October 2006, 12:58
in fact no :D

DVD2HDD 0.2.6 started
__________________________________________________________________________
>> searching for needed programs...

vobcopy ...ok
xine ...ok
libdvdccs ...ok
libdvdread ...ok
growisofs ...ok
mkisofs ...ok
__________________________________________________________________________

I'm ready to rumble ;)

[Debug message] VIDEODVD source: /media/cdrom
__________________________________________________________________________

Collecting some infos ...
__________________________________________________________________________

[Run] vobcopy -i /media/cdrom -m -o /home/island/
[Hint] You use -i. Normally this is not necessary, vobcopy finds the input dir by itself. This option is only there if vobcopy makes trouble.
[Hint] If vobcopy makes trouble, please mail me so that I can fix this (robos@muon.de). Thanks
Vobcopy 0.5.14 - GPL Copyright (c) 2001 - 2004 robos@muon.de
[Hint] All lines starting with "libdvdread:" are not from vobcopy but from the libdvdread-library
Device /media/cdrom mount on /dev/hdb

path to dvd: /dev/cdrom
libdvdread: Using libdvdcss version 1.2.9 for DVD access
Please send bug report - no VTS_TMAPT ??

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00000161
libdvdread: Could not open /dev/cdrom with libdvdcss.
libdvdread: Can't open /dev/cdrom for reading

[Error] Path thingy didn't work '(null)'
[Error] Try someting like -i /cdrom, /dvd or /mnt/dvd
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x0000025f
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00039896
libdvdread: Elapsed time 1
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x002a6ed8
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x002a6f8b
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x002a9853
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x002a9906
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_0.VOB at 0x002abc1a
libdvdread: Elapsed time 1
libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x002abccd
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_0.VOB at 0x002af072
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_1.VOB at 0x002af125
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_0.VOB at 0x002b0257
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_1.VOB at 0x002b030a
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_07_0.VOB at 0x002dcd5e
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_07_1.VOB at 0x002dce11
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_08_0.VOB at 0x002e50d0
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_08_1.VOB at 0x002e5183
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_09_0.VOB at 0x002f7de2
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_09_1.VOB at 0x002f7e95
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_10_0.VOB at 0x00329014
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_10_1.VOB at 0x003290c7
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_11_0.VOB at 0x003380d5
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_11_1.VOB at 0x00338188
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_12_0.VOB at 0x00375f97
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_12_1.VOB at 0x0037604a
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_13_0.VOB at 0x0037a496
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_13_1.VOB at 0x0037a549
libdvdread: Elapsed time 0
libdvdread: Found 13 VTS's
libdvdread: Elapsed time 3
[Info] /home/island/BRIDGET_JONES_THE_EDGE_OF_REASON/VIDEO_TS/

DVD-name: BRIDGET_JONES_THE_EDGE_OF_REASON

It works with K3B

Amnon82
4th October 2006, 17:26
In 0.2-6 I added

cat /etc/mtab

seems that works on Mepis. Now I added also

cat /etc/fstab

Here is a log of 0.2-7:

DVD2HDD 0.2.7 started
__________________________________________________________________________
>> searching for needed programs...

vobcopy ...ok
xine ...ok
libdvdccs ...ok
libdvdread ...ok
growisofs ...ok
mkisofs ...ok
__________________________________________________________________________

I'm ready to rumble ;)
__________________________________________________________________________

Collecting some infos ...
__________________________________________________________________________

[Run] vobcopy -i /media/cdrom -m -o /home/amnon/dvds/
[Hint] You use -i. Normally this is not necessary, vobcopy finds the input dir by itself. This option is only there if vobcopy makes trouble.
[Hint] If vobcopy makes trouble, please mail me so that I can fix this (robos@muon.de). Thanks
Vobcopy 0.5.14 - GPL Copyright (c) 2001 - 2004 robos@muon.de
[Hint] All lines starting with "libdvdread:" are not from vobcopy but from the libdvdread-library
Device /media/cdrom mount on /dev/hdc

path to dvd: /dev/hdc
libdvdread: Using libdvdcss version 1.2.9 for DVD access
name of dvd: SOME_DVD
There are 18 titles on this DVD.
There are 35 chapters on the dvd.
Most chapters has title 17 with 10 chapters.
All titles:
title 1 has 1 chapter.
title 2 has 1 chapter.
title 3 has 1 chapter.
title 4 has 1 chapter.
title 5 has 1 chapter.
title 6 has 1 chapter.
title 7 has 1 chapter.
title 8 has 1 chapter.
title 9 has 1 chapter.
title 10 has 1 chapter.
title 11 has 1 chapter.
title 12 has 1 chapter.
title 13 has 1 chapter.
title 14 has 1 chapter.
title 15 has 1 chapter.
title 16 has 6 chapters.
title 17 has 10 chapters.
title 18 has 4 chapters.

There are 18 angles on this dvd.
All titles:
title 1 has 1 angle.
title 2 has 1 angle.
title 3 has 1 angle.
title 4 has 1 angle.
title 5 has 1 angle.
title 6 has 1 angle.
title 7 has 1 angle.
title 8 has 1 angle.
title 9 has 1 angle.
title 10 has 1 angle.
title 11 has 1 angle.
title 12 has 1 angle.
title 13 has 1 angle.
title 14 has 1 angle.
title 15 has 1 angle.
title 16 has 1 angle.
title 17 has 1 angle.
title 18 has 1 angle.
[Info] /home/amnon/dvds/SOME_DVD/VIDEO_TS/

DVD-name: SOME_DVD
Writing files to this dir: /home/amnon/dvds/SOME_DVD/VIDEO_TS/
writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VIDEO_TS.BUP

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VIDEO_TS.BUP.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VIDEO_TS.IFO

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VIDEO_TS.IFO.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VIDEO_TS.VOB

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x0000014b
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x0001ad73
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x0001ad94
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x0009d71c
libdvdread: Elapsed time 1
libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x000a91c0
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_0.VOB at 0x000bff6e
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_1.VOB at 0x000bffad
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_1.VOB at 0x001276a1
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_07_0.VOB at 0x00148767
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_07_1.VOB at 0x001487a7
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_08_0.VOB at 0x00172d6e
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_08_1.VOB at 0x00172e8b
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_09_1.VOB at 0x00388fc9
libdvdread: Elapsed time 0
libdvdread: Found 9 VTS's
libdvdread: Elapsed time 1

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VIDEO_TS.VOB.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_01_0.BUP

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_01_0.BUP.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_01_0.IFO

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_01_0.IFO.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_01_1.VOB

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_01_1.VOB.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_02_0.BUP

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_02_0.BUP.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_02_0.IFO

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_02_0.IFO.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_02_1.VOB

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_02_1.VOB.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_02_2.VOB

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_02_2.VOB.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_03_0.BUP

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_03_0.BUP.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_03_0.IFO

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_03_0.IFO.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_03_1.VOB

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_03_1.VOB.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_04_0.BUP

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_04_0.BUP.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_04_0.IFO

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_04_0.IFO.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_04_1.VOB

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_04_1.VOB.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_05_0.BUP

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_05_0.BUP.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_05_0.IFO

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_05_0.IFO.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_05_0.VOB

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_05_0.VOB.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_05_1.VOB

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_05_1.VOB.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_06_0.BUP

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_06_0.BUP.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_06_0.IFO

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_06_0.IFO.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_06_1.VOB

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_06_1.VOB.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_07_0.BUP

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_07_0.BUP.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_07_0.IFO

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_07_0.IFO.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_07_0.VOB

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_07_0.VOB.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_07_1.VOB

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_07_1.VOB.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_08_0.BUP

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_08_0.BUP.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_08_0.IFO

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_08_0.IFO.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_08_0.VOB

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_08_0.VOB.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_08_1.VOB

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_08_1.VOB.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_08_2.VOB

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_08_2.VOB.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_08_3.VOB

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_08_3.VOB.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_08_4.VOB

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_08_4.VOB.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_08_5.VOB

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_08_5.VOB.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_09_0.BUP

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_09_0.BUP.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_09_0.IFO

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_09_0.IFO.partial since it got copied in full


writing to /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_09_1.VOB

[Info] Removed ".partial" from /home/amnon/dvds/SOME_DVD/VIDEO_TS/VTS_09_1.VOB.partial since it got copied in full

That is your part:

[Run] vobcopy -i /media/cdrom -m -o /home/island/
[Hint] You use -i. Normally this is not necessary, vobcopy finds the input dir by itself. This option is only there if vobcopy makes trouble.
[Hint] If vobcopy makes trouble, please mail me so that I can fix this (robos@muon.de). Thanks
Vobcopy 0.5.14 - GPL Copyright (c) 2001 - 2004 robos@muon.de
[Hint] All lines starting with "libdvdread:" are not from vobcopy but from the libdvdread-library
Device /media/cdrom mount on /dev/hdb

path to dvd: /dev/cdrom
libdvdread: Using libdvdcss version 1.2.9 for DVD access
Please send bug report - no VTS_TMAPT ??

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00000161
libdvdread: Could not open /dev/cdrom with libdvdcss.
libdvdread: Can't open /dev/cdrom for reading

and this is mine:

[Run] vobcopy -i /media/cdrom -m -o /home/amnon/dvds/
[Hint] You use -i. Normally this is not necessary, vobcopy finds the input dir by itself. This option is only there if vobcopy makes trouble.
[Hint] If vobcopy makes trouble, please mail me so that I can fix this (robos@muon.de). Thanks
Vobcopy 0.5.14 - GPL Copyright (c) 2001 - 2004 robos@muon.de
[Hint] All lines starting with "libdvdread:" are not from vobcopy but from the libdvdread-library
Device /media/cdrom mount on /dev/hdc

path to dvd: /dev/hdc
libdvdread: Using libdvdcss version 1.2.9 for DVD access
name of dvd: SOME_DVD
There are 18 titles on this DVD.
There are 35 chapters on the dvd.
Most chapters has title 17 with 10 chapters.

... so something is linked wrong in libdvdread.

Vobcopy points with /media/cdrom to /dev/hdb but libdvdread uses /dev/cdrom what is wrong.

On Ubuntu vobcopy points with /media/cdrom to /dev/hdc and libdvdread also to /dev/hdc.

Try a custom path with someting like /cdrom, /dvd or /mnt/dvd

vobcopy -i /media/cdrom -m -o /home/amnon/dvds/

works for me. Take a shell and try out some strings.

-i is the input switch. -o the output switch.

Tell me what works for you.

0.2-7 will be released soon and will have a save option for the settings.

TSO COBOL
4th October 2006, 19:12
so with "vobcopy -i /media/cdrom/ -m -o /home/island/"



Writing files to this dir: /home/island/LONG_DIMANCHE/VIDEO_TS/
[Error] Hmm, weird, the dir video_ts|VIDEO_TS on the dvd couldn't be opened
[Error] The dir to be opened was: /media/cdrom/VIDEO_TS
[Hint] Please mail me what your vobcopy call plus -v -v spits out

TSO COBOL
4th October 2006, 19:21
it works with :

vobcopy -i /media/cdrom/video_ts/ -m -o /home/island/

funny :)

it's a probleme with small letters and big letters (sorry I am french :D )

Amnon82
4th October 2006, 19:56
* Wed Oct 04 2006 amnon <amsoft@xxxxx.com> 0.2-7
- added "default path"
- added settings save option
- some changes

Try out the new version and tell me what mode works for you now.

Amnon82
4th October 2006, 20:27
[Run] vobcopy -i /media/cdrom/VIDEO_TS/ -m -o /home/amnon/test/
[Hint] You use -i. Normally this is not necessary, vobcopy finds the input dir by itself. This option is only there if vobcopy makes trouble.
[Hint] If vobcopy makes trouble, please mail me so that I can fix this (robos@muon.de). Thanks
Vobcopy 0.5.14 - GPL Copyright (c) 2001 - 2004 robos@muon.de
[Hint] All lines starting with "libdvdread:" are not from vobcopy but from the libdvdread-library
Device /media/cdrom mount on /dev/hdc

path to dvd: /dev/hdc
libdvdread: Using libdvdcss version 1.2.9 for DVD access
name of dvd: DVDVOLUME
There are 31 titles on this DVD.
There are 83 chapters on the dvd.
Most chapters has title 1 with 19 chapters.
All titles:
title 1 has 19 chapters.
title 2 has 2 chapters.
title 3 has 2 chapters.
title 4 has 2 chapters.
title 5 has 2 chapters.
title 6 has 2 chapters.
title 7 has 2 chapters.
title 8 has 2 chapters.
title 9 has 6 chapters.
title 10 has 2 chapters.
title 11 has 2 chapters.
title 12 has 2 chapters.
title 13 has 2 chapters.
title 14 has 2 chapters.
title 15 has 2 chapters.
title 16 has 2 chapters.
title 17 has 2 chapters.
title 18 has 2 chapters.
title 19 has 2 chapters.
title 20 has 2 chapters.
title 21 has 2 chapters.
title 22 has 2 chapters.
title 23 has 2 chapters.
title 24 has 2 chapters.
title 25 has 2 chapters.
title 26 has 2 chapters.
title 27 has 2 chapters.
title 28 has 2 chapters.
title 29 has 2 chapters.
title 30 has 2 chapters.
title 31 has 2 chapters.

There are 31 angles on this dvd.
All titles:
title 1 has 1 angle.
title 2 has 1 angle.
title 3 has 1 angle.
title 4 has 1 angle.
title 5 has 1 angle.
title 6 has 1 angle.
title 7 has 1 angle.
title 8 has 1 angle.
title 9 has 1 angle.
title 10 has 1 angle.
title 11 has 1 angle.
title 12 has 1 angle.
title 13 has 1 angle.
title 14 has 1 angle.
title 15 has 1 angle.
title 16 has 1 angle.
title 17 has 1 angle.
title 18 has 1 angle.
title 19 has 1 angle.
title 20 has 1 angle.
title 21 has 1 angle.
title 22 has 1 angle.
title 23 has 1 angle.
title 24 has 1 angle.
title 25 has 1 angle.
title 26 has 1 angle.
title 27 has 1 angle.
title 28 has 1 angle.
title 29 has 1 angle.
title 30 has 1 angle.
title 31 has 1 angle.
[Info] /home/amnon/test/DVDVOLUME/VIDEO_TS/

DVD-name: DVDVOLUME
Writing files to this dir: /home/amnon/test/DVDVOLUME/VIDEO_TS/
writing to /home/amnon/test/DVDVOLUME/VIDEO_TS/VIDEO_TS.BUP

[Info] Removed ".partial" from /home/amnon/test/DVDVOLUME/VIDEO_TS/VIDEO_TS.BUP.partial since it got copied in full


writing to /home/amnon/test/DVDVOLUME/VIDEO_TS/VIDEO_TS.IFO

[Info] Removed ".partial" from /home/amnon/test/DVDVOLUME/VIDEO_TS/VIDEO_TS.IFO.partial since it got copied in full


writing to /home/amnon/test/DVDVOLUME/VIDEO_TS/VIDEO_TS.VOB

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00000157
libdvdread: Elapsed time 1
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x0000a228
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00029f61
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x0026d070
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x0026d075
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x0027b009
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x0027b00e
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_0.VOB at 0x0027c57f
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x0027c584
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_0.VOB at 0x0027efef
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_1.VOB at 0x002857f0
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_0.VOB at 0x00329a9b
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_1.VOB at 0x0032ba95
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_07_0.VOB at 0x003514bd
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_07_1.VOB at 0x003514c2
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_08_0.VOB at 0x00365cc7
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_08_1.VOB at 0x00368338
libdvdread: Elapsed time 0
libdvdread: Found 8 VTS's
libdvdread: Elapsed time 1
bash: line 1: 10502 Terminated vobcopy -i /media/cdrom/VIDEO_TS/ -m -o /home/amnon/test/

added the fix for you (autodetects UPPER- and lowercase). 0.2-8 will be online soon.

TSO COBOL
4th October 2006, 20:48
trying the 0.2-7 or waiting for 0.2-8 ?

Amnon82
4th October 2006, 21:38
don't wait. download 0.2-8 ;)

* Wed Oct 04 2006 amnon <amnon@amsoftlinux> 0.2-8
- added tooltips
- added "add VIDEO_TS folder"-option

tell me if you like it so ...

TSO COBOL
6th October 2006, 16:35
in 0.2-8

http://img439.imageshack.us/img439/3279/capture10yt1.png

Amnon82
7th October 2006, 20:51
Maybe U used a long path. Try a shorter one. Otherwise install gambas complete and download also the source of 0.2-8. Open the source in gambas and press the green button. Gambas will point you then to the buggy line in the source code.

I need more info to fix it. Tell me step by step what works what not.

TSO COBOL
8th October 2006, 17:06
in a console

DVD2HDD
selected dev/hdb/
my output is /home/island/
press copy dvd to hdd

and crash, cant get the log the application close.

Amnon82
8th October 2006, 20:19
K. I updated to day to Ubuntu 6.10. So some things changed on my machine. DVD2HDD still works. I need you to run DVD2HDD in gambas ide to find the bug. The code is simple (normaly). Maybe it is a bug only in Mepis. I only started DVD2HDD on Ubuntu 6.10 but didn't run it. I'll tell you if I fail now also.

TSO COBOL
10th October 2006, 19:48
tell me what I have to do

Amnon82
13th October 2006, 10:59
It is simple:

- download the source of 0.2.9 form my homepage.
- extract the source with fileroller or other archive app
- start gambas (you have to install it full first)
- select the folder where the source is in
- gambas titlel will show you "Project - DVD2HDD"
- click on the green play-button
- DVD2HDD 0.2.9 will start as normal
- if there is an error make a screenshot of the error message, the "Console" and the line in the "Mainform.class"- window where gambas points at. Thats the line which do all the trouble.

I think only the GUI is crashing. Vobcopy-task still works. Watch your DVD-drive ...

TSO COBOL
15th October 2006, 17:41
the 0.2.9 version works, and I do nothing. :D

Amnon82
16th October 2006, 14:23
thats great to hear. I think I fixed it.