import reguł

This commit is contained in:
root
2018-07-01 21:48:20 +02:00
parent 78d4c6c5e1
commit 1d85c1669f
13 changed files with 466 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
rule "mpd-concat"
when
Item Mpd_CurrentTrack received update or
Item Mpd_CurrentArtist received update
the
Mpd_ConcatInfo.postUpdate(Mpd_CurrentTrack.state.toString + " / " + Mpd_CurrentArtist.state.toString)
end