Difference between revisions of "URL Parameters"
Line 108: | Line 108: | ||
* <code>0</code>: Off | * <code>0</code>: Off | ||
* <code>1</code>: Remote Only | * <code>1</code>: Remote Only | ||
− | * <code>2</code>: Click & | + | * <code>2</code>: Click & Swipe |
− | * <code>3</code>: Drag & | + | * <code>3</code>: Drag & Drop (default for most platforms) |
|- | |- | ||
| <code>layout</code> || <code>number</code>{{pipe}}<code>string</code> || | | <code>layout</code> || <code>number</code>{{pipe}}<code>string</code> || | ||
Line 129: | Line 129: | ||
Sets the layout settings. | Sets the layout settings. | ||
− | * <code>0.5</code> | + | * <code>0.5</code>{{pipe}}<code>360p</code>: 360p |
− | * <code>0.75</code> | + | * <code>0.75</code>{{pipe}}<code>540p</code>{{pipe}}<code>sd</code>: 540p |
− | * <code>1</code> | + | * <code>1</code>{{pipe}}<code>720p</code>{{pipe}}<code>hd</code>: 720p |
− | * <code>1.5</code> | + | * <code>1.5</code>{{pipe}}<code>1080p</code>{{pipe}}<code>shd</code>: 1080p |
− | * <code>3</code> | + | * <code>3</code>{{pipe}}<code>2160p</code>{{pipe}}<code>uhd</code>{{pipe}}<code>4k</code>: 2160p |
− | * <code>6</code> | + | * <code>6</code>{{pipe}}<code>4320p</code>{{pipe}}<code>8k</code>: 4320p |
* <code>auto</code>: Auto detect (with resize adjustment) | * <code>auto</code>: Auto detect (with resize adjustment) | ||
* <code>detect</code>: Auto detect (without resize adjustment) | * <code>detect</code>: Auto detect (without resize adjustment) | ||
Line 203: | Line 203: | ||
* <code>1</code>: Video only (speed button is only enabled for videos) | * <code>1</code>: Video only (speed button is only enabled for videos) | ||
* <code>2</code>: Audio only (speed button is only enabled for audio files) | * <code>2</code>: Audio only (speed button is only enabled for audio files) | ||
− | * <code>3</code>: Video & | + | * <code>3</code>: Video & Audio (speed button is always enabled; default for most platforms) |
|- | |- | ||
| <code>start</code> || <code>string</code> || | | <code>start</code> || <code>string</code> || |
Revision as of 13:44, 13 January 2021
These parameters are only relevant for the web version of Media Station X (i.e. when using the URL http://msx.benzac.de
or https://msx.benzac.de
) and can be used to override some application settings with fixed values and to set some platform-specific functions.
Note: If you set some application settings via these parameters, the corresponding settings in the application are disabled. For example, if you set the start parameter, the start parameter in the application settings is disabled.
Parameter Syntax[edit]
Parameter | Type | Example | Description |
---|---|---|---|
animate |
number |
|
Sets the animation settings.
|
back |
number |
|
Sets the back function.
|
background |
number |
|
Sets the background function.
|
busy |
number |
|
Sets the busy function (for data and video requests).
|
center |
number |
|
Sets the center function.
|
dictionary |
string |
|
Sets the dictionary. This parameter is designed for testing purposes. For final usage, please set the dictionary as link in the menu or content data. |
exit |
number |
|
Sets the exit function.
|
fullscreen |
number |
|
Sets the fullscreen function.
|
init |
number |
|
Sets the init value.
|
input |
number |
|
Sets the input settings.
|
layout |
number |string |
|
Sets the layout settings.
|
platform |
string |
|
Sets the platform identifier (usually this is not set by parameter, because each platform has its own index file). |
remote |
number |
|
Sets the remote settings.
|
playback |
number |
|
Sets the playback mode.
|
scale |
string |
|
Sets the scale settings (viewport settings).
|
speed |
number |
|
Sets the playback speed function.
|
start |
string |
|
Sets the start parameter. The focus separator |
t |
number |
|
Sets the current timestamp (difference to the start timestamp must be less than 1 second to skip the splash screen). |
transform |
number |
|
Sets the transformation settings.
|
volume |
number |
|
Sets the volume function.
|
zoom |
string |
|
Sets the zoom settings.
|