0 Followers
0 Following
1 Posts

Exploring Options to add NVR

https://lemmy.world/post/42480173

Exploring Options to add NVR - Lemmy.World

I’m working on getting rid of my Nest cameras around the house and trying to figure out my best option for an NVR. I really only have need/want for 2 cameras right now. One is the doorbell, and another is just a camera pointed at my back door/garage doors. I’ve already replaced the doorbell with a Reolink, and the other one is on the list for replacement soon. As far as hardware I currently have the following possible landing places for Frigate(or other software): - Lenovo ThinkCentre M910q with an i5-7500T - This currently has a Proxmox with: - Linux Mint VM (running Jellyfin inside here) - Several other LXCs (adguard, docker, tailscale etc) - Lincplus Lincstation N2 NAS running Truenas - This currently has Immich running as an app I don’t really need a ton of long term storage or video or anything. A few days would be more than enough, especially if I am able to get some smart alerts through Home Assistant as well. I have thought about buying another mini pc of some form and dedicating it to Frigate because I understand it can be a bit resource hungry, but I don’t really know for sure if that is necessary. Another option along those lines would be to just buy a Reolink NVR. I have also thought about moving Jellyfin to an LXC and passing the intel igpu to Jellyfin there. And then I could run Frigate inside of Docker? Do I understand that I could then share the igpu between Jellyfin and Docker/Frigate? I know this is all kinda scattered. I feel like I almost have too many possible options and I don’t know which one is best these days.

Folder Permissions Issue

https://lemmy.world/post/23438027

Folder Permissions Issue - Lemmy.World

I have added an SSD to my computer that hosts Jellyfin where I want to have my Shows and Movies folders. When I go to add them to my library I get the following error: The path could not be found. Please ensure the path is valid and try again. So the path I had entered was /media/RVAtom/SSD. SSD is the name of the drive, and it was not offered as a choice by Jellyfin, I typed the SSD part myself. I get the impression by reading some stuff that I either need to mount the drive at each reboot, or give jellyfin permission to read (or read and write?) that drive, but I am not sure how to go about that.

Problem Loading Page - Lemmy.World

I am not sure what I have done to my Jellyfin install. I have been having various issues with my computer that I am using for Jellyfin and when I fixed one (ran out of hard drive space) I now have this one. I do not believe Jellyfin is starting when I reboot my computer. Here is the output of my logs file: ::: spoiler spoiler __ [2024-12-18 21:54:12.874 -05:00] [INF] Jellyfin version: “10.10.3” [2024-12-18 21:54:12.925 -05:00] [INF] Environment Variables: [“[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]”, “[JELLYFIN_DATA_DIR, /var/lib/jellyfin]”, “[JELLYFIN_LOG_DIR, /var/log/jellyfin]”, “[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLFIN_ADDITIONAL_OPTS --datadir $JELLYFIN_DATA_DIR --configdir $JELLYFIN_CONFIG_DIR --logdir $JELLYFIN_LOG_DIR --cachedir $JELLYFIN_CACHE_DIR]”, “[JELLYFIN_ADDITIONAL_OPTS, ]”, “[JELLYFIN_USER, jellyfin]”, “[JELLYFIN_CACHE_DIR, /var/cache/jellyfin]”, “[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]”, “[JELLYFIN_CONFIG_DIR, /etc/jellyfin]”] [2024-12-18 21:54:12.945 -05:00] [INF] Arguments: [“/usr/lib/jellyfin/bin/jellyfin.dll”, “–webdir=/usr/share/jellyfin/web”, “–ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg”] [2024-12-18 21:54:12.945 -05:00] [INF] Operating system: “Linux Mint 21.3” [2024-12-18 21:54:12.945 -05:00] [INF] Architecture: X64 [2024-12-18 21:54:12.946 -05:00] [INF] 64-Bit Process: True [2024-12-18 21:54:12.947 -05:00] [INF] User Interactive: True [2024-12-18 21:54:12.947 -05:00] [INF] Processor count: 2 [2024-12-18 21:54:12.947 -05:00] [INF] Program data path: “/var/lib/jellyfin” [2024-12-18 21:54:12.947 -05:00] [INF] Log directory path: “/var/log/jellyfin” [2024-12-18 21:54:12.947 -05:00] [INF] Config directory path: “/etc/jellyfin” [2024-12-18 21:54:12.947 -05:00] [INF] Cache path: “/var/cache/jellyfin” [2024-12-18 21:54:12.948 -05:00] [INF] Temp directory path: “/tmp/jellyfin” [2024-12-18 21:54:12.948 -05:00] [INF] Web resources path: “/usr/share/jellyfin/web” [2024-12-18 21:54:12.948 -05:00] [INF] Application directory: “/usr/lib/jellyfin/bin/” [2024-12-18 21:54:13.017 -05:00] [FTL] Unhandled Exception System.InvalidOperationException: There is an error in XML document (0, 0). —> System.Xml.XmlException: Root element is missing. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res) at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.XmlReader.MoveToContent() at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read4_MigrationOptions() at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) — End of inner exception stack trace — at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader) at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream stream) at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromFile(Type type, String file) at Jellyfin.Server.Migrations.MigrationRunner.RunPreStartup(ServerApplicationPaths appPaths, ILoggerFactory loggerFactory) at Jellyfin.Server.Program.StartApp(StartupOptions options) at Jellyfin.Server.Program.<Main>(String[] args)_ ::: I googled “There is an error in XML document (0, 0).” and was completely overwhelmed by the posts and solutions I found. Is that even the best starting point for picking this apart?

First Matter Device! - Lemmy.World

After over a decade of seasonal use, my outdoor holiday lights controller didn’t wake up when I brought it down from the attic this weekend. I knew I wanted to replace it with something that worked with Home Assistant, but wasn’t sure what to go with. I have had a lot of luck lately with some Zigbee devices around the house, and I love having Home Assistant be in charge rather than some other cloud integration. However there didn’t seem to be much to choose from Zigbee wise. Somehow I ended up looking at a Matter enabled device, specifically the TP-Link - Tapo Smart Wi-Fi Outdoor Plug with Matter. I am really pleased with how adding it to Home Assisant worked! I have the Home Assistant Yellow, so I have all of the hardware needed for that. Once I realized I needed my phone on the 2.4 GHz WiFi to provision the TP-Link device, it was smooth as it could be. I never installed a TP-Link app, nor created an account in their cloud. The Matter dream might be alive after all?!

Pixel Buds Pro Case Issues

https://lemmy.world/post/17251734

Pixel Buds Pro Case Issues - Lemmy.World

I’ve been having a hard time with my Pixel Buds Pro for a week or so. It is hard to explain but I think the case and the right earbud don’t get along anymore. I’m not sure which one is at fault though. When I have a charge on the case, and both buds in the case, the devices connect and disconnect really quickly to Bluetooth. Sometimes it charges the right one while it is doing this, sometimes it doesn’t. It will actually pull down the charge on my phone while it is going on. Any ideas? I’m 99% sure I need to replace them, but hoping there is something simple and cheap that could fix it.

Cannot reset DNS Settings

https://lemmy.world/post/15539041

Cannot reset DNS Settings - Lemmy.World

I want to undo some of my setup on my network so I can redo it in a different configuration on the same machine. The first thing I wanted to do was disable my Adguard server, making sure I could still use the internet after. I thought I had cleared out all of the settings in my router that made it use Adguard for DNS, but when I shut down Adguard afterward, all outside connectivity fell apart. I could still get to websites if I knew their specific IP address, but nothing that needed DNS worked. When I booted Adguard back up, everything started working again. I have tried several options in the DNS server settings in my Asus router (TUF-AX5400). Is there something I need to do in Adguard first to make this work? Or is this maybe something I need to reset in my Asus router and then give it time and a few reboots to work?

Get Better Anaerobic Stats from Runs

https://lemmy.world/post/15034879

Get Better Anaerobic Stats from Runs - Lemmy.World

I consistently have a lack of anaerobic load in my Garmin training load. I did a track run today trying to work on intense intervals. I was hoping to get to the end and have more anaerobic effect than aerobic. Is there something I should be doing differently in my runs? I was under the impression that the rest phase between run intervals should allow you to really catch your breath, so I often walk for a few seconds before getting back into a jog in my rest interval. Should I be more focused on keeping my pace up during the rest interval? Should I be running fewer/more intervals? Should I ignore these stats and just enjoy the run?

Hardware Acceleration in Linux in Proxmox

https://lemmy.world/post/12787378

Hardware Acceleration in Linux in Proxmox - Lemmy.World

I have a used Lenovo Thinkcenter 910 with a i5 7500T running Proxmox with Linux Mint in one VM and Adguard running in another. I’m just getting started so I am reading/searching for tons of answers still I was hoping to host Jellyfin within Linux Mint. It works pretty well, but I did notice while watching a movie the CPU was pretty well pegged out. I wanted to enable hardware based acceleration but when I started reading setup guides to hope to understand what I was doing, I think I may have painted myself into a corner already. I think I need to tell Proxmox to pass the hardware acceleration on to Linux, and then get Linux to, but also some of the things I have read make it sound like I need to have set up the VM from the beginning this way. Am I trying to do this the hard way somehow? Does anyone have any suggestions on the best guide to follow for this?

Twins trade former first-round pick Nick Gordon to Miami Marlins

https://lemmy.world/post/11839856

Twins trade former first-round pick Nick Gordon to Miami Marlins - Lemmy.World

> Previously loaded with talented infielders and utility men, Gordon is the second such player to be traded by the Twins in two weeks. The Twins also dealt Jorge Polanco to the Seattle Mariners on Jan. 29 in a deal that netted four players and $8 million in cash to help pay down the salary of pitcher Anthony DeSclafani.> I will be sad to see Gordon go, but it didn’t look like a good fit with the others available on the roster. He was odd man out.

Compatible M.2 SSD - Lemmy.World

It has been a long time since I have parted out computer parts and I am not sure about checking on compatibility for some types of parts. I would like to get an M.2 drive to add to my Home Assistant Yellow, and I am thinking about this one. Crucial P3 500GB PCIe M.2 2280 SSD [https://www.crucial.com/ssd/p3/ct500p3ssd8] Is there any reason this one wont work with the Yellow?