Hello Victor, Thanks for your work. I had a question about a set of macros I am trying to make. Disclaimer: I am in no way good at coding. I take others ideas from around the forums and try to implement them into my game, and tweak variables until they work for me. I am having some difficulties setting up macros for playing music off of tokens. I have: ▶️ " !roll20AM --audio,play|@{selected|token_name} " This allows me to name a token after a jukebox track, and after importing it into the jukebox I can run this macro with the token selected and the song plays. An example of my usage is for the Theme at the beginning of my games. One and done. ⏹️ " !roll20AM --audio,stop|@{selected|token_name} " This allows me to do the opposite, clicking on the token and stopping the track after activating the macro. The problem child is: 🔁 " !roll20AM --audio,play,loop,|@{selected|token_name} " The intention of this one is to allow me to run combat music with a click, and to not have to worry about it until combat is over, where I hit the stop button. However, it doesn't function at all how i'd like. The "loop" action/variable seems to have no affect on whether or not it loops. I noticed that I have to manually open the config and hit the playmode button to set the track to loop for this to work properly. But then, on the flip side, when I hit the "play" macro on a song I want to play once on this occasion but also looped for others, the song will loop, even when not specified to in the macro. Your script is amazing, and has been very fun to use. I understand that this is a very specific and somewhat redundant thing I'm asking for, and I apologize ahead of time if this just isn't the functionality that can be offered. Like I said, I am no good at coding. As far as I know, everything I've done is write in the code, and I'm just wondering if it's on my end or Roll20's limitations. Thanks again, -Jared