|
#1
| ||||
| ||||
| How to burn bin/cue file pairs I compiled cdrdao for Mac OS X. This can burn bin/cue files very easily. The only cue/bin pair which haven't worked for me thus far had spaces and hyphens in the filename. Changing the filename and editing the cue file to reflect that solved the problem. You can download my binary from here: http://homepage.mac.com/anarkhos/.Pictures/cdrdao.tgz The command is used thusly: Insert a blank CD, tell the finder to ignore the CD and continue. type: sudo ./cdrdao write -device IOCompactDiscServices blah.cue If run as root cdrdao will use high priority threads to avoid underruns. If you have a DVD burner you would use "IODVDServices" instead. If your CD-R isn't known (like mine wasn't) you can select a specific driver. For example this is in my .tcshrc file: alias cue sudo /Users/anarkhos/cdr/cdrdao write --device IOCompactDiscServices --driver generic-mmc thus to burn anything I just type "cue blah.cue"
__________________ --- >80 column hard wrapped e-mail is not a sign of intelligent >life |
|
#2
| ||||
| ||||
| Yehaa, million thanx for the info, I have been looking for this for quite some time now ![]()
__________________ Ulrik |
|
#3
| |||
| |||
| why not do what most mac users need and expect? no command line, only gui. like drag n drop a cue file on the app and it launch and burn etc. or have it open, drag n drop like in toast or something simple. cli is WAY to hard for 99% users and some won't even touch cli. i have vowed never to use the command line. |
|
#4
| ||||
| ||||
| buggs, I didn't write this software nor am I selling anything. This is an FYI. If this is not what "most mac users need and expect" what pray tell is my incentive? If you want what you ask for, go bug Roxio. <insert middle finger here>
__________________ --- >80 column hard wrapped e-mail is not a sign of intelligent >life |
|
#5
| ||||
| ||||
| By not using the terminal, you give away the true control over your OS X system.
__________________ Ulrik |
|
#6
| ||||
| ||||
| Quote:
cdrdao isn't any better as a command line program, get over yourself.
__________________ --- >80 column hard wrapped e-mail is not a sign of intelligent >life |
|
#7
| ||||
| ||||
| tell me what you think can't be done with the terminal and I guess I am able to tell you how to do it (as far as you don't say "minimize this window from the finder" ![]() PS: you said the terminal doesn't have more influence than a GUI app. This is true, but what if there is no GUI app for what I have to do with my system? Also, executing the command in the terminal is most often much faster then starting an app and using a GUI.
__________________ Ulrik Last edited by ulrik; January 16th, 2002 at 09:09 PM. |
|
#8
| ||||
| ||||
| It may sometimes be faster to type a specific sequence of keystrokes than a specific sequence of mouse clicks, but determining that sequence of keystrokes will usually take longer. The primary advantage of a GUI is familiarity. A certain appearance implies a behavior, or at least used to in Mac OS. The advantage can still be had in OS X if you only use Carbon apps (or I guess only Cocoa apps or only Java apps). What I'm saying is merely fact that an app is graphical in no way an indicator how easy it is to use. X11 apps for example are pure hell. There is nothing about the X11 'interface' which implies anything. When using UNIX I prefer to stick to the command line despite the fact that every command has its own arcane syntax. Another problem with the command line is there is no runtime, instead everything is file-based. Consider a package of commands like GRASS where one command doesn't know what the other is doing (no runtime). Some time ago I was working on a GUI for this horrid system and decided that without a runtime it was folly to even pretend a graphical interface was practical. One couldn't even implement undo. Another problem with everything being a file is if you decide to move or rename a file or directory, things break. In MacOS the path of a file isn't important (Apple long since depricated toolbox functions using paths). An open file can be moved or renamed and the reference the program uses to access the file doesn't change. In UNIX the path of a file is considered constant. This has human interface implications--you have to keep in mind which files are open in all UNIX, Java, and many Cocoa apps if you decide to rename or move a file/folder/non-root volume which will change the path. It's no surprise to me that virtually no UNIX users understand the issue at hand.
__________________ --- >80 column hard wrapped e-mail is not a sign of intelligent >life |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to burn bin/cue files with Mac OS X | strobe | Mac OS X System & Mac Software | 11 | January 29th, 2003 04:52 AM |
| I installed Fink under root and..... | Hydroglow | Unix & X11 | 5 | November 27th, 2002 04:57 PM |
| Can I burn an .img file on a PC?? | Zen-Tsu | Mac OS X System & Mac Software | 4 | June 4th, 2002 04:15 PM |
| i need to burn a .dmg file in os 9 | vic | Mac Classic System & Software | 3 | December 8th, 2001 10:10 AM |
| vignette client on mac os x | erim | Software Programming & Web Scripting | 8 | July 13th, 2001 02:14 PM |