Multimedia-Widgets

multimedia.image multimedia.music multimedia.slideshow multimedia.station


multimedia.music

Standard Multimedia Player

Parameters
{{multimedia.music(id, item_play, item_stop, item_ff, item_next, item_pos, item_vol, item_mute, item_title, item_artist, item_repeat, item_playlist) }}
id
unique id for this widget
item_play
the item for play/pause
item_stop
the item for stopping the music (optional)
item_ff
the item for fast forward and rewind (optional)
item_next
the item for next an previous playlist title
item_pos
the item for the position (optional)
item_vol
the item for the volume (optional)
item_mute
the item to mute the music (optional)
item_title
the item for the song title (optional)
item_artist
the item for the song artist (optional)
item_repeat
the item for repeat (optional)
item_playlist
the item to load the default playlist (optional)
Examples
{{ multimedia.music('music1', 'bath.music.play', 'bath.music.stop', 'bath.music.fwdback',
'bath.music.more.fwdback', 'bath.music.pos', 'bath.music.vol', 'bath_music_mute', 'bath.music.title', 'bath.music.artist', 'bath.music.repeat') }}

{{ multimedia.music('radio1', 'bath.radio.play', '', '', 'bath.radio.fwdback', '', 'bath.radio.vol', 'bath.radio.mute', 'bath.radio.title', '', '') }}
Multimedia Full
---   ---
Multimedia Radio

Author:Axel Otterstätter

Widgets

Design

Misc