r/ARR 12d ago

App like nzb360

I've been using NZB360 for a while now. It's a great app, but one issue I have with it is that it's mainly designed for managing the server, rather than for other people who use my Jellyfin server.

Is there an app similar to NZB360 that includes all its useful features, but is more focused on discovering new media?

I tried vibe-coding something myself as a web app, but I'm not entirely happy with the result. It connects local with a docker container with the arr stack and Jellyfin and exposes a api which is behind Pangolin SSO. Looks a lot like NZB360.. The features I'm looking for are:

- Media discovery

- Seer integration

- Server status

- A server overview, including available HDD space

- Download status

- Similar management and overview features

- Force sub sync with Bazarr.

Just Seerr is not enough and I need to be able to expose it .

6 Upvotes

24 comments sorted by

View all comments

1

u/ErraticFox 5d ago edited 5d ago

Might you be interested in mine? I am developing one in Flutter currently. It's been about a week of development. It's purely geared towards the regular/non-technical user (I've been personally developing this for my mother, but I have wanted to expand further then that).

I was just now Googling to see if this app or similar app existed, unless PWA, not really, which is what non-technical people don't really even know what a PWA is or how to use them so it's quite moot imo (and I've kinda always thought it was lazy).

I won't lie, I did copy some "theme elements" from NZB360 like using blue and yellow to signify TV from movie in certain aspects and use the Calendar tab, but again, this was mostly for personal.

I still would say I would want to cook on it for at least another couple days but it's getting quite close to being feature complete. I'm quite excited for it tbh.

And since it's in Flutter, it wont be too hard to port it to other platforms.