Difference between revisions of "URL Parameters"
Line 227: | Line 227: | ||
Sets the start parameter. The focus separator <code>></code> can be used to focus (and execute) an item on load. | Sets the start parameter. The focus separator <code>></code> can be used to focus (and execute) an item on load. | ||
For more information, please see [[Focus Separator]]. | For more information, please see [[Focus Separator]]. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| <code>suspend</code> || <code>number</code> || | | <code>suspend</code> || <code>number</code> || | ||
Line 276: | Line 265: | ||
* <code>1</code>: On (default for most platforms) | * <code>1</code>: On (default for most platforms) | ||
* <code>2</code>: Mute only (volume function is visible, but can only be used to toggle the muted state) | * <code>2</code>: Mute only (volume function is visible, but can only be used to toggle the muted state) | ||
+ | |- | ||
+ | | <code>welcome</code> || <code>string</code> || | ||
+ | <code>welcome=menu:user:http://sc.msx.benzac.de/msx/service.php</code><br/> | ||
+ | <code>welcome=menu:user:http://sc.msx.benzac.de/msx/service.php>index:2</code><br/> | ||
+ | <code>welcome=menu:user:http://sc.msx.benzac.de/msx/service.php>index:2>index:4</code><br/> | ||
+ | <code>welcome=menu:user:http://sc.msx.benzac.de/msx/service.php>index:2>index:4>execute</code><br/> | ||
+ | || | ||
+ | Sets the welcome pages that is used if no start parameter is set. The focus separator <code>></code> can be used to focus (and execute) an item on load. | ||
+ | For more information, please see [[Focus Separator]]. | ||
+ | |||
+ | '''Note: This parameter will override the welcome pages in the application settings, however, it will not disable the sart parameter.''' | ||
|- | |- | ||
| <code>zoom</code> || <code>string</code> || | | <code>zoom</code> || <code>string</code> || |
Revision as of 15:30, 7 April 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 | 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. For more information, please see Dictionary Structure. |
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.
|
leave |
number |
|
Sets the leave function. The leave function performs a web history back on execution and can be used if the Media Station X application is opened from another application (or from the local Media Station X application).
|
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 |
suspend |
number |
|
Sets the suspend mode.
|
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.
|
welcome |
string |
|
Sets the welcome pages that is used if no start parameter is set. The focus separator Note: This parameter will override the welcome pages in the application settings, however, it will not disable the sart parameter. |
zoom |
string |
|
Sets the zoom settings.
|