Possible to script jukebox? #807
-
Hello, I've been using mympd for a while and it works great. I have some scripts I use to listen to random songs that mostly go off sets of playlists instead of individual songs so that I listen to certain tracks (like classical music) in order. Is there some way to script the included jukebox so that I can include this behavior? Also, looking a bit at the code, are there only a couple supported values of Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
The jukebox is fully scriptable as every function of myMPD. Look at the jsonrpc api documentation. https://jcorporation.github.io/myMPD/references/api/ You can use the integrated lua scripting or call the api directly with e.g. curl. The uniq tags of are not limited, but there is only one tag supported. |
Beta Was this translation helpful? Give feedback.
The jukebox is fully scriptable as every function of myMPD. Look at the jsonrpc api documentation.
https://jcorporation.github.io/myMPD/references/api/
You can use the integrated lua scripting or call the api directly with e.g. curl.
The uniq tags of are not limited, but there is only one tag supported.