cross-posted from: https://lemmy.dbzer0.com/post/1908082
Hey ya all,
> > Reiverr is a project of mine that I’ve decided to release to the public today. It’s a self-hosted website similar to the content discovery app Overseerr, with the added features of managing and watching your content library through Sonarr, Radarr and Jellyfin integrations. The motivation behind the project was the lack of a unified modern UI that could be used to discover, manage and watch content in a single place.
Currently, the project is in very early stages of development, but it is mostly usable in its current state. If you want to try it out, you can find the installation instructions in the project’s GitHub page: > >
https://github.com/aleksilassila/reiverr
Also: For the project to reach its fullest potential, it could use contributions! If you’d like to contribute code, designs (I’m not a UI designer, please help me), documentation or anything else, first of all, thank you!, and you can find an extensive list of planned features & fixes at the Reiverr Taskboard. It’s also a great place to just get a sense of what’s being done if you’re curious. > >
Cheers guys!
Tried this out. Was disappointed with the fact that it uses browser cache to store data, which becomes near impossible when you have a large library. A solution with a db stored on disk would greatly be appreciated.
That’s a good point and is something that I’ll have to look into later
Wow! I’ll have a look. Looks really dope!
How hard would be to make it run on TrueNAS as a jail? Docker is kind of a painful mess on TrueNAS.
I’ll have to look into that, but the rule of thumb is that you can get this to run pretty much on anything with some tinkering
Can’t wait to play with this. Thanks a lot.
Hi! For the video player, is it limited to what the web browser support or it use an external video player. Sorry I can’t test because I need a windows install. Thanks!
Currently it uses the browser video player similar to jellyfin
Woooow looking slick
which browser do you use
I use firefox as my daily driver, that’s safari in the gif
Was curious to take a look as an Overseerr replacement (Overseer has been running painfully, painfully slow for awhile)
But it looks like Jellyfin is currently a hard requirement to use Reiverr (I have Plex).
Yep, for now. I’m looking to implementing plex integration in the future, but right now I’m unsure if it is possible to play content from plex via their API. So whether or not jellyfin is a hard requirement for playback remains to be seen
Is sonarr/radarr a hard requirement? Would be interested in just using this as an alternative frontend for jellyfin
It is currently, but I’ll see if I can make all the integrations optional next week