#1 Burning Software

It is currently Sat Apr 27, 2024 1:52 pm

All times are UTC




Post new topic Reply to topic  [ 29 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: How do we get extended disc information?
PostPosted: Fri Aug 22, 2008 1:51 pm 
Offline

Joined: Mon Mar 31, 2008 6:17 pm
Posts: 7
Is it possible to get the extra information related to drive and disk like:

Track path, copy protection, file system, Date of Burn, Publisher, Video Format, Region, Play Time, disc manufacturer ID, Disc ID, UPC/EAN

Thank you in advance for your help!


Top
 Profile  
 
 Post subject: Re: How do we get extended disc information?
PostPosted: Fri Aug 22, 2008 3:28 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Track path is not stored anywhere on the disc, for copy protection you need to call GetDVDProtectionSystem(...) API call, file system, DB, publisher and video formats are undermined, for DVD regions call GetDVDRegionMask(...) for rest of the things call GetDiscInformation(...).

DS1 wrote:
Is it possible to get the extra information related to drive and disk like:

Track path, copy protection, file system, Date of Burn, Publisher, Video Format, Region, Play Time, disc manufacturer ID, Disc ID, UPC/EAN

Thank you in advance for your help!


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 20, 2008 6:47 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello Dima,

For the same topic I was searching.
I have gone through total Help provided for StarBurnX and was observing the log files which are created at my side. I got very much extra information about address of drive at hardware as 2:0:1:0.

And much more information. If it's not possible to include in SDK. It's OK. But can you just please tell me how to obtain that by using some Windows API's to me then it will great.

Thank you in advance. 8)


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 20, 2008 11:24 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Please don't use ASPI and the whole concept of "SCSI address". It's for backward-compatibility with already-written StarBurn SDK based applications. StarBurnX uses either SPTI or SPTD naming convention (direct device symbolic links) so SCSI address is bogus information for this wrapper.

deepakp wrote:
Hello Dima,

For the same topic I was searching.
I have gone through total Help provided for StarBurnX and was observing the log files which are created at my side. I got very much extra information about address of drive at hardware as 2:0:1:0.

And much more information. If it's not possible to include in SDK. It's OK. But can you just please tell me how to obtain that by using some Windows API's to me then it will great.

Thank you in advance. 8)


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 20, 2008 12:38 pm 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello Support,

OK. StarBurnX uses SPTI or SPTD naming conventions. But can I get extra information like date of manufacture, manufacturer of disc, CSS protection.


Last edited by deepakp on Tue Dec 23, 2008 4:27 am, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 20, 2008 10:03 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
You mean INSERTED MEDIA or BURNER DEVICE?

deepakp wrote:
Hello Support,

OK. StarBurnX uses SPTI or SPTD naming conventions. But can I extra information like date of manufacture, manufacturer of disc, CSS protection.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 22, 2008 5:07 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello Anton,

Yes,
Inserted Media.
We are getting disc information, but it's very less.

Waiting for reply.


Last edited by deepakp on Wed Jan 28, 2009 10:28 am, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 05, 2009 10:49 am 
Offline

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

Ok, we will extend the DiscInfo class in order to provide extra information about the inserted disc.

Regards,

Dmitry


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 28, 2009 10:36 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello,

1) Will the newer build will contain this extended information?
2) How to use the above discussed APIs in .NET?
a) GetDVDProtectionSystem
b) GetDVDRegionMask
c) GetDiscInformation to get play time, disc manufacture ID, disc ID, UPC/EAN.

Thank you.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 29, 2009 1:28 pm 
Offline

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

We have added some new properties to DiscInfo object:

- ProtectionSystem;
- DVDRegionMask;
- FileSystem;
- IsDiscBootable;

You can download the latest build from our ftp:
link was removed

Regards,

Dmitry


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 31, 2009 9:27 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello,

I downloaded both new files. Placed them in application. Then registered the newer StarBurnX.dll. After that I closed solution then re-compiled soltuion.
But nothing is changed. I observed the DiscInfo class, it is having same properties and functions as previous one. Specified newer functions in this post are not available in this class.

Is anything wrong?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 02, 2009 7:56 am 
Offline

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

Hmm .. it's strange so ... let's try to repeat the all steps again ...

1) Copy the new StarBurnX.dll to the "Right place" ( it may be folder of the your .net project for example );

2) Register the StarBurnX.dll by using regsvr32;

3) Open the your .Net project and remove the Reference of the previous version of StarBurnX;

4) Click on the "Add reference" menu;

5) Select the COM!!!!!!!! tab in the opened dialog :)

6) Select the "StarBurnX 10.0 Type Library" ( and press OK ). On this step, you can verify also path to the target StarBurnX.dll;

7) Call the "Clean Solution" and the "Rebuild" actions for the your .net project;

Note:
The StarBurnX component it's the COM component so you should generate interop assembly for the StarBurnX in order to make possible usage of StarburnX in the .NET environment:
1) You may use the tlbimp.exe utility - [tlbimp.exe PathToStarBurnX\starburnx.tlb];
2) You may add reference to the StarBurnX COM component manually thus the Visual Studio will generate the interop assembly automatically;


Regards,

Dmitry


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 02, 2009 9:17 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello,

Yes, it worked.

Thank you.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 02, 2009 9:22 am 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Good!! :))

Regards,

Dmitry


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 17, 2009 6:58 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello Support,

Thank you for reply.
1) Can we burn mini DVDs(8 cm)? These discs are not listed in disc types Enum and supported disc type list.
2) While going through the main website. In Contact Us tab there is status of I guess the support staff. I am getting that status as OFFLINE. Normally when you are online so that I can directly ask you the question. Is it possible?
Actually no one asked this before is it OK that I am requsting you for this?

Thank you once again. :)


Last edited by deepakp on Tue Mar 17, 2009 9:07 am, edited 1 time in total.

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

All times are UTC


Who is online

Users browsing this forum: No registered users and 22 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