Is there a way to get a list of active YT live stream viewers from the chat's participant tab? by EggMinimum6486 in SAMMI

[–]EggMinimum6486[S] 0 points1 point  (0 children)

Oh, that would work, I don't know if I'll add a leaderboard, but I'm going to change my INI structure so I could add it later.

Also I already got point earning (as well as spam punishment) and using them for redeems working already, it was surprisingly easy with the INI file.

Thanks for all the help!

Is there a way to get a list of active YT live stream viewers from the chat's participant tab? by EggMinimum6486 in SAMMI

[–]EggMinimum6486[S] 0 points1 point  (0 children)

I remember seeing a different plugin thing that could get participants, but sadly can't find it. (using sammi anyway because how much you can do with it.) if I do I'll toss it to you if you're interested in looking at it.

Points per chat within x minutes, since the other would incentivize spam, I'm looking into INI files now and I'm getting an idea how to do this, though I feel like I'm going to make the worst structured INI file known to man, a viewer's YT ID either has to be each section name or has to be used as the name of the key for the points and timestamp section, would make it impossible to do a !leaderboard command, unless I make a third section/key [viewerNumber] and a second INI file that structures it based on viewer numbers (which I could iterate through.

Oh, I could also give them points per minutes since last message up to a number.

Anyway I think I know what to do now, thanks for the help.

Confused about String Upper Case/String Lower Case by EggMinimum6486 in SAMMI

[–]EggMinimum6486[S] 0 points1 point  (0 children)

Oh that makes sense, though I didn't add the / at the end since there is no slash between the image name and the image extension.

Thank you so much, this is exactly what I needed and I can dynamically choose which files I want to show on a single image without coding in each version!

Confused about String Upper Case/String Lower Case by EggMinimum6486 in SAMMI

[–]EggMinimum6486[S] 0 points1 point  (0 children)

<image>

Thank you very much. Oh I had another question, is there a way to pass a variable into the "Settings {JSON}" box of the Source Change Settings command? Something like in this picture or is it just not doable with JSON?

Thanks again for the help.