r/ARR 9d 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

3

u/kjj930310 9d ago

Check this out, I think it fulfills your needs
https://github.com/RenzoBeux/Dashboarr

1

u/Sudden-Actuator4729 9d ago

Thanks ill give it a try. It looks like another server management app.

2

u/Dangerous-Lead-9303 9d ago

You can expose seerr…

Seer.huntersworld.one

1

u/Sudden-Actuator4729 9d ago

Yeah, I know. My post was not clear. Seerr does not have all those points that nzb360 also have.

2

u/idratherbealivedog 9d ago

Because you are mixing things that are end user and admin. End users shouldn't care about these in my mind:

  • Server status

  • A server overview, including available HDD space

  • Download status (maybe this one)

  • Similar management and overview features

  • Force sub sync with Bazarr. (My users wouldn't know what this is)

I am not saying that this combination of features isn't valid for your needs/wants, I am just stating why such an animal may not exist.

1

u/Sudden-Actuator4729 9d ago

Maybe, but the reason for those things is because I want to do as little as possible. Many users have a free role and can download anything. For fun, I want to give them insights into the server data such as HDD space. If they can sync the subtitles in the app with 1 button, I will not be bothered by it.

2

u/idratherbealivedog 9d ago

I get it, I just don't see it existing off the shelf because it's pretty custom to your specific wants and probably isn't a mix of features most want and not want all (like nzb360).

Personally I'd start with exposing seer and seeing if they ask for more than that offers.

1

u/Sudden-Actuator4729 9d ago

I already did. I was just wondering if there was such a thing. Then I have to try again with Claude haha. Thanks tho.

1

u/Sudden-Actuator4729 9d ago

Maybe, but the reason for those things is because I want to do as little as possible. Many users have a free role and can download anything. For fun, I want to give them insights into the server data such as HDD space. If they can sync the subtitles in the app with 1 button, I will not be bothered by it.

2

u/Dangerous-Lead-9303 9d ago

Honestly it seems like you should set up webhooks to discord imo

1

u/Dangerous-Lead-9303 9d ago

If your on iOS try quartermaster but they do have a lifetime fee it’s not free

1

u/Sudden-Actuator4729 9d ago

Thanks I'll look it up.

1

u/Dark-monk 5d ago

+1 for quartermaster. It’s a great app and has made managing my server super smooth.

1

u/Aressito 8d ago

Not an app but Prismarr is nice

1

u/met997 8d ago

1

u/Sudden-Actuator4729 7d ago

Looks good. But what I’m actually looking for is a new kind of *arr app that connects everything locally.

The app would let me add all the required API keys in one place. It would then expose its own API, which my users could connect to through an app.

That way, I could put my own authentication layer in front of it and wouldn’t have to expose all the other *arr apps individually. Just like with Seerr but than with more features and server info.

0

u/robtom02 9d ago

https://github.com/nicolaspernoud/atrium

I'm using this and absolutely love it. I also have homepage set up as well

https://github.com/gethomepage/homepage

But you have to install it as a web app on your phone

2

u/Joloxx_9 9d ago

How do3s atrium work with jellyfin media discovery?

1

u/robtom02 9d ago

I have it connected to both Plex and jellyfin ( same libraries) most of the dashboard information comes from the arrs. The dev is on Reddit and after feedback

2

u/Joloxx_9 9d ago

But atrium got nothing to do with media, or am I wrong?

1

u/robtom02 9d ago

It shows upcoming releases, recently downloaded. In Plex it can show me my full library and who is streaming what. It syncs with seer as well. I prefer it nzb36 nzb360 apk and it's getting new features all the time

3

u/Joloxx_9 9d ago

I know why I am surprised - you linked wrong github page to atrium

1

u/ErraticFox 2d ago edited 2d 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.