sylverstream

joined 2 years ago
[–] sylverstream@lemmy.nz 1 points 6 months ago

Yeah I don't want to use another app. Therefore I've subbed to Spotify premium and that works perfectly with Snapcast. Can use the Spotify app to play to all snapclient speakers.

[–] sylverstream@lemmy.nz 1 points 6 months ago

Thanks! Yeah, saw there was a yt plugin but not for ytm. The plugin for ma is also a bit flaky and auths via cookies, so not proper auth.

I've subbed to Spotify and it works like a charm. Can select Snapcast directly from any Spotify app and then it plays on all snapclient speakers in sync.

[–] sylverstream@lemmy.nz 1 points 6 months ago (2 children)

Thanks! Yeah think YT music is going to be hard or impossible. Other than this, I like it better than Spotify.

Will have a look at those two options.

 

I've got active speakers that have optical in, and rpi zeros connected to them via hdmi via an audio extractor. Installed snapclient on the rpis connected to the speakers, and music assistant on my server.

I have yt music which is our only source of music.

It works well, but I can't cast from the yt music app. Librespot is included in snapcast, but would mean switching to Spotify. I've read a topic on snapcast that they can't support chromecast due to it being closed source / hard to develop against.

Would lms be an option? I've no experience with lms.

So, is there any solution with yt music that allows me to control music to my rpi clients via the ytm app?

[–] sylverstream@lemmy.nz 2 points 7 months ago

Thanks, tried first one, works like a charm.

[–] sylverstream@lemmy.nz 2 points 10 months ago (1 children)

AC Lite. It doesn't need controller, it's standalone. I configure it via the mobile app.

[–] sylverstream@lemmy.nz 2 points 10 months ago (3 children)

It's a standalone AP. No controller. Two different SSIDs.

I've had it running now for 2 hours and of course now it works. The only change since last time is that I've reset the AP and did a firmware upgrade. Perhaps that fixed it...

[–] sylverstream@lemmy.nz 2 points 10 months ago (1 children)

There's only a single DHCP server, a Pihole, which also serves as DNS. Switch B is a cheaper switch, so that may be the culprit. I use it for heavy downloading from my Xbox and that is never a big issue. Speeds fluctuate from 100 to 900mbps (my max) but that's not necessarily a switch problem.

[–] sylverstream@lemmy.nz 3 points 10 months ago

Yep, thanks for checking, there's only 1 DHCP server on my network. I've just moved it back to behind switch B and will do more investigation when the problem occurs again.

[–] sylverstream@lemmy.nz 2 points 10 months ago

I've just moved it back to behind switch B, will do testing as you suggest.

The switch doesn't have POE, the Unifi AP does use POE via its own POE injector.

[–] sylverstream@lemmy.nz 1 points 10 months ago

Thanks. I've recently reset it, it has its own IP via DHCP. I've just moved it back to behind switch B, will do testing as you suggest.

 

/edit: did a firmware upgrade of the AP and can't replicate it anymore. Thanks all for the input, much appreciated. In case it happens again I will use your tips.

I have a very weird issue. I've got a relatively simple network setup:

  • router connected to ONT (Fibre)
  • 10 port switch A connected to router, cables to various places in house
  • 4 port switch B connected to switch A, with TV & Xbox connected
  • Unify WiFi AP connected to switch A, both 2.4Ghz and 5Ghz networks

That works well. However, when I connect the WiFi AP to switch B I'm having issues. Initially it all works well, but after ~30 minutes the wifi stops working; I can no longer ping e.g. the router. It only happens to one of the WiFi networks (2.4Ghz or 5Ghz), not both. A reboot of the AP solves it again, but then it stops working after ~30 minutes.

Both switch A and B are 1Ghz switches, zero issues with other devices.

Any idea what I can try?

[–] sylverstream@lemmy.nz 18 points 1 year ago (5 children)

I'm using Kagi and can't be happier.

 

I'm struggling to find the easiest solution to connect a set of active speakers that have BT/Optical (Toslink)/Coax. I currently use a tablet to stream Deezer via BT, but I want to be able to use them in Music Assistant. I tried Bubblepnp on the tablet, but it's too slow for that, it wasn't reliable.

I don't want to spend 100s of dollars on e.g. Sonos stuff. I see Squeezelite as a good option, but I'm unsure how to connect an SPDIF speaker. The docs say you can connect to one of the pins. Do I just cut the plug of an SPDIF cable and then connect to it?

I don't have a 3D printer, ideally I want a box around it.

Ideally there's an out-of-the-box solution. Any tips or help appreciated.

[–] sylverstream@lemmy.nz 1 points 1 year ago

Yes, but I think it's because of OpenVino. Some other people with Intel HD using OpenVino had similar issues. I've just switched to another model based on this post.

 

Edit2: Thanks all for your responses! I have checked the logs, https://lemmy.nz/comment/6192604, and based on that removed tracker-miner-fs as it's a search/index tool which I don't need. No idea why it took over all memory. I'll also get a WiFi Smartplug as a kill switch. Hopefully that solves it. Thanks again heaps!


I've got a HP ProDesk G3 which I'm using as home server, I've installed Ubuntu on it. Earlier this week the services I host on it stopped (Immich & Frigate). I tried to SSH, but it just hung after asking for a password. I could ping it, but it was just unresponsive.

I had to force reboot it manually. This is fine, but I'm not always at home.

The chip has Intel vPro as far as I know, which could be an option, but I have no idea how this works. The documentation on the Intel site seems focused on enterprises. I tried to connect with RealVNC which does not work, so I think I've got to install/configure something on the server first.

I also asked Bing Chat but it came up with non existing packages & commands. Welcome your thoughts!

/edit: I just found this, which seems to be exactly what I need: https://manpages.ubuntu.com/manpages/focal/en/man7/amt-howto.7.html

 

I've got a QNAP NAS and two Linux servers. Whenever the power goes down, the UPS kicks in and shut downs the NAS and the Linux servers, all good. The servers + NAS are automatically started when the power comes back on line using WOL. All good.

The problem is that I have apps running using Docker which heavily rely on connections to the NAS. As the Linux servers boot quicker than the NAS, the mount points are not mounted, and thus everything falls apart. Even when I manually re-mount, it's not propagated to the Docker instances. All mount points use NFS.

Currently, I just reboot the Linux servers manually, and then all works well.

Probably easiest would be to run a cron job to check the mounts every x minutes, and if they are not mounted, then just reboot. The only issue is that this may cause an infinite loop of reboots if e.g. the NAS has been turned off.

I could also install a monitoring solution, but I've seen so many options that I'm not sure which one to do. If it's easier with a monitoring solution, I'd like the simplest one.

 

Currently I've got a RPi4 without Coral, running Frigate with 2 cams, HA, Paperless, Photoview and Qbittorrent. This works well but maxes out the RPi4. As I want to add Immich and more cams, I have to upgrade. Budget allows for either a USB Coral with the existing RPi4 or buy a secondhand HP Prodesk 600 g4 with Intel 8th gen. According to Frigate I can use Openvino for object detection. Otherwise, I could add a Coral mini pcie, with a mini pcie to pcie adapter. But that stretches the budget. Besides frigate the HP should be able to run the rest.

Any thoughts?

 

My 9yo daughter has a tablet with family link, so I can monitor what apps she wants to install. As the garbage games are mostly at the top free, she keeps asking for games that I reject, in most cases because it's riddled with ads.

The Play Store has a section for kids, which seems to have better quality apps and games. Also thinking to subscribe to Play Pass so she can try out paid games.

Any other tips? Especially how to find good free / paid games. I don't mind paying for good games.

Also I'm aware I can block ads using eg Pi Hole (already doing that) or sometimes putting it on airplane mode, but that's not my point. I want to find and support quality games.

14
submitted 2 years ago* (last edited 2 years ago) by sylverstream@lemmy.nz to c/piracy@lemmy.dbzer0.com
 

I've got Stremio set up with RD and so far very happy. However, recently got an annoying issue with playback so I thought let's give Syncler a try. It was a pain to set up as buying Syncler+ requires crypto, or paying twice as much.

Got it working, added RD, added the Express provider package excluding Orion, but for some shows I get no results whereas in Stremio it worked fine. For example, Starstruck doesn't work in Syncler; it loads for a minute or so with lots of sources, errors, etc. and then says 0 sources found. Other shows load fine. Should I add another source, or am I just unlucky?

Or is there another alternative that works with Realdebrid? I'm on Android TV (CCWGTV). I have got Seren in Kodi, but not a fan of the UI. I like the slick UI of Stremio :)

 

As my daughter is lactose intolerant I started to make cashew based ice cream. Now, we only eat homemade and I think it tastes better than any store bought. I still try to improve, and was wondering if there are any homemade ice cream makers here?

view more: next ›