MQ: music queue (get current playlist or next track name, duration…)
Syntax
mq(type, [index])Arguments
- type: Track Index (len for playlist length)
- index: Info type, see examples
Examples
Formula | Description |
---|---|
$mq(title, mi(track) + 1)$ | Next track title (if available) |
$mq(sub, mi(track) - 1)$ | Prev track sub title (if available) |
$mq(len)$ | Playlist length |