Some saner defaults.
This commit is contained in:
parent
4919fe550e
commit
bdedf6a6b2
@ -1,8 +1,14 @@
|
||||
NEW NAME!
|
||||
Flourine
|
||||
Einferno
|
||||
Enflame
|
||||
|
||||
|
||||
TODO
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
-> Detect if the media in a drive has changed and update the drive info using dbus.
|
||||
-> More graceful handling of errors
|
||||
-> ffmpeg as an alternative backend to gstreamer
|
||||
TODO
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
-> finish interface
|
||||
-> more flexible typebuf
|
||||
-> more configuration options (speed and drive choice done)
|
||||
@ -11,7 +17,7 @@ TODO
|
||||
-> figure out what to do about dnd, should it be consolidated into one system, how to handle internel, etc.
|
||||
-> don't load the sources all at one time (lots of memory consumed -- for my entire development tree containing 154256 files, ecdb uses 46mb)
|
||||
-> integrate exchange
|
||||
-> instead of always swallowing widgets, allow theme to specify on a widget-by-widget basis if it wants to emit signals from internal parts
|
||||
-> instead of always swallowing widgets, allow theme to specify on a widget-by-widget basis if it wants to emit signals from internal parts (so, for example, the settings could be triggered by a small + in the corner, and expand from there)
|
||||
|
||||
DONE
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -51,6 +51,9 @@ ecdb_burn_project_init(Ecdb_Burn_Project *proj)
|
||||
proj->underrun_proof = TRUE;
|
||||
proj->opc = TRUE;
|
||||
proj->multi = TRUE;
|
||||
proj->use_joliet = TRUE;
|
||||
proj->use_rockridge = TRUE;
|
||||
proj->iso_level = 3;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user