pBurn 4.3.19

Audio editors, music players, video players, burning software, etc.
Message
Author
User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#81 Post by zigbert »

magerlab
If Pburn doesn't show complete errorlog (there is a logbox), copy the command from the advanced tab (burn-dialog) to a terminal. Execute it from there.

Sigmund

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#82 Post by MU »

concerning the strange look of the logbox:
cdrecord uses Windows linefeeds.

It can be corrected like this I think:
/usr/local/pburn/func_exec

Line 15:
old:

Code: Select all

	/tmp/pburn-exec >> $LOG 2>&1
new:

Code: Select all

	/tmp/pburn-exec  | sed "s/\r/\n/g">> $LOG 2>&1
I have no CD-RWs here, so someone please test it.

Mark

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#83 Post by zigbert »

Version 0.9.1 is uploaded. See main post.

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#84 Post by zigbert »

Mark
I'm glad you tried, but logbox becomes empty :?

Sigmund

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#85 Post by MU »

please try instead:
| tr '\r' '\n'

Mark

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#86 Post by MU »

or maybe put this not after
/tmp/pburn-exec, but after the cdrecord command.
I don't know if "|" buffers output.

If that does not help, the log might be simply to long to be displayed in a list quickly.
We might need a selfwriten log-viewer then.
Mark

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#87 Post by MU »

I wrote a new logbox:
http://murga-linux.com/puppy/viewtopic. ... 280#167280

If required, I can add changes :)

Mark

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#88 Post by zigbert »

The tr command fixed it for cdrecord, but failed for mkisofs, so I followed your last advice.

Code: Select all

TMP=`cat /tmp/pburn-exec | grep cdrecord`
sed -i -e "s%$TMP%$TMP | tr '\r' '\n' %g" /tmp/pburn-exec
gtklogfileviewer would be the greatest hit if it could be used inside a gtkdialog gui. As I see it, showing logs is one of the two big lacks of gtkdialog. The other is to show pictures.

Thank you Mark
Sigmund

User avatar
Botanic
Posts: 240
Joined: Wed 05 Sep 2007, 10:54
Location: Toulouse, France

#89 Post by Botanic »

hi guys,
i just ruined a CD-R while trying to copy an audio CD. i've been using gcombust - uses cdrecord. problem is, it creates a 2 seconds gap between tracks. i found out i had to write in DAO mode, got an error saying my drive doesn't support it. i gave a try with pregap=0, made no change and i just ruined a second CD-R.

so, i downloaded pburn - looks real nice ! - and tried "copy" it said to me i need cdrdao. I read the same on internet, for straight copies, so i was confident and downloaded cdrdao. I launch pburn again, it works, copies the source CD to hard drive, but then tries to connect to cddb.org or sth (what the h*** do i need track information :evil: :evil: :evil: ) result: no burning because of connection failure.
what can i do? i just want a straight copy ! :o i used to do it with Nero under Windows, so i know my drive can do it

i may try to select "Media type: Data-CD", so i won't get the cddb thing, but really it's an audio CD, and i don't want to ruin more discs :) any ideas? if it's possible to disable this cddb.org, tell me where i can do it definitely

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#90 Post by zigbert »

Botanic
What can I say: :oops: :oops: :oops:
This code was taken from Grafburn, and as we both understand, I haven't done a good enough job when checking it for Pburn. But that's what betas are for :) Thank you for reporting this. Pburn 1.0.0 is not intended to support CD-text. We'll leave that for a later edition.

This bug will be fixed in 0.9.2. If you do not want to wait, and want your music burnt NOW, edit the file /usr/local/pburn/func_copy. Line 21. Remove the parameter --with-cddb

cdrdao read-cd --datafile "$OUTDIR"/pburn-audiocd.bin --with-cddb --device $BURNDEV /tmp/pburn-audiocd.toc

Sigmund

User avatar
Botanic
Posts: 240
Joined: Wed 05 Sep 2007, 10:54
Location: Toulouse, France

#91 Post by Botanic »

zigbert,

i removed this parameter in line 21.
However, there is still an attempt to connect to cddb.org. it's followed by an error message

However i caught the process with the Process Lister, and found this one:
cdrdao copy --with-cddb --on-the-fly --source-device

(this is obviously line 200 in func_copy)

But, the parameter --on-the-fly is there, although i chose to use a temporary storage on /tmp. :?:
Last edited by Botanic on Mon 21 Jan 2008, 21:36, edited 1 time in total.

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#92 Post by zigbert »

I'll check it out!
Sigmund

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#93 Post by zigbert »

Botanic
I wonder. For me it looks like you have more than 1 CD-reader/burner? Is this correct.

I wonder. Are you connected to internet, when getting the error of connecting to freedb.org?

User avatar
Botanic
Posts: 240
Joined: Wed 05 Sep 2007, 10:54
Location: Toulouse, France

#94 Post by Botanic »

yes, i have a CD/DVD reader (that i use to copy to hard disk) and a CD burner.

i am connected to internet, though through a restricted server, i mean i always have issues with software trying to connect the internet directly, so that's no surprise for me that it doesn't work in this case.

anyway, i suppose you tested the copy function :)

here's what i did:
after opening pburn, i go in Burn/Copy disc
then i select the 2 drives "from" and "to", which are well detected, i specify Media type: Audio-CD, click on "copy"
the next dialog box asks me to chose "on the fly" or a temporary folder.
then there is the copy, and the error at the end of that.

i checked again that the process is:
cdrdao copy --with-cddb --on-the-fly --source-device

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#95 Post by zigbert »

Version 0.9.2 is uploaded. See main post.

User avatar
Botanic
Posts: 240
Joined: Wed 05 Sep 2007, 10:54
Location: Toulouse, France

#96 Post by Botanic »

(EDIT) the copy works fine now !!

i was actually confused (0.9.2) by the small dialog box during all the first stage (copying to hard disk) "please wait, reading disc", looks more like trying to check the disk, so i thought there was a problem.

also to mention the fact that the first stage was quite slow, although the reader is a 52X. maybe the parameter --rspeed for read-cd wasn't used?

great piece of software, thanks zigbert ! :)

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#97 Post by mikeb »

Hi

been following the progress of pburn and very pleased with the results...nero like ease of use without the bloat (or windows!).
Multisession seems to work ok--cheers :D .

I implemented a simply verify function for data discs only using diff like gcombust..seems to work ok...perhaps iso verification could be added using the method in burniso2cd which compares md5 checksums.

I've attached the modded file (from 0.9.2) if you are interested .. it would need a little refining but the basic functionlity is there.

I've been burning cd's on the fly with no problems though pburn defaults to off-the-fly so I modded behaviour to reflect the preferences setting.
I've also substituted madplay for ffmpeg for mp3 to wav encoding and seems to work ok..quite nippy.

regards

mike
Attachments
func_exec.tar.gz
(1.26 KiB) Downloaded 487 times

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#98 Post by zigbert »

Hi guys
I'm pleased by your support. Thanks a lot. Since your comments would need changes to the translation templates, I will let them sleep until next development release. Probably 1.1.0. My main goal, right now is a stable 1.0.0.

Sigmund

User avatar
gray
Posts: 316
Joined: Fri 23 Feb 2007, 22:42
Location: Adelaide - South Australia

check media problem

#99 Post by gray »

Hi Zigbert,

I have returned refreshed from holiday and looked at my check media problem again. It is nothing to do with cdrdao or cdrecord etc - it is simply the find command on line 26 of the func_build_command file. The "find / " command searches the whole directory tree - so that if you run pburn to burn an iso file from the hard drive when you have just mounted the hard drive it can take many minutes to locate the iso when you have a sizable drive (mine is 80 Gb). After the first time it is much quicker - until you remount again :cry: .

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#100 Post by zigbert »

gray
If you replace

Code: Select all

ISOFILE=`find / -name "$TMP" -type f`
with

Code: Select all

ISOFILE=`readlink "/tmp/pburn/$TMP"`
Will it still work with your ntfs disk?

Sigmund

Post Reply