diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-02-19 23:33:24 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-02-19 23:33:24 +0000 |
| commit | 5e942862b2017443ec34831f649f890f8215a534 (patch) | |
| tree | a0ef856d2579bb0f53cc979a39a64d938b143e24 /data | |
| parent | 8bf997495d8f192ccd44545b8fba92a3bcbb3e22 (diff) | |
| download | enigma2-5e942862b2017443ec34831f649f890f8215a534.tar.gz enigma2-5e942862b2017443ec34831f649f890f8215a534.zip | |
movie player configuration options, by Anders Holst
Diffstat (limited to 'data')
| -rw-r--r-- | data/keymap.xml | 52 | ||||
| -rw-r--r-- | data/setup.xml | 15 |
2 files changed, 35 insertions, 32 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index 40128664..e83b851b 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -292,14 +292,12 @@ <key id="KEY_OK" mapto="unPauseService" flags="m" /> - <key id="KEY_1" mapto="seek:-15" flags="b" /> - <key id="KEY_3" mapto="seek:15" flags="b" /> - <key id="KEY_1" mapto="seekBackDef" flags="l" /> - <key id="KEY_3" mapto="seekFwdDef" flags="l" /> - <key id="KEY_4" mapto="seek:-60" flags="m" /> - <key id="KEY_6" mapto="seek:60" flags="m" /> - <key id="KEY_7" mapto="seek:-300" flags="m" /> - <key id="KEY_9" mapto="seek:300" flags="m" /> + <key id="KEY_1" mapto="seekdef:1" flags="m" /> + <key id="KEY_3" mapto="seekdef:3" flags="m" /> + <key id="KEY_4" mapto="seekdef:4" flags="m" /> + <key id="KEY_6" mapto="seekdef:6" flags="m" /> + <key id="KEY_7" mapto="seekdef:7" flags="m" /> + <key id="KEY_9" mapto="seekdef:9" flags="m" /> </map> <map context="MediaPlayerSeekActions"> @@ -322,14 +320,12 @@ <key id="KEY_FASTFORWARD" mapto="seekFwdManual" flags="l" /> </device> - <key id="KEY_1" mapto="seek:-15" flags="b" /> - <key id="KEY_3" mapto="seek:15" flags="b" /> - <key id="KEY_1" mapto="seekBackDef" flags="l" /> - <key id="KEY_3" mapto="seekFwdDef" flags="l" /> - <key id="KEY_4" mapto="seek:-60" flags="m" /> - <key id="KEY_6" mapto="seek:60" flags="m" /> - <key id="KEY_7" mapto="seek:-300" flags="m" /> - <key id="KEY_9" mapto="seek:300" flags="m" /> + <key id="KEY_1" mapto="seekdef:1" flags="m" /> + <key id="KEY_3" mapto="seekdef:3" flags="m" /> + <key id="KEY_4" mapto="seekdef:4" flags="m" /> + <key id="KEY_6" mapto="seekdef:6" flags="m" /> + <key id="KEY_7" mapto="seekdef:7" flags="m" /> + <key id="KEY_9" mapto="seekdef:9" flags="m" /> </map> <map context="InfobarTimeshiftActions"> @@ -350,7 +346,7 @@ <map context="InfobarTimeshiftActivateActions"> <device name="dreambox remote control (native)"> - <key id="KEY_RED" mapto="timeshiftActivateEnd" flags="m" /> + <key id="KEY_RED" mapto="timeshiftActivateEnd" flags="b" /> <key id="KEY_YELLOW" mapto="timeshiftActivateEndAndPause" flags="m" /> </device> <device name="dreambox advanced remote control (native)"> @@ -410,22 +406,14 @@ <map context="MediaPlayerCueSheetActions"> <device name="dreambox remote control (native)"> - <key id="KEY_PREVIOUS" mapto="jumpPreviousMark" flags="b" /> - <key id="KEY_NEXT" mapto="jumpNextMark" flags="b" /> <key id="KEY_0" mapto="toggleMark" flags="m" /> </device> <device name="dreambox advanced remote control (native)"> - <key id="KEY_PREVIOUS" mapto="jumpPreviousMark" flags="b" /> <key id="KEY_0" mapto="toggleMark" flags="m" /> - <key id="KEY_NEXT" mapto="jumpNextMark" flags="b" /> - <key id="KEY_RED" mapto="jumpPreviousMark" flags="m" /> <key id="KEY_YELLOW" mapto="toggleMark" flags="m" /> - <key id="KEY_BLUE" mapto="jumpNextMark" flags="m" /> </device> <device name="dreambox ir keyboard"> - <key id="KEY_PREVIOUSSONG" mapto="jumpPreviousMark" flags="b" /> <key id="KEY_TAB" mapto="toggleMark" flags="m" /> - <key id="KEY_NEXTSONG" mapto="jumpNextMark" flags="b" /> </device> </map> @@ -618,16 +606,18 @@ <key id="KEY_TV" mapto="stop" flags="b" /> <key id="KEY_TV" mapto="shift_stop" flags="l" /> <key id="KEY_RADIO" mapto="shift_record" flags="l" /> - <key id="KEY_PREVIOUS" mapto="previous" flags="l" /> - <key id="KEY_NEXT" mapto="next" flags="l" /> + <key id="KEY_PREVIOUS" mapto="previous" flags="m" /> + <key id="KEY_NEXT" mapto="next" flags="m" /> </device> <device name="dreambox advanced remote control (native)"> <key id="KEY_PLAYPAUSE" mapto="pause" flags="m" /> <key id="KEY_STOP" mapto="stop" flags="b" /> <key id="KEY_STOP" mapto="shift_stop" flags="l" /> <key id="KEY_RECORD" mapto="shift_record" flags="l" /> - <key id="KEY_PREVIOUS" mapto="previous" flags="l" /> - <key id="KEY_NEXT" mapto="next" flags="l" /> + <key id="KEY_PREVIOUS" mapto="previous" flags="m" /> + <key id="KEY_NEXT" mapto="next" flags="m" /> + <key id="KEY_RED" mapto="previous" flags="m" /> + <key id="KEY_BLUE" mapto="next" flags="m" /> </device> <device name="dreambox ir keyboard"> <key id="KEY_PAUSE" mapto="pause" flags="m" /> @@ -635,8 +625,8 @@ <key id="KEY_STOP" mapto="stop" flags="b" /> <key id="KEY_STOP" mapto="shift_stop" flags="l" /> <key id="KEY_RECORD" mapto="shift_record" flags="l" /> - <key id="KEY_PREVIOUSSONG" mapto="previous" flags="l" /> - <key id="KEY_NEXTSONG" mapto="next" flags="l" /> + <key id="KEY_PREVIOUSSONG" mapto="previous" flags="m" /> + <key id="KEY_NEXTSONG" mapto="next" flags="m" /> </device> <key id="KEY_MENU" mapto="menu" flags="m" /> diff --git a/data/setup.xml b/data/setup.xml index 8f6399a2..c49d629d 100644 --- a/data/setup.xml +++ b/data/setup.xml @@ -31,7 +31,20 @@ <item level="2" text="Show infobar on channel change">config.usage.show_infobar_on_zap</item> <item level="2" text="Show infobar on skip forward/backward">config.usage.show_infobar_on_skip</item> <item level="2" text="Show infobar on event change">config.usage.show_infobar_on_event_change</item> - <item level="2" text="Custom skip time for '1'/'3'-keys">config.usage.self_defined_seek</item> + <item level="2" text="Behavior when a movie is started">config.usage.on_movie_start</item> + <item level="2" text="Behavior when a movie is stopped">config.usage.on_movie_stop</item> + <item level="2" text="Behavior when a movie reaches the end">config.usage.on_movie_eof</item> + <item level="2" text="Custom skip time for '1'/'3'-keys">config.seek.selfdefined_13</item> + <item level="2" text="Custom skip time for '4'/'6'-keys">config.seek.selfdefined_46</item> + <item level="2" text="Custom skip time for '7'/'9'-keys">config.seek.selfdefined_79</item> + <item level="2" text="Fast Forward speeds">config.seek.speeds_forward</item> + <item level="2" text="Rewind speeds">config.seek.speeds_backward</item> + <item level="2" text="Slow Motion speeds">config.seek.speeds_slowmotion</item> + <item level="2" text="Enter Fast Forward at speed">config.seek.enter_forward</item> + <item level="2" text="Enter Rewind at speed">config.seek.enter_backward</item> + <item level="2" text="Discontinuous playback at speeds above">config.seek.stepwise_minspeed</item> + <item level="2" text="Discontinuous playback frame repeat count">config.seek.stepwise_repeat</item> + <item level="2" text="Behaviour of 'pause' when paused">config.seek.on_pause</item> <item level="2" text="Behaviour of 0 key in PiP-mode">config.usage.pip_zero_button</item> <item level="2" text="Alternative services tuner priority">config.usage.alternatives_priority</item> </setup> |
