Deep Bot - Twitch Streamer Assistant

Deep Bot => Feature Requests => Topic started by: IndieElitist on February 12, 2016, 04:00:01 PM

Title: enhanced features request
Post by: IndieElitist on February 12, 2016, 04:00:01 PM
Request: Setting the Currentsong files to blank when no music is playing

Benefit: So that we do not have to turn off the current song overlay in OBS when no songs are playing.

Request: An OBS text file linked to the quote system OR the ability to insert @quote@ into widgets to populate a random quote.

Benefit: The ability to have random or specific quotes pop up on screen at random intervals, or on command.

Request:  a @field@ command that would capture everything after the command, basically an enhanced version of the @target@ command. for example;
"!onscreen Stay Tuned, the streamer will be playing 'game' next"
could show a widget on screen with the words "Stay Tuned, the streamer will be playing 'game' next"
Title: Re: enhanced features request
Post by: MercurY3rd on February 12, 2016, 08:36:02 PM
Quote
Request:  a @field@ command that would capture everything after the command, basically an enhanced version of the @target@ command. for example;
"!onscreen Stay Tuned, the streamer will be playing 'game' next"
could show a widget on screen with the words "Stay Tuned, the streamer will be playing 'game' next"

That is how @target@ works, if you just want a single word then use @target@
Title: Re: enhanced features request
Post by: Nazo on February 13, 2016, 04:04:50 AM
Request: Setting the Currentsong files to blank when no music is playing

Benefit: So that we do not have to turn off the current song overlay in OBS when no songs are playing.

Request: An OBS text file linked to the quote system OR the ability to insert @quote@ into widgets to populate a random quote.

Benefit: The ability to have random or specific quotes pop up on screen at random intervals, or on command.

Request:  a @field@ command that would capture everything after the command, basically an enhanced version of the @target@ command. for example;
"!onscreen Stay Tuned, the streamer will be playing 'game' next"
could show a widget on screen with the words "Stay Tuned, the streamer will be playing 'game' next"
If you're looking for something like that, you can just copy and paste this:
Code: [Select]
!setonscreen
!editcmd !onscreen Stay tuned! <insert streamer name here> will be playing @target@ next!

You can set your !onscreen command to say whatever you want when you first create it, but !setonscreen must match what is listed above.