aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDBurn
AgeCommit message (Collapse)Author
2009-07-29fix disc size unit confusionFraxinas
2009-07-29change disc size determination and tweak dual layer growisofs argumentsFraxinas
2009-07-20some more work on plugin manageracid-burn
add experimental plugin meta informations, not yet included in build process install missing py from TuxboxPlugins plugin remove Filemanger from plugins build process
2009-07-08DVDBurn... allow jumping from complex titleset titles to main disc menu. ↵Fraxinas
implement menu language selection.
2009-07-01DVDBurn: parse new projectx version (0.90.4.00.b30) audio PID messages correctlyFraxinas
2009-06-23when in standby, don't ask for preview, just burn baby, burnFraxinas
2009-06-17don't crash when removing of temp. files failesFraxinas
2009-03-23fix crash on aborting during CheckDiskspaceTaskFraxinas
2009-03-03fix selecting menu template and background image files, only allow start of ↵Fraxinas
burning process if at least one title is in the collection, otherwise hide menu entry and add yes-no-box before burning with RECORD key on rcu
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-20improve usability: hide some advanced options below expert, clear out and ↵Fraxinas
resort main menu, hide button text of inactive buttons, warn when adding a new title which causes exceeding single and dual layer medium size
2009-02-13add default for ConfigColor.. ConfigSequence needs this nowghost
2009-02-12small speedups/cleanups by moritz vennghost
2008-12-14prettify MultiContent TitleListFraxinas
2008-12-08change translateable year string from lower to upper case to save one po entryFraxinas
2008-12-04allow fully customizable dvd menu layout, including automatic thumbnail ↵Fraxinas
graphic creation (requires package aio-grab)
2008-11-17do remove elementary stream files... and do it correctly!Fraxinas
2008-11-17show dvd burn jobs running in background in main menu and fix potential ↵Fraxinas
crash on aborting during CheckDiskspaceTask
2008-11-17show dvd burn jobs running in background in main menu and fix potential ↵Fraxinas
crash on aborting during CheckDiskspaceTask
2008-11-17allow blanking DVD-RAM media. the burn tool however only writes disc-at-once.Fraxinas
2008-11-17remove hotplugNotifier on every way of exitingFraxinas
2008-11-14use new hotplug notifier in DVD Burner Toolbox to update upon media ↵Fraxinas
insert/eject. add plugin icon to extensions menu.
2008-11-13make texts translateable and add german locale for new DVDBurn changesFraxinas
2008-11-13improve audio language detectionFraxinas
2008-11-12allow switching between simple and complex (multiple) titleset authoring ↵Fraxinas
mode, move autochapter from project settings to title properties.
2008-11-11use multiple titlesets for dvd authoring which allows correct burning of ↵Fraxinas
videos with different audio tracks introduce title properties screen. this is still a draft version.
2008-11-06allow setting progress for current task from within resident task, implement ↵Fraxinas
rudimentary progress for mplextask in dvdburn (requires dvdauthor patch)
2008-11-06try to add dvdburn icon once againFraxinas
2008-11-06nastily pretend the dvd minus rw bruning error never happenedFraxinas
2008-11-06don't crash when exitting dvd image selection without selectionFraxinas
2008-11-06implement blanking of dvd minus rw mediaFraxinas
2008-11-06add icon to be installed. remove deprecated directoriesFraxinas
2008-11-06add additional clear text error messages for burntaskFraxinas
2008-11-06actually burn and not just simulate burning to dvd-MINUS-r(w) mediaFraxinas
2008-11-06add plugin list icon for dvdburnandy
2008-10-29allow creating .ISO files. allow burning .ISO images or preauthored dvd ↵Andreas Frisch
structures (e.g. from failed burning attempts) to DVD. allow choice between ISO9660 level 1, ISO9660 version 2 and UDF as file system for data DVDs. new options are available for selection within settings screen. burning dvd from image is available as option in menu.
2008-10-28remove non working wrapper class to add a (unneeded) .get() call toAndreas Monzner
eConsoleAppContainers.. so now all external plugins must remove this .get() calls... example: cont = eConsoleAppContainer() cont.appClosed.append(cb_func) # old was cont.appClosed.get().append(cb_func)
2008-10-27allow burning data dvds containing (.ts) files > 2 GB and long file namesAndreas Frisch
2008-10-27correctly parse output of new epopen commandAndreas Frisch
2008-10-27switch from job to epopen for the info part. (this crashes when exiting ↵Andreas Frisch
before cb has fired... will be fixed)
2008-10-22fix wrong free capacity reading on blank dvd(-/+)rAndreas Frisch
2008-10-22fix progress scaling and remove unneeded project paramter from dvd media toolboxAndreas Frisch
2008-10-21fix possible crash on task abort and work with new getCD return valueAndreas Frisch
2008-10-21allow playing audio cds without mediascanner (choice in mediaplayer menu). ↵Andreas Frisch
offer playing dvd only if disc in drive actually is a dvd
2008-10-17make background parameter optional (directly runnable)Andreas Frisch
2008-10-17fix return value parameter list of infoJobCBAndreas Frisch
2008-10-13allow DVD burning in background. to view progress of jobs, press extensions ↵Andreas Frisch
key (blue) in TV mode
2008-10-10fix possible crash on mediainfo parsingAndreas Frisch
2008-10-08get rid of hardcoded path to cdrom deviceAndreas Frisch
2008-10-08fix burning of data DVDs with TS filesAndreas Frisch