u/NoWerewolf7191

Wizarr vs Tautulli ?

Wizarr vs Tautulli ?

Hey hey,

Just set up Wizarr ( https://github.com/wizarrrr/wizarr ) for automated user onboarding (inviting + granting library access).

I noticed that this newer version of Wizarr also has viewing metrics across users such as most watched, active sessions (+ transcode vs direct play), viewing trends across days of week, 1-click import historic viewing data from Plex from before Wizarr was setup... it seems pretty extensive.

I have never used Tautulli ( https://github.com/tautulli/tautulli ), but I was wondering how people used it that differentiated it from these new Wizarr capabilities? What are the most standout / irrepplaceable features in Tautulli that you use the most / can't find in anything else?

Thanks!

u/NoWerewolf7191 — 6 days ago
▲ 26 r/MacOS

How to prevent disk ejection warnings?

I am getting this spam of 'disk not ejected properly' warnings. The drive is a WD Elements SE 2TB SSD split into 2 containers - "Backup" and "Time Machine". Whenever I get these warnings, I check the SSD and it's connected fine to the Mac mini's thunderbolt port via a USB cord (exact below).

USB cord:
"UGREEN 10 Gbps Micro B to USB C Hard Drive Cables, USB C to Micro B, External Hard Drive Cable Compatible with MacBook Pro/Air, iPad/Tablet, iPhone, Samsung Galaxy S24, WD Seagate etc. (0.5M)" - bought off Amazon. I also use this for a Thunderbolt port USB connection to a Seagate Expansion HDD, but that drive hasn't had any issues.

Edit, just for info:
- the drive is an WD Elements SE SSD (2TB)
- these notifications by themselves, I wasn't even ejecting manually or through Finder/Disk Utility
- it barely draws power and is connected to the Mac mini's back Thunderbolt power
- have already prevented Spotlight from indexing it in the past
- no programs / apps running that have the drive open, at least that I'm aware of
- Mac mini set to never sleep (caffeinate -dis for display, idle, system sleep prevention)
- no dust/lint that I can see at the connection interfaces
- have tried safely unmounting and disconnecting / reconnecting and remounting it and this still happens

UPDATE / SOLVED: I just shucked the casing to inspect the internals. Unfortunately, this specific WD Elements SE SSD variant uses a single, proprietary custom-printed circuit board. The Micro-B port and the ASMedia bridge controller chip are permanently soldered directly to the main storage board (there is no removable M.2 stick inside). Because the connection drops happen randomly as the drive warms up, it’s clear the ASMedia chip or the port solder joints are physically degrading. It cannot be saved with a new enclosure, so I am backing up the data immediately before the drive completely dies. Thanks to everyone for the help!

u/NoWerewolf7191 — 6 days ago
▲ 4 r/PleX

A crude predictive Plex cache for SSD plays, easier on HDD

Recently worked up a crude method predictive caching of Plex library content (e.g., originally on a USB-connected HDD) onto an SSD or NVMe. Plex still opens the same library paths as before, but the bytes for the shows and movies people are likely to hit next often live on the fast disk instead of a single busy USB hard drive. That cuts down on the drive jumping around (disk thrashing) when several people stream while Sonarr/Radarr, Tdarr, and other work are also touching the disk. The cache could potentially stream to many more people without flinching compared to the HDD. More relevant to those who have their libraries on a single usb HDD (arrays diffuse pressure, experience much less disk thrashing with RAID setups).

How it works:

Most of what people watch next is predictable, so a script regularly copies those files onto the SSD/NVMe. On the slow disk it renames the real file in place by appending a suffix (example: Show.mkv becomes Show.mkv.cache-origin), then puts a symlink at the original name (Show.mkv) that points to the copy on the SSD. When you evict from the cache, you remove the symlink and rename the suffixed file back. Plex still sees the same path for playback, so metadata and watch state stay put. Shortcoming is that it is not a live cache: whatever Plex already opened keeps reading from the disk it started on. The benefit is the next play and other predicted plays.

In brief, this is how caching is automated:

  1. Copy the file from the library location on the slow disk to a path on the fast disk.
  2. Rename the original file in place so it keeps a reserved suffix.
  3. Put a symlink at the original path that points to the copy on the fast disk.
  4. Cached copy 'eviction' deletes the symlink and the SSD copy and restores the normal filename on the corresponding HDD file.

If you want to see the actual code, or you want to turn the idea into something cleaned up and genuinely shareable, tell me and I will hand over the rough vibe-coded scripts I have.

Deeper details, hardware specs, and the post/project that inspired me are in my comment below.

reddit.com
u/NoWerewolf7191 — 8 days ago

IME combining Houndarr + Seerr for automated search of missing/cutoff/upgrades

Just thought I'd cross-post my comment for better visibility, in case anyone finds it useful.

Just a note: The creator of Houndarr did say that they used AI in development, but that they have something like 5 years of coding experience and are confident in Houndarr's architecture:

"About me: I have a B.S. in Computer Science with a minor in Mathematics from a top-65 nationally ranked university (U.S. News 2026), and I've been writing code for four or five years. I've always been into building things, and this project came out of wanting something that actually fit how I run my stack. I vibe coded it heavily, but I understand what I ship. This is my first real public project, so bug reports, feedback, and criticism are all welcome. GitHub issues and/or GitHub discussions are the best place."

- Reddit post with the creator's 'disclaimerr'

- https://github.com/av1155/houndarr

reddit.com
u/NoWerewolf7191 — 9 days ago
▲ 0 r/PleX

International direct play with host 100 Mbps upload remote 1 GB/s download?

Hello!

Was just curious if anyone has experience hosting with ~100 Mbps upload when your users are in a distant country (but they have ~1 GB/s upload)?

Is there direct playback smooth? Wifi vs ethernet?

If i have 2 users direct playing (no transcoding) from distant countries, they usually experience terrible buffering despite it only taking up ~21 Mbps each (I understand this is VBR, but it probably would never even reach 80 Mbps total if there are just 2 users)...
When i limited my remote bitrate to 8 Mbps (on the fly transcoding), there are no problems.

They and I are both using Wifi for our devices, but I'm going to test ethernet later today. But, since I have great Wifi connection, I doubt things to change very much.

reddit.com
u/NoWerewolf7191 — 9 days ago
▲ 3 r/bazarr

How to only allow Bazarr to work within a certain time window?

Sorry, I am a little confused on how to set Bazarr to only operate within a daily time window.

I want it to work between 08:00 and 14:00. I can't seem to restrict its operations to this window in its settings, though?

Could someone help point me toward something i might be missing?

Or perhaps there is a crude way to do this if there are no native knobs? E.g., setting a chron job for Bazarr to launch via docker at 08:00 and stop its container at 14:00?

Thanks!

reddit.com
u/NoWerewolf7191 — 10 days ago
▲ 3 r/PleX

Single USB HDD vs. DAS for Plex - Multi-stream buffering?

So, for context: Plex on Mac mini (16 GB), media on a single Seagate Expansion USB HDD, Plex metadata + incomplete downloads + Tdarr temp on a separate SSD.

My issue is that when I have 2+ remote viewers, they get buffering, even with plenty of bandwidth and little or no transcoding. My theory is the single spinning drive (one head) can’t serve Plex reads + SAB/qBit imports + Tdarr probes + thumbnail work in parallel without seek-thrashing.

For anyone who made the jump:

  1. Did moving from a single USB HDD → multi-bay DAS (or NAS) actually eliminate multi-stream buffering for you?
  2. Considering OWC ThunderBay 4 + 4× Seagate IronWolf Pro 16 TB in RAID 5. Overkill for a home Plex box, or just the normal “lesson learned” upgrade?
  3. Anything cheaper that worked? e.g. two drives split by library, JBOD, or just adding a second USB HDD?

Trying to confirm the diagnosis before spending the money. Thanks.

reddit.com
u/NoWerewolf7191 — 11 days ago

I've recently imported far too many Movies and TV Shows to manually check to see if duplicate episodes/movies were downloaded. Does anyone have suggestions for tools i can use to automatically find all duplicates, robust to differences in file names?

E.g., if something is named "Series-Name S04E05 720p.mkv" and another is "Series Name 4x05 1080p AAC.mp4", even if they are in different folders / have different names.... is there any tool that will find those duplicates, delete the lower quality one, and rename according to standard Radarr/Sonarr naming conventions?

I've seen people recommend https://github.com/l3uddz/plex_dupefinder and https://github.com/se1exin/Cleanarr , but I haven't tried either. The repos seem to have been last updated >2 years ago, and I haven't seen them mentioned on Reddit in the past year or so.

u/NoWerewolf7191 — 15 days ago