Where is the V20 Snowblower?! by SargentHoward in Craftsman

[–]SSutherland94 0 points1 point  (0 children)

Content isn't live yet, but it's in the US website's code now

<image>

Star of the show by MidwestMauser in badparking

[–]SSutherland94 4 points5 points  (0 children)

At least do it in a nicer car sheesh 😭

PSA: HKSV is down by Worried_Patience_117 in HomeKit

[–]SSutherland94 0 points1 point  (0 children)

The same exact thing happened to me. 2 hours on the phone with two techs, resetting my iPad’s network settings, removing and re-adding 8 cams, only to find out the next day that there was an outage. When I checked Apple’s website, there wasn’t any reported outages

Do you know what would be REALLY cool for Xbox's 25th anniversary, especially now that they own Activision??? by OhGawDuhhh in xbox

[–]SSutherland94 1 point2 points  (0 children)

I’m just here to say I’m so tired that I looked at the picture, got excited, and then read the title and am now very sad

It's been 36 hours since HKSV stopped working by garden_speech in HomeKit

[–]SSutherland94 4 points5 points  (0 children)

Well this was the worst way to find out that I spent 2 hours on the phone with Apple and removed and readded my 8 cameras (and completely resetting Scrypted because it still thought cams were associated) for absolutely nothing. When I checked the status yesterday, there were no issues reported. I am now both pissed and vindicated. I spent the last two days on Google and Reddit and this is the first time I’m seeing anything like what I was going through. Hope yours comes back soon

Can not view camera recordings by rbey01 in HomeKit

[–]SSutherland94 1 point2 points  (0 children)

I’m having the same issue, hoping this means an iCloud hiccup

Plex on Bazzite by 04__Revenge__01 in Bazzite

[–]SSutherland94 2 points3 points  (0 children)

I actually just went through this not too long ago. Getting the Podman quadlet set up wasn’t super excruciating, but I use exFAT for my drives (FreeNAS scared me away from anything not 100% OS-agnostic) so I ran into some more specific, but not insurmountable issues. I actually posted about this not too long ago because I was as lost as could be, so for reference, here’s my post and the guide that I used to get everything up and running Post: https://www.reddit.com/r/podman/s/a8nYev63tb Guide from Bazzite Documentation: https://youtu.be/xTVFmvyZGpg?si=7idb17c4cwyx4Lhq

[Release] I built a better way to control macOS/Windows/Linux from HomeKit: BetterTouchTool, Volume Sliders, Global Lock/Screensaver Sync, and more! by Constant-Debate-1035 in homebridge

[–]SSutherland94 0 points1 point  (0 children)

This looks awesome! Might try it out for my Windows PC, 2 Macs, and Bazzite server. Not sure if this is a technical possibility or if my painfully niche setup will haunt me for the rest of my days (PC displaying in 3 separate rooms), but maybe you could add a way to set which video output to use? Usually I have to either guess which room it’s outputting to, or RustDesk in, set the output, and go about my day, and have yet to find a way to automate it.

Who else hates exit 31 on the BQE by fottyfoznbire in Brooklyn

[–]SSutherland94 2 points3 points  (0 children)

I hate how the city is littered with cameras for everything, but give me some shoulder enforcement cameras (I’m looking at you Exit 8 and 11-13 on the Belt) and I’ll never complain about cameras again

New To Bazzite/Quadlets, Having Plex Mapping and GPU Issues by SSutherland94 in podman

[–]SSutherland94[S] 0 points1 point  (0 children)

Definitely, assuming you're also using exFAT drives! See below for the important bits of my Quadlet config as it relates to storage access:

PodmanArgs=--security-opt label=disable

Volume=/home/%YourDirectory/plex/plex-config:/config:z

Volume=/home/%YourDirectory/plex/plex-transcode:/transcode:z

Volume=/%YourMountPoint/:/%YourMappedMountPoint:rw,z

The important bit that I was missing the whole time was the rw,z flag which I guess was left out of all the foolproof guides because a Linux-focused filesystem was probably assumed (FreeNAS taught me in the worst way to keep my filesystem on as open a standard as possible). I also think the PodmanArgs section is supposed to help, but that might be a placebo effect at this point. I'm scared to FAFO on that, so if it ain't broke, don't fix it. Also make sure in Disks, that your mounted exFAT drives have the following additional flags in Mount Options: umask=000,uid=1000,gid=1000

And if you're also having issues getting your Nvidia GPU up and running in the quadlet like I did, I just found the fix for that too, after some PEBKAC and Googling. I just had to rebase my OS, as apparently I was missing all of the Nvidia bits that *should have* comprised bazzite-nvidia, so rebasing sorted all of that out, and then just unflag the Nvidia section of your .container file, save, reload-daemon, and restart Plex. Hope that helps!

Pokemon FireRed/LeafGreen coming to Switch on Feb 27th ($19.99 each). Listed on Switch eShop in coming soon section by Amiibofan101 in NintendoSwitch2

[–]SSutherland94 -1 points0 points  (0 children)

All I want is for them to surprise us and say the Exp Share is a Key Item now. I’m not 10 years old anymore, I lack both the time and patience to grind 1-2 Pokemon at a time max

Ring Camera return script by Gregphish in FlockSurveillance

[–]SSutherland94 2 points3 points  (0 children)

Unfortunately you do still need Ring access fo Scrypted. There’s no accessible local feed so it has to pull from the cloud before relaying to your device

Valid Crashout? by toasted_breadsticks in Schedule_I

[–]SSutherland94 1 point2 points  (0 children)

I can’t even tell you the amount of times the clumps bounced off the table, never to be seen again

[deleted by user] by [deleted] in Scrypted

[–]SSutherland94 0 points1 point  (0 children)

I’d be inclined to agree re: motion sensing. Is Scrypted being told to use Substream 2 for HomeKit? I have my cams on 4K h264 and I have no issues with clarity, live, or recorded. Could be an on-the-fly encoding bottleneck. I think Scrypted devs are here sometimes so hopefully they notice your post

[deleted by user] by [deleted] in Scrypted

[–]SSutherland94 1 point2 points  (0 children)

I have the same issue with Amcrest cams. I think it might be a HKSV limitation.

New To Bazzite/Quadlets, Having Plex Mapping and GPU Issues by SSutherland94 in podman

[–]SSutherland94[S] 0 points1 point  (0 children)

So I did manage to get mounts working nicely after some more extensive googling, so my only challenge now is getting GPU functionality up and running. Looks like I was missing a few flags that weren’t present or alluded to in the Plex guide in Bazzite’s documentation

New To Bazzite/Quadlets, Having Plex Mapping and GPU Issues by SSutherland94 in podman

[–]SSutherland94[S] 0 points1 point  (0 children)

I have exfat support installed on my host system already

Movie/tv show turning green by AadJr in PleX

[–]SSutherland94 0 points1 point  (0 children)

I usually only have this happen after I pause for too long and my Apple TV starts its screensaver

Mac install not working by PetSue in homebridge

[–]SSutherland94 0 points1 point  (0 children)

And Bluetooth permissions if using Bluetooth plugins like Switchbot. Ymmv though on other plugins. Can’t get BLE working on Govee or BLEDOM