Difference between revisions of "URL Parameters"
Line 188: | Line 188: | ||
* <code>0</code>: Stop (video/audio stops when the application goes to sleep) | * <code>0</code>: Stop (video/audio stops when the application goes to sleep) | ||
* <code>1</code>: Pause only (video/audio pauses when the application goes to sleep and stays in that state when the application wakes up) | * <code>1</code>: Pause only (video/audio pauses when the application goes to sleep and stays in that state when the application wakes up) | ||
− | * <code>2</code>: Pause/Resume (video/audio pauses when the application goes to sleep and | + | * <code>2</code>: Pause/Resume (video/audio pauses when the application goes to sleep and continues to play when the application wakes up) |
* <code>3</code>: Keep playing (video/audio continues to play when the application goes to sleep or the system controls the behavior; default for most platforms) | * <code>3</code>: Keep playing (video/audio continues to play when the application goes to sleep or the system controls the behavior; default for most platforms) | ||
|- | |- |
Revision as of 10:48, 9 March 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.
|
zoom |
string |
|
Sets the zoom settings.
|