Constants¶
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).
You can change any of the following constants by either editing the plist directly or issuing following command in the terminal:
defaults write hu.mplayerhq.mplayerosx.extended <key name> <value>
And reset the constant to its default with the following command:
defaults delete hu.mplayerhq.mplayerosx.extended <key name>
Constants¶
| Key Name | Default | Description | Available from |
|---|---|---|---|
| MPEAudioDelayStepSize | 0.1 | Step size for audio delay keys ("+" and "-"). | rev14 |
| MPEFullscreenControlsHideTimeout | 3 | Time seconds the after which the fullscreen controls get hidden. | rev13 |
| MPEFullscreenControlsSensitivity | 200 | How much movement is needed to show the fullscreen controls. | rev13 |
| MPEPlaybackSpeedMultiplierBig | 2 | Big multiplier for playback speed keys ("{" and "}"). | rev14 |
| MPEPlaybackSpeedMultiplierSmall | 1.1 | Small multiplier for playback speed keys ("[" and "]"). | rev14 |
| MPEPreflightNumInstances | 4 | How many concurrent MPlayer instances are used to preflight items. | rev13 |
| MPERemoteSeekBase | 5 | (see next item) | rev13 |
| MPERemoteSkipStep | 60 | The seek step when holding forward/backward on the Apple Remote is caculated with base*2^step. | rev13 |
| MPEScrollWheelSeekMultiple | 10 | The scroll wheel x-difference is multiplied with this value to get the seek amount in seconds. | rev13 |
| MPESeekStepLarge | 600 | The large seek step in seconds (PgUp/PgDown). | rev13 |
| MPESeekStepMedium | 60 | The medium seek step in seconds (Arrow up/down). | rev13 |
| MPESeekStepSmall | 10 | The small seek step in seconds (Arrow left/right). | rev13 |
| MPESubtitleDelayStepSize | 0.1 | Step size for subtitle delay keys ("x" and "z"). | rev14 |
| MPEVolumeStepSize | 10 | The volume step size for the menu command, keys and the Apple Remote. | rev13 |
More constants will be added in further releases.