Shows current music's artist, title, album, duration.

- VSCode
- WebNowPlaying-Redux Browser Extension
WebNowPlaying.host: Host to listen onWebNowPlaying.port: Port to listen onWebNowPlaying.alignToRight: align status bar item to rightWebNowPlaying.priority: Status bar item priorityWebNowPlaying.onClick: Command to run when the item is clickedWebNowPlaying.infoFormat: Format of track infoWebNowPlaying.volumeFormat: format of volume{play-icon}: Shows$(play)icon if music is playing$(debug-pause)if paused{sound-icon}: Shows$(mute)icon if volume is 0%,$(unmute)otherwise.{loop-icon}: Shows$(sync)icon if playlist is in loop,$(issue-reopened)if a track is in loop, hidden otherwise{shuffle-icon}: Shows$(remote)icon if shuffle is enabled{artist}: Display artist{album}: Display album{title}: Display title of a track{duration}: Display total time of a track like 0:00{position}: Display elapsed time of a track like 0:00{volume}: Display current volume 0 ~ 100{rating}: Display rating
- Initial release
- changed
setIntervalto callback function - changed configuration names
- changed command titles
- added configuration options
- added webview controllers
- LRC lyrics display