• 0 Posts
  • 71 Comments
Joined 2 years ago
cake
Cake day: September 14th, 2023

help-circle
rss
  • Yeah, in my example, I have various genres of music I listen to and some days I’m in the mood for one and not another. Some of those might have subgenres I am in the mood to listen to. For example: Metal might break into subfolders called black metal, thrash metal, melodic metal, etc. Based on where I feel they belong the most. If I’m in the mood for some melodic metal today, I’ll go there. Or EDM, I’ll have a folder for Psytrance, another for House, etc…

    Rather than trying to edit the metadata on thousands and thousands of files every time I change media systems as I’ve done over these years, it’s 100x simpler for me to just navigate to the folders directly and not care about how the system “wants” to organize it. Every media system wants to organize differently and I’m kind of tired of having to spend hours editing all my music just to get it to organize the way that works for me, so that’s where I’ve gotten to the point of just using folder structures.


  • I could never get Plex to work the way I wanted it to, so I’m actually someone who moved to Kodi and then to Emby. Once I got into Emby, I’ve yet to leave it. My biggest problem now is that I want to leave it for Jellyfin, but the lack of many things I love about Emby have never been moved to Jellyfin.

    For example, I have a very specific organization of my music libraries I use to navigate what I want to listen to much quicker, since I’m into all kinds of genres of music. Emby allows me to navigate by folder structure, so if I’m in the mood for heavy metal one day, go to that folder. If classical another day, go there. Jellyfin on the other hand didn’t have folder structure view and even though it’s one of the top requested features for the past few years when I last checked, it’s never been added…

    I think the day Jellyfin does fill in these gaps, assuming new ones aren’t introduced due to Emby also improving, I’ll finally jump over.

    I guess to the original topic, I do think Jellyfin exceeds Plex though lol.







  • Weird, I have a regular old 2TB (or maybe it was 1?) western digital plugged into the USB on the back of my series x and it works fine, not sure I understand the need to spend a bunch on something like this. Edit: and before responding about speed… I haven’t noticed much, if any, difference in game performance from installing on the drive or external outside of the initial game loading (startup) time, so not sure if that’s the only benefit to using the expansion slot.




  • Raid 1 has saved my server a couple of times over from disaster. I make weekly cold backups, but I didn’t have to worry about it when my alert came in notifying me which drive went dead - just swap, rebuild, move along. So yeah I’d say it’s definitely worth it. Just don’t treat raid as a backup solution - and yes, continue to use an external cold storage backup solution as you mentioned. Fires, exploding power supplies, ransomware, etc don’t care if you’re using raid or not.


  • Actually, there are some apps and even phone level things that do try to call to custom DNS, ignoring all the phone settings, including those defined in the global settings. Termux nslookup is one I can think of at the top of my head that ignores the phone’s settings and instead tries to call to Google DNS. I’ve got DNS default blocked in a custom script for AFWall on my phone, excluding calling my custom DNS, and see the block frequently hit. Just now checking, I see 54 blocks on 8.8.8.8:53, 2 blocks on 1.1.1.1:53, and 16 on “other” port 53 (catch all block).

    Think the best solution is either a router firewall setup if always on the wifi, or a phone firewall app that can act as a VPN and just default block everything, or something like that. If rooted, AFWall does wonders.



  • Hmm that’s actually something I hadn’t thought about, but yeah it probably wouldn’t work for an offline mode… If the app is already open, maybe it would work, but I’m not 100% sure. In general, it does require internet to connect to your home assistant (my phone is setup with wireguard to VPN into mind so it’s not internet facing). So yeah unless it can be used during those random connection drops, maybe not a perfect option :(


  • My family uses a custom Todo list on home assistant. I’ve got a separate dashboard of items we can just click to add to the grocery list, and then when shopping, checking them will move them out of the way. Very convenient, quick, and shared. So if you use HA, it might be good option, especially since you’re wanting something simpler (I was in the same boat)


  • Interesting, I didn’t have this experience a couple of years ago. I wonder if they’ve just upped it to try and “automate” things more with the crazy amount of tourism they’re suddenly getting. Also I’d be curious on which airport you went to, Haneda or Narita?

    If the scans and such were in the states, I’ve requested opting out and no one really cared, they just said okay. Funny enough, it actually made me go through quicker than it was taking everyone who did the face scans, contradicting the sign claiming it’s quicker.


  • I left like a decade ago when they asked me in a chat to verify my identity by answering a question asking what my first car purchase was. I’ve never given then my SSN or that kind of financial details, so the fact they had these questions and details about me terrified me at the time and I immediately requested to delete and close everything with them. Haven’t used PayPal again since then.




  • I’d say anyone wanting to go this deep into a home monitoring setup will likely go with what works best for them instead of reading and following the entirety of this guide… I’m one of those people…

    Wrote my own log parsing software to put into a database, display and alert through grafana, which is alerting through a homemade webhook that sends a notification to ntfy based on severity… And I also use uptime Kuma like mentioned, but my notifications channel is ntfy. No cloudflare for my internal services, only wireguard to connect home and use everything. And definitely no telegram.

    Plenty of other stuff setup, but my security alerts and monitoring rely heavily on the syslog/grafana server which helps me monitor everything.