Playing |
-
- [html += audioPlaying ? "yes" : "no"]
- |
+ |
Volume |
- [" + String(currentVolume) + "/" + String(maxVolume) + "] |
+ |
Muted |
-
- [html += muted ? "yes" : "no"]
- |
+ |
Equalizer Low |
- [" + String(eqLow) + "dB"] |
-
+ |
Equalizer Mid |
- [" + String(eqMid) + "dB"] |
-
+ |
Equalizer High |
- [" + String(eqHigh) + "dB"] |
+ |
Balance (range -16 | +16) |
- " + String(balanceLevel) + " |
+ |
Path to playlist |
- " + currentPlaylist + " |
+ |
Index in playlist (starting from 0) |
- " + String(currentPlaylistPosition) + " |
+ |
Resource path |
- " + pbInfo.resourcePath + " |
+ |
Resource type |
- " + pbInfo.type + " |
+ |
Resource title |
- " + pbInfo.title + " |
+ |
Resource album |
- " + pbInfo.album + " |
+ |
Resource artist |
- " + pbInfo.artist + " |
+ |
Resource track number |
- " + pbInfo.track + " |
+ |
Resource year |
- " + pbInfo.year + " |
+ |
Resource genre |
- " + pbInfo.genre + " |
+ |
Resource language (for TTS) |
- " + pbInfo.tts_language + " |
+ |