Gocnak / Botnak

A Java-based IRC chat client with focus on Twitch.tv streams.
https://gocnak.github.io/Botnak
MIT License
67 stars 28 forks source link

Saving Sounds Permission #90

Closed ghost closed 9 years ago

ghost commented 9 years ago

Sounds that have a 0 permissions or "everyone" permission can't actually be played by guests. Only mods and the broadcaster.

I have re-added the offending sounds and made sure the permissions were set to everyone and it has not made a difference.

Gocnak commented 9 years ago

Try using the "!setsoundperm 0" command, which does not save to settings so you'll have to do it every time you boot Botnak.

I may just hijack this issue to make it the reminder to make it something that gets saved, either in defaults.ini or whatnot.

ghost commented 9 years ago

!setsoundperm to 0 also does not fix the issue even though the bot reports in chat that it has changed to 0. Is there any debugging I can do that may help the issue get resolved?

Gocnak commented 9 years ago

Was the sound added with a sub+ permission? I mean doing "!addsound soundname soundfile.wav" should make it playable for everyone.

If you can, try to tell me the process of how you're testing these sounds and I will try to recreate it.

ghost commented 9 years ago

I've added the sounds through the GUI not through twitch chat. They are set to everyone. Even manually selected them if the default preset wasn't enough.

Gocnak commented 9 years ago

Okay so I've found the issue, it's the Settings GUI sound tree which is broken.

I'm pretty much going to be overhauling this GUI for the release of Botnak 2 Episode 2, which I will start soon.

For now, just use the "!addsound" command found here under "moderator commands" and the sounds should be added and work. Also make sure that you have set the default sounds directory, since the chat command uses that directory to add the sounds.

ghost commented 9 years ago

Cool. Thanks.

Gocnak commented 9 years ago

I'm gonna branch this off as "re-do the sound tree" in another issue report. But the sounds permission will be saved from now on!