aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins
AgeCommit message (Collapse)Author
2008-11-18add automatic downloading of latest image and possibility of backing up ↵Fraxinas
configuration to the bootable usb sticks
2008-11-18use already translated stringFraxinas
2008-11-17Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2008-11-17get rid of some floating point valuesghost
2008-11-17Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
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-17use hotplugNotifier to ease use of NFIFlash plugin. change some excess ↵Fraxinas
status bar translatables to static english.
2008-11-17use new hotplugNotifier return value to clear playlist if audio CD was removedFraxinas
2008-11-17change hotplugNotifier to return correct state transition for cd-rom type ↵Fraxinas
and flash type devices
2008-11-17more changes for async picture decode supportghost
2008-11-17Merge branch 'master' into async_picloadghost
2008-11-17actually exit dvd player on pressing exit key in exit choiceboxFraxinas
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-16change pictureplayer to use async pic loadingghost
2008-11-15MediaPlayer german locale updateFraxinas
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-14callbacks that are added upon hotplug events can be added to a ↵Fraxinas
hotplugNotifier list now. use this to speed up Audio CD recognition in MediaPlayer
2008-11-14MediaPlayer: fix imports, introduce config and settings screen for repeat ↵Fraxinas
playlist, save playlist on exit and default start directory, implement file delete. this update comprises enhancements by courtesy of ralfk. fixes #46
2008-11-13make texts translateable and add german locale for new DVDBurn changesFraxinas
2008-11-13Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2008-11-13add possibility to change delay after diseqc reset command and delay after ↵ghost
diseqc peripherial poweron command via satellite equipment control plugin
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-11Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
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-10on crash, read "maintainer.info" from directory which contained the file ↵Felix Domke
which crashed. Use first line as email address, second line as "component"-string in crashlogs. Please add a "maintainer.info"-file to your plugins so crashlogs will be redirected to the right address.
2008-11-10long keypress on INFO key either brings up single servie EPG view screen ↵Fraxinas
like right now or, if any plugins of new type WHERE_EVENTINFO are installed (e.g. GraphMultiEPG, IMDB, OFDB), a choicebox with the relevant plugins. consequence: GraphMultiEPG is no longer ran from extensions menu (blue button) but by long keypress on INFO button instead!
2008-11-07fix coverart displaying, allow using cover art with all different image ↵Fraxinas
formats, remove some debug prints
2008-11-07refresh playlist when adding playlist via filelist. when copying directory ↵Fraxinas
to playlist, only add media files and no playlist files
2008-11-06allow reading jfif embedded exif thumbnails from jpeg files and use them to ↵Fraxinas
speed up thumbnail view in pictureplayer plugin
2008-11-06DVDPlayer/plugin.py: more robust codeghost
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-06save backup network configuration files and not only gui stuff from enigma2 ↵Fraxinas
and change the default backup location to harddisk (on behalf of sat-man)
2008-11-06user correct playlist parser from dictFraxinas
2008-11-06add .mp2 as supported filetypeghost
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-29better solution to add possibility to delete eSocketNotifiers,Andreas Monzner
eConsoleAppContainers in callback funktions without crash
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-29fix dependenciesAndreas Monzner
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)