Constants

Version 3 (Adrian Stutz, 04/26/2010 10:00 pm)

1 1
h1. Constants
2 1
3 1
Starting from rev13, MPE exposes a number of constants which can be changed by adding them to your preferences property list (you could call them "hidden preferences" as well).
4 1
5 1
You can change any of the following constants by either editing the plist directly or issuing following command in the terminal:
6 1
<pre>defaults write hu.mplayerhq.mplayerosx.extended <key name> <value></pre>
7 1
8 1
And reset the constant to its default with the following command:
9 1
<pre>defaults delete hu.mplayerhq.mplayerosx.extended <key name></pre>
10 1
11 3 Adrian Stutz
h2. Constants
12 1
13 3 Adrian Stutz
|_Key Name_|_Default_|_Description_|_Available from_|
14 3 Adrian Stutz
|MPEAudioDelayStepSize|0.1|Step size for audio delay keys ("+" and "-").|rev14|
15 3 Adrian Stutz
|MPEFullscreenControlsHideTimeout|3|Time seconds the after which the fullscreen controls get hidden.|rev13|
16 3 Adrian Stutz
|MPEFullscreenControlsSensitivity|200|How much movement is needed to show the fullscreen controls.|rev13|
17 3 Adrian Stutz
|MPEPlaybackSpeedMultiplierBig|2|Big multiplier for playback speed keys ("{" and "}").|rev14|
18 3 Adrian Stutz
|MPEPlaybackSpeedMultiplierSmall|1.1|Small multiplier for playback speed keys ("[" and "]").|rev14|
19 3 Adrian Stutz
|MPEPreflightNumInstances|4|How many concurrent MPlayer instances are used to preflight items.|rev13|
20 3 Adrian Stutz
|MPERemoteSeekBase|5|(see next item)|rev13|
21 3 Adrian Stutz
|MPERemoteSkipStep|60|The seek step when holding forward/backward on the Apple Remote is caculated with base*2^step.|rev13|
22 3 Adrian Stutz
|MPEScrollWheelSeekMultiple|10|The scroll wheel x-difference is multiplied with this value to get the seek amount in seconds.|rev13|
23 3 Adrian Stutz
|MPESeekStepLarge|600|The large seek step in seconds (PgUp/PgDown).|rev13|
24 3 Adrian Stutz
|MPESeekStepMedium|60|The medium seek step in seconds (Arrow up/down).|rev13|
25 3 Adrian Stutz
|MPESeekStepSmall|10|The small seek step in seconds (Arrow left/right).|rev13|
26 3 Adrian Stutz
|MPESubtitleDelayStepSize|0.1|Step size for subtitle delay keys ("x" and "z").|rev14|
27 3 Adrian Stutz
|MPEVolumeStepSize|10|The volume step size for the menu command, keys and the Apple Remote.|rev13|
28 1
29 1
More constants will be added in further releases.