Page 1 of 1

TkDVD 4.0.9.3-gnocl - 2012-09-24

Posted: Tue 03 Jan 2012, 01:49
by plinej
I hacked the latest version of TkDVD (4.0.9) in the following ways:
1. used gnocl for the file/directory chooser dialogs
2. used gnocl for the error dialog messages
3. modified the code to be able to add multiple files or directories from the file/directory chooser dialogs into the file list
4. displays file/directory size in the file list, this is useful if you go over the limit of the disc and you have to remove something from the list
5. The program will remember which directory you were last in when adding files or directories to the file list

I'm not motivated enough to change the whole gui to gnocl but this is a start. I always liked TkDVD and finally got around to learning a little about gnocl/tcl/tk to hack it for the better (imo).

Of course you'll need tcl/tk & gnocl installed for this package to work. I compiled them for Fatdog64-521 and will post them below. The TkDVD pet can be installed in any version of Puppy though (32 or 64bit).

version 4.0.9.1
1. added fixate cd/dvd to the drop down menus (need to have the "close" command installed to see it in the dvd menu).
2. converted the create iso, erase, & copy functions to gnocl

to do:
1. Convert the burn window, excluded files, the main gui, and the advanced options gui to gnocl.
2. Add the ability to use cdrskin & xorriso backends.

Posted: Wed 04 Jan 2012, 05:58
by plinej
I've been hacking on this script a bit more and converted the cd/dvd copy function to gnocl and also added a button to select from a list of cd/dvd drives. I'll work on converting the create iso & erase options to gnocl and adding a fixate cd/dvd option to the menu and put out a new version.

Posted: Wed 04 Jan 2012, 07:25
by Master_wrong
cannot install on 528, is there lib for 528?

Posted: Wed 04 Jan 2012, 10:23
by muggins
@Master_wrong,

it seems to start without error, on pup525, using these 3 libraries instead:

tcl-8.5.6.pet
tk-8.5.6.pet
gnocl-0.9.95-20110429.pet

Not having a CD/DVD burner I'm unable to test further. Probably the reason why it didn't start for you, using libs above,
is that they're installing to /usr/lib64. Perhaps could be resolved using symlinks.

@plinej, nice work...much more pleasing to the eye.

Posted: Wed 04 Jan 2012, 10:47
by vovchik
Dear plinej,

Please keep at it. It will be a good-looking app once you finish the "gnoclization". Thanks.

With kind regards,
vovchik

Posted: Wed 04 Jan 2012, 20:18
by plinej
Updated the tkdvd package to 4.0.9.1, see the first post for info.

Posted: Fri 06 Jan 2012, 11:52
by muggins
plinej,

I don't know whether this will be any use, in your altering tkdvd to gnocl, but I just saw that gnocl v0.9.96 has been released.

Posted: Sat 07 Jan 2012, 16:43
by Master_wrong
@muggins
ok Thank

Posted: Sat 07 Jan 2012, 23:35
by plinej
I tried compiling gnocl 0.9.96 but it seems to be missing fileFilter.o from the source code. I think gnocl has a cvs repository but I can't seem to find it on Sourceforge.

Posted: Sun 08 Jan 2012, 04:50
by muggins
I received the same error but, after googling, found this thread, where David McClamrock[Pa], has had success, and also mentions your gnoclisation of TkDVD.

Posted: Mon 16 Jan 2012, 23:21
by plinej
Uploaded version 4.0.9.2. Added the ability to choose cd/dvd drive from the create iso & erase functions and some other minor things. I haven't gotten around to converting anymore tk code to gnocl, maybe in the near future if I have spare time.

Posted: Mon 24 Sep 2012, 15:34
by plinej
updated to 4.0.9.3 - just some small tweaks.