-
-
Notifications
You must be signed in to change notification settings - Fork 723
Closed
Description
I have a local MPD server and one on the internet and added modules for both of them, like this:
[bar/mybar]
modules-left = mpd-local mpd-online
[module/mpd-local]
type = internal/mpd
; I didn't expect this to change anything but tried with and without this anyway, no change:
host = localhost
port = 6600
format-online = local <toggle> <label-song>
icon-play = ⏵
icon-pause = ⏸
label-song = %title%
[module/mpd-online]
type = internal/mpd
host = mpd.example.org
port = 1234
password = example
format-online = online <toggle> <label-song>
icon-play = ⏵
icon-pause = ⏸
label-song = %title%The first module works fine. The second one however acts up weird:
PierreOlivierBrillant



