Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-shout-out problem #9

Closed
OGNetheri opened this issue Jun 6, 2023 · 5 comments
Closed

Multi-shout-out problem #9

OGNetheri opened this issue Jun 6, 2023 · 5 comments

Comments

@OGNetheri
Copy link

For some reason the multi-shoutout feat plays (and shows the chat texts) only the first 2 shoutouted streamers on multishoutout. Tried with "@" and without, same outcome.

@OGNetheri
Copy link
Author

Correction, if there's no @ on front of streamer, there's no shoutout at all.

@teklynk
Copy link
Owner

teklynk commented Jun 7, 2023

The multi-shoutout feature should be used like:
!so @Teklynk @bigd_ihor @PeachHana @Tawejea

The @ symbol is required for each name.

It also relies on the "Max Duration Time" setting. If it is set to 30 seconds, then it will do a shoutout every 30 seconds.

This feature is not perfect and I plan to make it better in the future. I hope to have it use the clip duration time and not the Max Duration Time.

@OGNetheri
Copy link
Author

OGNetheri commented Jun 7, 2023

Yeah, I tried with the method shown on manual and as you posted. Behaviour is like I posted, that it plays 2 shoutouts for the first two @mentions, at least third doesn't trigger the shoutout and text in chat. Haven't tried with 4 or more @mentions. And I tried @mentions after !so in different order and it's always the first 2 @menttions which trigger the shoutout.

(EDIT: the time between shoutouts works as it should between the 1st two @mentions after the !so)

(EDIT2: I also want to mention that this is just a bug I want to point out, I can always make shoutouts separately. Keep up the great work! )

@teklynk
Copy link
Owner

teklynk commented Jun 7, 2023

I am not able to replicate the issue. A few things to verify is:

Make sure there is a space between the @mention names: !so @Teklynk @bigd_ihor @PeachHana @Tawejea. Maybe something is autofilling the @mention name and not adding a space?

If a user does not have clips, then the multishoutout will sit for the limit and not play anything until the time limit is finish, then it will move to the next user.
This is also something that I hope to improve by first checking if clips exist, if not, then skip to the next user.

@OGNetheri
Copy link
Author

I am not able to replicate the issue. A few things to verify is:

Make sure there is a space between the @mention names: !so @Teklynk @bigd_ihor @PeachHana @Tawejea. Maybe something is autofilling the @mention name and not adding a space?

If a user does not have clips, then the multishoutout will sit for the limit and not play anything until the time limit is finish, then it will move to the next user. This is also something that I hope to improve by first checking if clips exist, if not, then skip to the next user.

I tried again and it seems it works now with the same streamers which didn't give all the shoutouts earlier and on others too with clips. Very weird as there's no change on the way multishoutout is written as a command on chat. I guess this removes the issue. 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants