aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDPlayer
AgeCommit message (Collapse)Author
2009-10-12Enigma2{skin_default.xml,Plugins-DVDBurn,DVDPlayer}: - move FileBrowser Skin ↵acid-burn
into skin_default and allow individual skinning
2009-09-03Enigma2-meta: install plugins-meta.xml in /usr/share/metaacid-burn
genmetaindex.py: change index.xml layout a bit
2009-08-19Plugins/Meta-Makefiles: add EXTRA_DIST for jpgs to Makefilesacid-burn
2009-08-18set permissions to 644 for data filesAndreas Oberritter
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-08-18Don't install *.jpg files with the Plugin metadata to save space.acid-burn
2009-08-17enable metadata install, install into /usr/share/enigma2/meta/enigma2/Felix Domke
2009-08-15Makefile.am: use dist_*_DATA to include data files in tarballsAndreas Oberritter
2009-08-15update all Makefile.am filesAndreas Oberritter
remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2
2009-08-04allow two different behaviours when going into resume: SUSPEND_STOPS ↵Fraxinas
(default as usual) and new SUSPEND_PAUSES (introduced for dvd player)
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-17we need policy2 in libdreamdvd for 16:10 supportghost
2009-07-16correct y_offset from libdreamdvdFelix Domke
2009-07-02when starting from scanner, don't ask if DVD in drive should be played, just ↵Felix Domke
do it.
2009-06-11servicedvd.h/cpp: small fixesghost
2009-06-09support new libdreamdvd, and do scaling in subtitle widgetFelix Domke
2009-06-03Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-06-03use 720x576 subtitle pixmap, and scale to fullscreenFelix Domke
2009-06-03introduce new iStreamedService interface (e.g. controlling buffer for ↵Fraxinas
streaming media)
2009-05-03DVDPlayer/plugin.py: dont crash when no service is running end leave playerghost
2009-04-15DVDPlayer/plugin.py: fix startup at first boot (thx toghost
Mike Looijmans)
2009-04-06replace assert by ASSERT, so a proper log message is generatedFelix Domke
2009-03-10try to use current GUI language as initial dvd menu languageFraxinas
2009-03-02Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2009-03-02listen to hotplug event when dvd is inserted or ejected and modify EXIT menu ↵Fraxinas
accordingly
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-19always show option to open file browser in exit dialoge (also when playing ↵Fraxinas
from actual dvd medium)
2009-02-16the current libdreamdvd no more touch policy and aspect.. so its not needed ↵ghost
to save and restore this settings
2009-01-02add support for multi angle dvdsghost
this needs a current libdreamdvd (SRCDATE >= 20090102)
2008-12-11servicedvd.cpp: fix typoghost
2008-12-10fix mem leakghost
2008-12-09DVDPlayer/plugin.py: set size of overlay screen depended to desktop sizeghost
2008-12-09blit just needed regionsghost
2008-12-08small fixghost
2008-12-08follow libdreamdvd changes to support scaling (needs libdreamdvd >= 20081208)ghost
2008-11-24re-introduce consistent EXIT key behaviour. sort "quit" entry to the top though.Fraxinas
2008-11-17actually exit dvd player on pressing exit key in exit choiceboxFraxinas
2008-11-06DVDPlayer/plugin.py: more robust codeghost
2008-10-29better solution to add possibility to delete eSocketNotifiers,Andreas Monzner
eConsoleAppContainers in callback funktions without crash
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-08get rid of hardcoded path to cdrom deviceAndreas Frisch
2008-10-07remove obvious keys from help screenAndreas Frisch
2008-09-18fixesAndreas Monzner
2008-09-03automatically start playback when called with one dvd_filelist entryAndreas Frisch
2008-08-18filebrowser now ends up in previous directory again after playing a dvd ↵Andreas Frisch
stucture, fix issue where service wouldn't unpause if cuesheet is corrupt
2008-08-18speed up resume (allows skipping into titles) *remember to update ↵Andreas Frisch
libdreamdvd0 - thx to seddi*
2008-08-15inhibit showing infobar on chapter change, don't load cuesheet if user says ↵Andreas Frisch
no in choicebox, save zero cuesheet and therefore don't prompt for resume if stop position was in a menu
2008-08-15Enable cuesheet (resume) support plus some spu/audio display fixes ↵Andreas Frisch
***requires Aug-15 version of libdreamdvd0***
2008-08-10fix dvd hotplug: stop assuming dvd for every other medium. in case of ↵Andreas Frisch
multiple ISO files on medium, show choice list
2008-07-22replace some sUser with more readable codeAndreas Monzner