Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - K1ngFiasco

Pages: [1] 2
1
Feature Requests / Re: Soundcloud for Music?
« on: September 14, 2014, 07:04:32 AM »
This requires a major re-write of the entire music player. Given the extensive content already available on youtube, I unfortunately can't justify the amount of work needed for this vs. the value add from soundcloud integration.
Will possibly revisit later again when we have more development bandwidth.

I think now may be the time to rethink about this.
With Twitch using YouTube's content ID system, using YouTube videos for music now makes it harder for the broadcaster to create highlights. If the ID system notices copyrighted material the highlight/archived content becomes muted for 3 hours.

Because of this, Soundcloud is becoming a much more popular option for broadcasters. I strongly encourage you to integrate Soundcloud support into your bot since the usage of Soundcloud will continue to increase.

2
Help/Support / Re: Custom notification sound causes crash
« on: July 19, 2014, 05:52:45 PM »
WAV files can have multiple compression methods, including MP3. 
PCM (Pulse Code Modulation) is the only one supported by the DeepBot currently. Fortunately, it's the most common WAV format, so most .WAV files just work.

There are quite a few tools that can convert audio files.  For example, Switch Audio can convert between formats (even in the free version).  You'll need need to get your file into a standard, PCM encoded WAV file for it to work with DeepBot.

Thank you so much for this reply. However, I actually found a better quality audio clip to use and it works perfectly with deep bot. Thanks a ton for your help all the same!

3
Help/Support / Custom notification sound causes crash
« on: July 19, 2014, 02:49:06 PM »
Trying to use a custom notification sound (its Duke Nukem saying "Hail to the King, baby") and each time I hit play to test it I get a message saying its crashed. Here is the errorlog.txt:

Code: [Select]
10 Jul 18:10:23,410 - 0.4.4.1: Crashed Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
10 Jul 18:10:23,572 - 0.4.4.1: Crashed    at System.ThrowHelper.ThrowArgumentOutOfRangeException()
   at ChannelMessages.ChanMsg.btnTimedEnableAll_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Label.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
10 Jul 18:10:26,811 - 0.4.4.1: Crashed Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
10 Jul 18:10:26,811 - 0.4.4.1: Crashed    at System.ThrowHelper.ThrowArgumentOutOfRangeException()
   at ChannelMessages.ChanMsg.btnTimedEnableAll_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Label.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
19 Jul 20:10:07,361 - 0.4.4.2: Crashed Sound API only supports playing PCM wave files.
19 Jul 20:10:07,522 - 0.4.4.2: Crashed    at System.Media.SoundPlayer.ValidateSoundFile(String fileName)
   at System.Media.SoundPlayer.LoadAndPlay(Int32 flags)
   at System.Media.SoundPlayer.Play()
   at DeepBot.Main.PlayNewFollowerSound()
   at DeepBot.Main.btnFollowerPlay_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Label.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
19 Jul 20:10:11,373 - 0.4.4.2: Crashed Sound API only supports playing PCM wave files.
19 Jul 20:10:11,373 - 0.4.4.2: Crashed    at System.Media.SoundPlayer.ValidateSoundFile(String fileName)
   at System.Media.SoundPlayer.LoadAndPlay(Int32 flags)
   at System.Media.SoundPlayer.Play()
   at DeepBot.Main.PlayNewFollowerSound()
   at DeepBot.Main.btnFollowerPlay_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Label.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
20 Jul 01:31:37,820 - 0.4.4.2: Crashed Sound API only supports playing PCM wave files.
20 Jul 01:31:37,822 - 0.4.4.2: Crashed    at System.Media.SoundPlayer.ValidateSoundFile(String fileName)
   at System.Media.SoundPlayer.LoadAndPlay(Int32 flags)
   at System.Media.SoundPlayer.Play()
   at DeepBot.Main.PlayNewFollowerSound()
   at DeepBot.Main.btnFollowerPlay_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Label.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
20 Jul 01:33:45,335 - 0.4.4.2: Crashed Sound API only supports playing PCM wave files.
20 Jul 01:33:45,348 - 0.4.4.2: Crashed    at System.Media.SoundPlayer.ValidateSoundFile(String fileName)
   at System.Media.SoundPlayer.LoadAndPlay(Int32 flags)
   at System.Media.SoundPlayer.Play()
   at DeepBot.OnScreenNotificationManager.PlayNewSound(String sound)
   at DeepBot.OnScreenNotificationManager.EnqueueFollowNotification(String followername)
   at DeepBot.Main.getFollows_FetchedFollowers(Object arg1, GetFollowEventArgs arg2)
   at DeepBot.TwitchAPI.TwitchGetFollows.OnFetchedFollowers(GetFollowEventArgs e)
   at DeepBot.TwitchAPI.TwitchGetFollows.getFollowers_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
   at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
   at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
20 Jul 01:33:47,873 - 0.4.4.2: Crashed Sound API only supports playing PCM wave files.
20 Jul 01:33:47,873 - 0.4.4.2: Crashed    at System.Media.SoundPlayer.ValidateSoundFile(String fileName)
   at System.Media.SoundPlayer.LoadAndPlay(Int32 flags)
   at System.Media.SoundPlayer.Play()
   at DeepBot.OnScreenNotificationManager.PlayNewSound(String sound)
   at DeepBot.OnScreenNotificationManager.EnqueueFollowNotification(String followername)
   at DeepBot.Main.getFollows_FetchedFollowers(Object arg1, GetFollowEventArgs arg2)
   at DeepBot.TwitchAPI.TwitchGetFollows.OnFetchedFollowers(GetFollowEventArgs e)
   at DeepBot.TwitchAPI.TwitchGetFollows.getFollowers_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
   at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
   at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
20 Jul 01:34:53,213 - 0.4.4.2: Crashed Sound API only supports playing PCM wave files.
20 Jul 01:34:53,214 - 0.4.4.2: Crashed    at System.Media.SoundPlayer.ValidateSoundFile(String fileName)
   at System.Media.SoundPlayer.LoadAndPlay(Int32 flags)
   at System.Media.SoundPlayer.Play()
   at DeepBot.Main.PlayNewFollowerSound()
   at DeepBot.Main.btnFollowerPlay_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Label.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
20 Jul 01:35:53,297 - 0.4.4.2: Crashed Sound API only supports playing PCM wave files.
20 Jul 01:35:53,297 - 0.4.4.2: Crashed    at System.Media.SoundPlayer.ValidateSoundFile(String fileName)
   at System.Media.SoundPlayer.LoadAndPlay(Int32 flags)
   at System.Media.SoundPlayer.Play()
   at DeepBot.Main.PlayNewFollowerSound()
   at DeepBot.Main.btnFollowerPlay_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Label.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

The sound is called "hail.wav" is 4.89KB bit rate of 20kbps and a length of 00:00:01 (I feel like its longer than this in actuality, maybe closer to 3 seconds but not by much). The audio files that come with the bot all work correctly.

4
Hello, my name is K1ngFiasco. Im a relatively new streamer (couple months) but have gathered a pretty solid following and currently am closing in on 800 followers and am starting to consistently pull in around 40-50 viewers every stream.

My stream mainly involves Madden (specifically, the Madden Ultimate Team game mode) but I mix it up a lot and play all sorts of stuff. Come by and hang out, the chat is always active and everyone has a laid back "no try hard zone" attitude, I'd love to see ya!

5
Feature Requests / Betting Options Save to Profiles/Presets
« on: July 15, 2014, 10:56:14 PM »
I play a variety of games on my stream, and every time I start up Deep Bot I have to retype all of the betting choices.

Is there any way you could implement a profile system so that I could save the currently entered betting options, thereby allowing me to not only decrease the amount of time it takes me to set up but also allow me to change games mid-stream much faster, that would be incredibly helpful

6
Feature Requests / Now Playing feature
« on: July 15, 2014, 10:49:23 PM »
Would love to have a pop out thing that I could screen region that shows the song title/artist, amount of time left on the track, and who requested the song.

Nightbot's AutoDJ has a feature like this, just a small area I was able to screen region on OBS so my viewers know what is playing, who played it, and how much longer the song has left.

I didn't think this would be missed so much when moving over to your bot, but I have had enough people bring it up in chat over the past couple weeks that it made it worth asking for.

If such a thing were done, it would be nice to have it either pop out or compatible with CLR so that when I change tabs on the Deep Bot program it doesn't screw up the screen region.

Thanks!

7
Feature Requests / Re: Point Cap!
« on: July 15, 2014, 10:45:30 PM »
Would like to see this as well. I use points to sell raffle tickets, and raffle tickets are entries for giveaways. I have some users who hoard their points for giveaways. To solve this I put a limit on how many tickets you can buy. However, because there is no cap it makes it difficult to hold an Auction since it rewards hoarding and punishes those that pay for song requests, arena/bank heists, etc.

8
There is a section in the forums called "beta applications". Go there

9
Help/Support / Re: Song Request issue
« on: July 12, 2014, 07:29:36 AM »
Worked like a charm. Thanks so much!

10
Help/Support / Song Request issue
« on: July 09, 2014, 06:25:01 AM »
Song request does not work for me.
http://i.imgur.com/M08Gr4w.png

I have the latest version of Flash installed and have verified that it works by loading a YouTube video through Internet Explorer and Chrome (Chrome is my default browser).

When I click on "Get the latest flash player" it loads the flash download site in that small box. However, it states that Flash player is already installed but blocked
http://i.imgur.com/PByq6OI.png

Upon clicking the link for more information, it prompts me to learn how to unblock it
http://i.imgur.com/pO1fyGW.png
However whenever I try to click on it it does not load.

Thanks a ton for any help!

11
Feature Requests / Re: Bank heist
« on: July 09, 2014, 12:14:22 AM »
This seems interesting, but I agree that it would cause WAY too much chat noise. If even 10 people are trying to buy weapons get healed in the hospital check points look at prices of items etc, then people who are there to actually watch the stream are going to have a very difficult time interacting and talking about what is actually going on.

There is also an intimidation factor as well. If you jump into a stream and have no idea about heists and there is all this complicated conversation going on two things will happen: people will get turned off and won't chat (or just leave) OR ask loads of questions further polluting the chat.

12
Feature Requests / Re: Recent Subscriber/Donator/Subs Today
« on: July 09, 2014, 12:10:04 AM »
Currently there is a feature similar to this. You can just set up a timed command and have this:
@last5follows@ = Last 5 users who have followed the stream [Also works on timed messages]
@last10follows@ = Last 10 users who have followed the stream [Also works on timed messages]

However I agree that it would be great to have something more robust that records sub's donations and more.

13
Feature Requests / Re: Queue for streamers who play with viewers?
« on: July 08, 2014, 09:21:12 PM »
It'd be awesome if we could also implement the point system with this as well in a fashion that works similar to the raffle system.

For example, I could "open the queue" and people can spend points to add their name to the list. Once the list hits a certain number of entrants (a number that should be able to be set by the streamer) it will automatically close the entry. It could show me a list of the names inside the Deep Bot program, and also have commands such as !currentplayer !nextplayer and !playerlist so that users in the chat can see.

I play games with viewers a LOT and I would love to have a feature such as this

Just loaded up Deep Bot and applied the update. This looks incredible! Haven't played with it yet as I have to run to work, but this seems fantastic at a glance. Excellent job!

14
Feature Requests / Re: Queue for streamers who play with viewers?
« on: July 08, 2014, 09:17:20 PM »
It'd be awesome if we could also implement the point system with this as well in a fashion that works similar to the raffle system.

For example, I could "open the queue" and people can spend points to add their name to the list. Once the list hits a certain number of entrants (a number that should be able to be set by the streamer) it will automatically close the entry. It could show me a list of the names inside the Deep Bot program, and also have commands such as !currentplayer !nextplayer and !playerlist so that users in the chat can see.

I play games with viewers a LOT and I would love to have a feature such as this

15
Help/Support / Re: Refuses To Connect To Accounts
« on: July 05, 2014, 04:48:56 AM »
Tried it and it did the same thing.

Other potentially relevant info: I have BetterTwitchTV plugin installed on Chrome, as well as Ad-Blocker.

I have never opened IE except for today so everything should be default on that.

Appreciate the fast response! Hope we can get this working.

Pages: [1] 2