#1 Burning Software

It is currently Wed Dec 18, 2024 10:40 pm

All times are UTC




Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Burning progress : more information
PostPosted: Thu Jan 31, 2008 6:39 am 
Offline

Joined: Thu Jan 17, 2008 8:12 pm
Posts: 12
Hi,

When burning a CD we can receive an event with this signature :

delegate void OnProgress(int percent, int timeRemaining);

The problem is that it is received for each "burning" track. Then, several times it go from 0% up to 100%...

But for which track ? Is there a way to know the current track that is burning ? and the "Global percentage" of the burning ?

Thanks


Top
 Profile  
 
 Post subject: Re: Burning progress : more information
PostPosted: Thu Jan 31, 2008 7:47 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
You also receive track start & end callbacks and you know number of tracks you're burning... Or you use StarBurnX and not StarBurn core?

viewon01 wrote:
Hi,

When burning a CD we can receive an event with this signature :

delegate void OnProgress(int percent, int timeRemaining);

The problem is that it is received for each "burning" track. Then, several times it go from 0% up to 100%...

But for which track ? Is there a way to know the current track that is burning ? and the "Global percentage" of the burning ?

Thanks


Top
 Profile  
 
 Post subject: Re: Burning progress : more information
PostPosted: Sat Jun 20, 2009 3:48 pm 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
I know this thread is old, but I'm wondering the same thing: Would I really have to keep track of which track is currently being burned? Should I do Track++ whenever I get to 0% or 100%? Can I actually rely on getting all percent values from 0 to 100? Start and End callbacks, as well as a total progress, would be nice but if I understood that correctly, StarBurnX (which is all I can use for .NET) does not have such events? Why not?


Top
 Profile  
 
 Post subject: Re: Burning progress : more information
PostPosted: Sat Jun 20, 2009 10:48 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
B/c it's build on the top of the StarBurn core and does not have 100% of the core features overwrapped. Too much work and StarBurn core API & features were found a bit of redundant... If you want somethig - let us know and we'll add it to some minor StarBurnX update. It's not a problem absolutely.


Top
 Profile  
 
 Post subject: Re: Burning progress : more information
PostPosted: Sun Jun 21, 2009 8:57 am 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
Thanks for your explanation. So far I believe that it is OK since I was able to create my own small wrapper for this event which provides me with all information I need. I'll let you know when I miss something which I cannot more or less easily replicate.


Top
 Profile  
 
 Post subject: Re: Burning progress : more information
PostPosted: Sun Jun 21, 2009 9:10 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Sure! Create a document named "XXX reasons why I hate StarBurnX" and we'll try to fix araised issues one-by-one :))


Top
 Profile  
 
 Post subject: Re: Burning progress : more information
PostPosted: Sun Jun 21, 2009 11:58 am 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
Hm, maybe what about mixed mode audio discs? Is that possible? The current burning library I use (and would like to get away from) allows me to specify whether or not to "close" the disc after burning. If I leave it open, I can add data files afterwards. I checked the FAQ and documentation, but mixed mode discs are mentioned nowhere.


Top
 Profile  
 
 Post subject: Re: Burning progress : more information
PostPosted: Sun Jun 21, 2009 6:26 pm 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
Now I found a problem that doesn't seem easy to workaround: When burning with DAO, "percent" is for the total burning process, when burning TAO it refers to the current track. I'd say that this is rather inconsistent, and also, it doesn't allow me to find out which track is currently being burned when using DAO.


Top
 Profile  
 
 Post subject: Re: Burning progress : more information
PostPosted: Sun Jun 21, 2009 6:28 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
You can perfectly do it with the StarBurn right now. Don't close session after track burning and add multiple audio tracks and close session only after last track is added.


Top
 Profile  
 
 Post subject: Re: Burning progress : more information
PostPosted: Sun Jun 21, 2009 7:06 pm 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
anton (staff) wrote:
You can perfectly do it with the StarBurn right now. Don't close session after track burning and add multiple audio tracks and close session only after last track is added.


Well, then how to close a session? Or how not to close a session? I don't see any options for that in the StarBurnX/AudioBurner interface.


Top
 Profile  
 
 Post subject: Re: Burning progress : more information
PostPosted: Mon Jun 22, 2009 3:45 pm 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Hello,

Yes, you are right the AudioBurner finalizes a disc automatically :(

We are improving this behavior ... we will notify you when new update will be ready.

Regards,

Dmitry Bortsov

Rocket Division Software


Top
 Profile  
 
 Post subject: Re: Burning progress : more information
PostPosted: Mon Jun 22, 2009 4:02 pm 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
Great, thanks for your efforts :)


Top
 Profile  
 
 Post subject: Re: Burning progress : more information
PostPosted: Mon Jun 22, 2009 4:10 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Nothing for yet (as I see).


Top
 Profile  
 
 Post subject: Re: Burning progress : more information
PostPosted: Mon Jul 13, 2009 3:33 pm 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
Any news on that? Or additional information for the progress event?


Top
 Profile  
 
 Post subject: Re: Burning progress : more information
PostPosted: Mon Jul 20, 2009 4:33 pm 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Hello,

I hope the new build of StarBurnX will be ready next week!

Regards,

Dmitry


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 34 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group