Documentation
Mediaplayer (Simulation)
Simulates a media player.
range of functions
- Simulates a media player
Software installation
Install the 'Virtual Devices' module via the Module Store.
Setting up the instances in IP-Symcon
Under 'Add instance', the 'Mediaplayer (Simulation)' module can be found using the quick filter.
- Further information on adding instances can be found in the Instances documentation
status variables
The status variables/categories are created automatically. Deleting individual ones can lead to malfunctions.
Status variables
Name | Type | Description |
---|---|---|
Progress | Float | Shows the progress of the song |
Artist | String | Displays the artist of the current song |
Volume | Integer | Displays the volume |
Song | String | Displays the current song |
Mute | Boolean | Indicates whether the output is deactivated/activated |
Playback | Integer | Displays the current playback status |
Playlist | String | JSON encoded string with the next songs and their information |
Repeat | Integer | Indicates whether the playlist, song or nothing is repeated |
Shuffle | Boolean | Switches the random playback of the songs on/off |
Cover | Image | Shows the cover of the song |