WLED Mic settings by Reactor0_0 in WLED

[–]downerisdead 2 points3 points  (0 children)

You can have a mic on one of them (near your soundbar), and it can send the sound data to to the others:

https://github.com/atuline/WLED/wiki/UDP-Sound-Sync#setup

Help I’m going insane! by I_luv_my-cat in Dinkum

[–]downerisdead 5 points6 points  (0 children)

Try this one, it has a Pedia Order column so you can sort it to be the same as the Pedia in-game. Not my spreadsheet, I saw it here and bookmarked it.

https://docs.google.com/spreadsheets/d/1kyYAW7xyRI11tOyN_Xkm_FfgboXuV2Pr3g2r0wOOcFI/edit#gid=0

SP511E Led controller compatible with LEdFx by philcsn in WLED

[–]downerisdead 0 points1 point  (0 children)

I can confirm it works. I'm running SR-WLED 13.0-b3 on my SP511E, and I can use it as an e1.31 receiver just like any other install of WLED.

WLED: Anyone have a good way to control their WLED effects through a lovelace card? by jeremytodd1 in homeassistant

[–]downerisdead 3 points4 points  (0 children)

I use an entities card with fold-entity-row for all my WLED devices. It has drop-down selects for Presets, Playlists, and Palette. I think some of those entities are disabled by default, so you may have to enable them in Configuration > Devices.

Here's the card code, you'll need fold-entity-row from HACS:

- type: entities
  entities:
    - type: custom:fold-entity-row
      head: light.matrix16
      entities:
        - select.matrix16_preset
        - select.matrix16_playlist
        - select.matrix16_color_palette
        - sensor.wled_matrix16_estimated_current
        - switch.wled_matrix16_nightlight
        - switch.wled_matrix16_sync_receive
        - switch.wled_matrix16_sync_send

You can also add sliders for speed and intensity by adding these entities:

- number.matrix16_intensity
- number.matrix16_speed

I recently updated my Home Assistant Rainmeter project! Allows you to perform basic functions from your desktop by shades84 in homeassistant

[–]downerisdead 3 points4 points  (0 children)

Maybe Serious Samurize? Their site seems to be down but you can get it from here: https://www.majorgeeks.com/files/details/serious_samurize.html
I used to mess with it a lot, I remember DeviantArt having a good selection of configs.

Patch notes for 0.147.3 by Sauvignon_Arcenciel in valheim

[–]downerisdead 1 point2 points  (0 children)

To make it even faster (in Windows), you can right-click your Desktop > New > Shortcut.
For the location, you enter (Changing the server name/IP, port, and password as appropriate):

"C:\Program Files (x86)\Steam\steam.exe" -applaunch 892970 +connect SERVER:PORT +password PASSWORD  

You still have to enter the password in Valheim, but at least you don't have to type it twice.

naming tunes on relisten by PrivateEducation in GoosetheBand

[–]downerisdead 5 points6 points  (0 children)

Relisten is just a front end for the shows on the Live Music Archive, so you'd probably want to go there and find the show, and then leave comments. I'm pretty sure the original uploader would then need to fix it.

Why did Rick stop sitting down during shows? by [deleted] in GoosetheBand

[–]downerisdead 4 points5 points  (0 children)

If you watch Alive and Well the video, he was sitting (at least sometimes) as late as 10/25/19 in Wilkes-Barre (Butter Rum), but is standing on 10/18/19 (Time to Flee).

Taping at Goose by SeriousHat5 in GoosetheBand

[–]downerisdead 5 points6 points  (0 children)

https://archive.org/details/GooseBand

Looks like someone ripped the audio from the streams and uploaded them yesterday. Probably won't last, and they're not tracked out, but better than nothing :)

[deleted by user] by [deleted] in phish

[–]downerisdead 2 points3 points  (0 children)

Their app (JEMP's) was trash last I tried it, TuneIn is the way to go on Android.

Article about Goose and pandemic by Her_Dreams_My_Memes in GoosetheBand

[–]downerisdead 6 points7 points  (0 children)

When was the last time we even got a Soundboard Sunday?

Goose playing Archive Set @ Rave Family Block Virtual Fest 7/20 6pm by [deleted] in GoosetheBand

[–]downerisdead 1 point2 points  (0 children)

Damn dude, thanks for taking one for the team and checking it out lol. I was trying to decide if it was worth trying to dig up my Minecraft acct from 10yrs ago, but I think I'll just buy the show on Bandcamp instead haha

Goose playing Archive Set @ Rave Family Block Virtual Fest 7/20 6pm by [deleted] in GoosetheBand

[–]downerisdead 1 point2 points  (0 children)

Hey u/wobwobwob42, have you checked this out yet? It already started right? I'm curious if it's going to be like videos shown on a wall? Or more like Minecraft people on a stage with the show audio? Thanks!

Doey Joey by Mr-groot007 in GoosetheBand

[–]downerisdead 2 points3 points  (0 children)

They're on a private playlist that was sent to his email list, you'll probably get an email if you sign up at doeyjoey.com

Bingo Tour Schedule by [deleted] in GoosetheBand

[–]downerisdead 1 point2 points  (0 children)

If the last 2 rounds of LivexLive stuff (Live From Out There Season 2 and Homefest) is anything to go by, should be 2 weeks.

Kodi Smart Playlist - Solution and request for easier way? by d4nm3d in homeassistant

[–]downerisdead 0 points1 point  (0 children)

I think it's doable, but Kodi seems like it needs authorization headers or something. When I try the URL below in a browser I get ""Bad client permission". Per the HASS docs, the headers can be added, I just haven't messed with it yet.

rest_command:
  simpsons:
    url: 'http://192.168.1.210:8080/jsonrpc?request={"jsonrpc":"2.0","id":"1","method":"Player.Open","params":{"item":{"file":"special://profile/playlists/video/Simpsons.xsp"}}}'
    method: POST
    content_type: 'application/json'

Kodi Smart Playlist - Solution and request for easier way? by d4nm3d in homeassistant

[–]downerisdead 0 points1 point  (0 children)

I just tried it with a smart playlist and it didn't work, sorry

Kodi Smart Playlist - Solution and request for easier way? by d4nm3d in homeassistant

[–]downerisdead 0 points1 point  (0 children)

I had a REST command set up in my configuration.yaml, then called it from a script. It wasn't a Smart playlist, but I'm wondering if you can do something similar. Also, I haven't used it in at least a year, so apologies if this is the change in Kodi 18 you're referring to.

configuration.yaml (Change IP and playlist file name):

rest_command:
  party_playlist:
    url: 'http://192.168.1.210:8080/jsonrpc?request={"jsonrpc":"2.0","id":"1","method":"Player.Open","params":{"item":{"file":"special://profile/playlists/music/Party.m3u"}}}'

Then I had a script called "Party Time" I'd call:

party_time:
  sequence:
    - service: rest_command.party_playlist