Tagged Questions
1
vote
1answer
140 views
Reading and Writing to a DVD/CD - Java
I'm working on a application called LMCT(Let Me Copy That) and it is programed in Java, I just need to know how to burn to a DVD/CD from java.
any example, API or link is welcome.
1
vote
1answer
466 views
Detect IMAPI 2.0
Is there a way to detect what version of IMAPI is installed on an XP or Vista machine? I'm starting to try to burn CDs from an application I'm writing and I'm just kinda lost. I understand that in ...
0
votes
1answer
17 views
storing linux files on DVDs
please let me know what the best CD / DVD filesystem to use for storing linux files
to clarify, i intend to:
retain permissions (especially execute permissions)
retain case sensitivity on filenames
...
0
votes
0answers
69 views
Cd/DVD Burner Application [closed]
I plan to write one CD/DVD burner by myself but I need to know how it really works. I found some open source DVDStyler which I can look into as how it works. But what would you suggest and Where can I ...
0
votes
1answer
393 views
How would I write a virtual CD/DVD burner that would allow programs that burn to write to ISO?
I want to write an app that will allow a program like iTunes which normally will recognize a DVD/CD burner to recognize a virtual one and then write to it creating an ISO. I would guess to use ...
0
votes
1answer
428 views
Is there a cross-platform CD/DVD burning library or command-line app?
I'm looking for a cross-platform CD & DVD burning library. I'm not too particular about the language or framework a long as there are minimal dependencies and they are easily installable ...
0
votes
1answer
82 views
Handling HAL implementation: storage.cdrom.write_speeds
device.get('storage.cdrom.write_speeds')
This returns HAL list of ints, like:
[4284, 2342, 1202, 800]
How should these be handled, to recieve writing speed? Or better, how does one retrieve ...