SimpleBurn

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

SimpleBurn

#1 Post by robwoj44 »

http://simpleburn.tuxfamily.org/
Features are:
* CD / DVD ISO image extraction and burning,
* audio CD extraction and burning,
* data directory burning on CD / DVD,
* CD / DVD blanking,
* CD / DVD copy,
* languages: de, en, fr, it, sv, ru.
Big thanks to the author of SimpleBurn for adding LibCDIO detection method specially for puppy. Thank you Frank.
Attachments
simpleburn-1.5.2-i486.pet
SimpleBurn
(49.08 KiB) Downloaded 1055 times
Last edited by robwoj44 on Fri 09 Jul 2010, 12:50, edited 3 times in total.

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

Re: SimpleBurn

#2 Post by ttuuxxx »

robwoj44 wrote:http://simpleburn.tuxfamily.org/
Features are:
* CD / DVD ISO image extraction and burning,
* audio CD extraction and burning,
* data directory burning on CD / DVD,
* CD / DVD blanking,
* CD / DVD copy,
* languages: de, en, fr, it, sv, ru.
Big thanks to the author of SimpleBurn for adding LibCDIO detection method specially for puppy. Thank you Frank.
Didn't work on 2.14X, needed libcdio-0.7, then I compiled it and it started :)
then it didn't find my drive, because the drives are shown as dev/hdb <--- cdrom
dev/hdb <---dvd, it has looking for the name not the actual device, so then I renamed dev/hdb to dvd and finally it found my drive:) but then it wouldn't format and thats where I'm stuck. Error below

(simpleburn:6888): GLib-CRITICAL **: g_strlcpy: assertion `src != NULL' failed
DEBUG: setcdinfos: 'simpleburn-media-detection (null) oneline'
DEBUG: setcdinfos: EXIT=256, OUTPUT=++ WARN: Can't get file status for (null):
No such file or directory
++ WARN: could not retrieve file info for `(null)': No such file or directory
++ WARN: can't open nrg image file (null) for reading
do you have the updated sources locally so I might have a look.
thanks
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

#3 Post by robwoj44 »

1. Yes - you need libcdio for working. The author of SimpleBurn added it for puppy. Neither HAL nor Udev detection methods worked on Puppy. In puppy 4.x you have libcdio.
2. It is possible to compile SimpleBurn with the detection of simlinks
-DALLOW_DEVICES_SYMLINKS=ON': using LIBCDIO detection method with PATA drivers (`/dev/hd?' devices). I did not compile with this option.
3. Can you see the main screen of SimpleBurn? In puppy 4.11 I have the problem with user interface. It did not work with the version of GTK installed in puppy 4.11 (in puppy 4.31 no problem).


Didn't work on 2.14X, needed libcdio-0.7, then I compiled it and it started
then it didn't find my drive, because the drives are shown as dev/hdb <--- cdrom
dev/hdb <---dvd, it has looking for the name not the actual device, so then I renamed dev/hdb to dvd and finally it found my drive:) but then it wouldn't format and thats where I'm stuck. Error below

(simpleburn:6888): GLib-CRITICAL **: g_strlcpy: assertion `src != NULL' failed
DEBUG: setcdinfos: 'simpleburn-media-detection (null) oneline'
DEBUG: setcdinfos: EXIT=256, OUTPUT=++ WARN: Can't get file status for (null):
No such file or directory
++ WARN: could not retrieve file info for `(null)': No such file or directory
++ WARN: can't open nrg image file (null) for reading
do you have the updated sources locally so I might have a look.

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#4 Post by ttuuxxx »

Here's a patched sources I did
doesn't work on 2.14X but should be the same as what you did
just type in a terminal
cmake .
Attachments
simpleburn-1.5.0-1.tar.gz
(41.6 KiB) Downloaded 889 times
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#5 Post by ttuuxxx »

wrong thread lol too many pages open :)
ttuuxxx

zenity stuff is at this thread
http://murga-linux.com/puppy/viewtopic. ... 033#406033

and a zenity based cdburner is located at
http://murga-linux.com/puppy/viewtopic. ... 021#406021
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

#6 Post by robwoj44 »

SimpleBurn updated. I compiled with the detection of symlinks devices (`/dev/hd?' devices) and added isosize needed for iso image burning.

robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

#7 Post by robwoj44 »

SimpleBurn updated. Compiled in racy 5.5.
Attachments
simpleburn-1.6.4-i486.pet
SimpleBurn
(54.09 KiB) Downloaded 320 times

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#8 Post by ttuuxxx »

Do you have the patched sources? Maybe upload them for others.
Jeff
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

#9 Post by robwoj44 »

The patched sources? No. I compiled the standard source of simpleburn-1.6.4.

Post Reply