Free Stream Notifications (Twitch, Paypal, Patreon)

Free Free Stream Notifications (Twitch, Paypal, Patreon)

Bamse

Member
Small update.
Nothing I did with java or "reinstalling" FSN locally (as in deleted database, used new FSN.jar) helped, but I've been procrastinating putting FSN och openshift long enough so I finally took the time to deploy it there instead. :)
 

Zellidon

New Member
Has anyone been using this with OBS multiplatform yet? The browser plugin is a bit different and for some reason it picks up scroll bars that block the notifications =/

Here's an example:
85463879bd625e9cd21f185a24fb9d5f.png
 

BobDev

Member
Has anyone been using this with OBS multiplatform yet? The browser plugin is a bit different and for some reason it picks up scroll bars that block the notifications =/

Here's an example:
View attachment 8200
Scroll bars, if any, should be hidden with css we have in AllInOne.css

If multiplatform does not respect it then you can try to add additional css code to try to hide it.
Try this:
body {overflow:hidden;}
or this (if not already there):
::-webkit-scrollbar {display: none;}
or you can set parent element width and height or you can try hiding scroll bar in parent
or you can try to set html and body width and height to 100%

If that wont solve it try to google "how to hide scroll bar in css" and try some of search results
 

Zellidon

New Member
Scroll bars, if any, should be hidden with css we have in AllInOne.css

If multiplatform does not respect it then you can try to add additional css code to try to hide it.
Try this:
body {overflow:hidden;}
or this (if not already there):
::-webkit-scrollbar {display: none;}
or you can set parent element width and height or you can try hiding scroll bar in parent
or you can try to set html and body width and height to 100%

If that wont solve it try to google "how to hide scroll bar in css" and try some of search results
I have in AllInOne.css
::-webkit-scrollbar {
visibility: hidden;
}

I guess multiplatform doesn't care. There's also no way to use css with the browser plugin in multiplatform. I guess I can try those other options in the AllInOne.css?
 

BobDev

Member
I have in AllInOne.css
::-webkit-scrollbar {
visibility: hidden;
}

I guess multiplatform doesn't care. There's also no way to use css with the browser plugin in multiplatform. I guess I can try those other options in the AllInOne.css?
Yes, if multiplatfrom does not allow css modification, then try editing it directly.
Changing visibility might not be enough, try "display: none;"

Let me know what worked for you, I will modify the css for future use
 

Zellidon

New Member
Scroll bars, if any, should be hidden with css we have in AllInOne.css

If multiplatform does not respect it then you can try to add additional css code to try to hide it.
Try this:
body {overflow:hidden;}
or this (if not already there):
::-webkit-scrollbar {display: none;}
or you can set parent element width and height or you can try hiding scroll bar in parent
or you can try to set html and body width and height to 100%

If that wont solve it try to google "how to hide scroll bar in css" and try some of search results
The body overflow:hidden worked thanks :D
 

Zellidon

New Member
Yes, if multiplatfrom does not allow css modification, then try editing it directly.
Changing visibility might not be enough, try "display: none;"

Let me know what worked for you, I will modify the css for future use
I added overflow:hidden to html body in AllInOne.css and that did it thanks again :)
 

BobDev

Member
FSN v1.085 is out

Contains:
- Fix for Patreon NT not shown when csv line has more than 9 columns
- Fix for css size in OBS multiplatform
 

BobDev

Member
FSN v1.086 is out

Contains:
- Fix for Patreon NT not shown when csv file has incorrectly formatted reward description
 

MrCoolGamer

New Member
Hi, I've been trying to make the notification (follower) appear either at the top or the bottom of the screen but cannot workout the css code to do this, everything I have tried seems to fail or keeps the notification on the middle of the screen.
 

BobDev

Member
Hi, I've been trying to make the notification (follower) appear either at the top or the bottom of the screen but cannot workout the css code to do this, everything I have tried seems to fail or keeps the notification on the middle of the screen.
To move the notiffication rectangle around you could add margin to block element:
Code:
margin-top: -20% !important;
margin-left: 50px !important;

I assume you are trying to change allInOne.css right? If so then that is the way you can do it
 
Woo I'm back. I'm having the same problem with bobdevbot leaving channel randomly again at which point all subs/resubs stop appearing. Haven't had donations come through when this happens so not sure if that's affected as well.

Problem goes away after relogging into the FSN dashboard and grabbing a new allInOne link to place in OBS. The bot will join chat once again after this until whatever trigger forces it out.
 

BobDev

Member
Woo I'm back. I'm having the same problem with bobdevbot leaving channel randomly again at which point all subs/resubs stop appearing. Haven't had donations come through when this happens so not sure if that's affected as well.

Problem goes away after relogging into the FSN dashboard and grabbing a new allInOne link to place in OBS. The bot will join chat once again after this until whatever trigger forces it out.
In theory bot should logout if you close dashboard or logout from it, having said that I think there might be a problem when you have allinone link in obs and then close dashboard - I will check this.

Need to do some testing and check the bot behavior - as always thanks for reporting this, I'll try to provide fix as soon as possible
 
In theory bot should logout if you close dashboard or logout from it, having said that I think there might be a problem when you have allinone link in obs and then close dashboard - I will check this.

Need to do some testing and check the bot behavior - as always thanks for reporting this, I'll try to provide fix as soon as possible
Currently using OBS allInOne link and dashboard open at the same time. Dashboard never closes until end of stream or have to reset it if the bot leaves.

Donations have also stopped working with the bot in channel, donations are showing up in the dashboard though.
 
Last edited:

BobDev

Member
Currently using OBS allInOne link and dashboard open at the same time. Dashboard never closes until end of stream or have to reset it if the bot leaves.

Donations have also stopped working with the bot in channel, donations are showing up in the dashboard though.
I kept dashboard and allinone open for long period of time and bot never disconnected, it might be that for some reason bot was kicked out of your twitch chat and notifications stop working because of that - I will implement mechanism that will auto reconnect in such scenario, that should help.
 

Ruinkind

New Member
Hey BobDev, love the app! I've been using for awhile with only one request!

Is it possible for a small standalone app to run on a separate PC to send alert sounds instead of the OBS overlay?
 

BobDev

Member
Hey BobDev, love the app! I've been using for awhile with only one request!

Is it possible for a small standalone app to run on a separate PC to send alert sounds instead of the OBS overlay?
If you mean that you have separate streaming Pc and you would like to play the sound on your gaming PC then we could play the sound in dashboard and you could have it opened there.

However dashboard can be little faster or slower than the allinone link (something I need to work on in future to sync it)
Let me know if that is what you need and I can see what I can do.
 

Ruinkind

New Member
If you mean that you have separate streaming Pc and you would like to play the sound on your gaming PC then we could play the sound in dashboard and you could have it opened there.

However dashboard can be little faster or slower than the allinone link (something I need to work on in future to sync it)
Let me know if that is what you need and I can see what I can do.

Without a splitter and a third monitor, the dashboard would be open for public eyes without constantly changing scenes, I don't think I remember any sensitive information from donators, but it would feel a bit uncomfortable using it in that way.

I'm not sure if others share this concern.

But that is exactly why I am requesting this, a multi-pc stream setup, :).
 
I kept dashboard and allinone open for long period of time and bot never disconnected, it might be that for some reason bot was kicked out of your twitch chat and notifications stop working because of that - I will implement mechanism that will auto reconnect in such scenario, that should help.
Sounds good man. If for whatever reason that doesn't work may I suggest that button to show the missing notification beside each entry for easy access.
 

BobDev

Member
Without a splitter and a third monitor, the dashboard would be open for public eyes without constantly changing scenes, I don't think I remember any sensitive information from donators, but it would feel a bit uncomfortable using it in that way.

I'm not sure if others share this concern.

But that is exactly why I am requesting this, a multi-pc stream setup, :).
I dont get it.

So if you have streaming PC then obs already plays notification sound via allinone url.

If you have second computer for gaming and you would like to hear the sound there then having dashboard opened in browser and playing the sound for you would be the exact thing you want, it can be minimized (you still can have dashboard opened in streaming pc, it can be opened in 2 computers).
 
Last edited:
Top