Chris,
you'll have to parse ISO9660/Joliet file system structures. I mean - locate primary volume descriptor and look for these string. Would be a bit of the hard job on multisession discs and on discs with alien file system (like UDF or maybe FAT-formatted DVD-RAM - no such an info ever).
Yes, kind of standard. More question of the file system type then media itself. For DVD+RW/DVD-RAM and formatted DVD-RW you'll have a bonus of quick finding required info in the very first PVD on the disc, other disc types should be fully parsed to process multisession info.
I do not recommend you to mess with this. Actually we can add this stuff to our "ToDo" list however I'm not sure it would have high priority (you're the first one so far who had ever asked about this and there are some much more useful things waiting...).
Let me know what do you think and we'll find a compromise
Chris@Acubix wrote:
Hi,
I would like to retrieve the PublisherPreparerName, ApplicationName, etc. of a disc that was created using ISO9660JolietFileTree_BuildImage. My questions are:
1) How do I retrieve those info from the disc ?
2) Is the method of retrieval standard for all media types ?
Thanks in advance for your help and sorry for asking so many questions in one day
Kind regards,
Chris