bhj / KaraokeEternal

Open karaoke party system
https://www.karaoke-eternal.com
ISC License
452 stars 67 forks source link

Control brightness of player background #54

Closed al3ph closed 1 year ago

al3ph commented 1 year ago

Just found you software whilst researching for an overhaul of my own karaoke software I wrote a few years back, and blimey if your's isn't darn close to what I was intending to do.

Well done! That's saved me a ton of work.

Of course now I'm going to start politely requesting features that your's doesn't have that mine did :)

Anyway is there a method of reducing the brightness of the background animations ? They are really cool, but a bit distracting, It's be really handy if they could be dimmed down i.e. a brightness slider of some such.

Cheers!

And thanks for writing this software.

al3ph commented 1 year ago

I see you can manually control this by editing the PlayerVisuliser.css. So I've found a workaround, but this still might be a useful feature to add.

.container {
  position: absolute;
  z-index: -1;
  opacity: 0.4; // overridden here.
}
bhj commented 1 year ago

Thanks, going ahead and closing but will keep an eye out for similar requests.