aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDPlayer/plugin.py
AgeCommit message (Collapse)Author
2010-12-03Merge branch 'acid-burn/bug_439_dvdplayer_missing_titlestring' into experimentalacid-burn
2010-12-03Extensions/DVDPlayer: add ".img" file extension to playable dvd formats. ↵acid-burn
refs #439
2010-11-25Merge commit 'origin/acid-burn/bug_439_dvdplayer_missing_titlestring' into ↵acid-burn
experimental
2010-11-25DVDPlayer/src/servicedvd.cpp: add possibility to override servicename for ↵acid-burn
played dvd's. DVDPlayer/plugin.py: manually set servicename if playing from a dvd structure on hdd/networkmount. Small useability improvements. refs #439
2010-11-25Merge branch 'bug_570_playback_skip_fixes_and_cleanup_ml_aholst' into ↵ghost
experimental
2010-08-17Playback/Skipping fixes / cleanup by A. Holstghost
* Jumping between marks in the movie, with "<" and ">", doesn't work well when there are cut marks in the movie. Especially jumping backwards will fail if there is a mark in a cut out region that is to be jumped over. (InfoBarGenerics.py, chunks 3 and 4) * Now when rewind works at all platforms also at low speeds, the rewind speeds x2 and x4 should be added again to the default. (UsageConfig.py, chunk 1) * Cleanup some obsolete code: SeekBackHack and non-smooth winding. None of these can be used anymore, but remnants were left in the code and in the configuration alternatives. It is high time to clean these out. (setup.xml, UsageConfig.py chunk 2, InfoBarGenerics.py chunks 1 and 2, DVDPlayer) * In the position gauge of the movie player, marks in the movie are shown as red dots. Long time ago the last position was also shown as a red dot, which was bad because it was confused with the marks, so it was removed. However, jumping between marks in the movie with "<" and ">" also stops at the last position, which is useful e.g. if you don't automatically start playing from the last position. The code below adds the last position back to the position gauge as a green dot, to distinguish it from the red ones. (epositiongauge.cpp) refs bug #570
2010-06-10add missing dm800se color oled screens. refs #530acid-burn
2010-06-10add missing dm800se color oled screens. refs #530acid-burn
2010-03-11lib/python/Plugins/Extensions/DVDPlayer/plugin.py: smaller fontsize for "DVD ↵ghost
Player" text in LCD/Oled display
2010-02-09lib/python/Plugins/Extensions/DVDPlayer/plugin.py: also check with upper caseghost
2009-10-12Enigma2{skin_default.xml,Plugins-DVDBurn,DVDPlayer}: - move FileBrowser Skin ↵acid-burn
into skin_default and allow individual skinning
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-02when starting from scanner, don't ask if DVD in drive should be played, just ↵Felix Domke
do it.
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-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-09DVDPlayer/plugin.py: set size of overlay screen depended to desktop sizeghost
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-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
2008-07-11fix some importsAndreas Monzner
2008-07-11fix crash on selecting new dvd iso/directory from file browser with a ↵Andreas Frisch
playback already running
2008-06-25dont crash when press ok at the first line in filelistAndreas Monzner
2008-06-24auto start mediascanner on hotplug change (new device plugged or mediumAndreas Monzner
injected) add mediascanner support to dvd player plugin
2008-05-28Allow playing DVD structure from arbitrary directoriesAndreas Frisch
2008-05-25Add callback for playing from physical dvd drivesAndreas Frisch
2008-05-23save / restore video settingsAndreas Monzner
2008-05-01enable/disable dvd overlay screen on service started/stopped eventAndreas Monzner
2008-05-01dont use iPlayableService.evUser for iServiceInfomation.getInfo*Andreas Monzner
2008-04-24re-add SeekBackward workaround ... but dont use it for the dvd playerAndreas Monzner
2008-04-22disable cuesheet (resume) until in understand the libdvdnav :)Andreas Monzner
2008-04-22some dvd player changes (resume isnt working yet)Andreas Monzner
2008-04-22deliver service events only to last created class which is based onAndreas Monzner
InfoBarBase