Difference between revisions of "URL Parameters"
Line 60: | Line 60: | ||
<code>dictionary=http://msx.benzac.de/dic/en.json</code><br/> | <code>dictionary=http://msx.benzac.de/dic/en.json</code><br/> | ||
|| | || | ||
− | Sets the dictionary. This parameter is designed for testing purposes. For final usage, please set the <code>dictionary</code> property in the menu or content data. | + | Sets the dictionary. This parameter is designed for testing purposes. For final usage, please set the URL as <code>dictionary</code> property in the menu or content data. |
For more information, please see [[Dictionary Structure]]. | For more information, please see [[Dictionary Structure]]. | ||
|- | |- |
Revision as of 15:19, 23 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 URL as |
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 are 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 function to setup the sart parameter (and to setup welcome pages via the |
zoom |
string |
|
Sets the zoom settings.
|