Dropinambour - Requests manager for Plex, Sonarr & Radarr

Hi,

I played with Ombi (v4) for a while, but didn’t really like many small things, but mostly that it was pretty difficult for me to play with the code, to fix or add/change features.
So I created my own Plex requests manager using PHP and Bootstrap : dropinambour

It’s simple enough as it is, connecting to Radarr and Sonarr (v3 only, for both), a Plex server, and the TMDB API for metadata.

In its current state, I doubt anyone who isn’t handy enough with the command line would be able to use it, but still, I decided to publish it on Github, in case anyone is interested in using it for their own server, and/or want to contribute to it.

I’m pretty sure that I won’t myself put much more time into this, unless for some reason there is some unexpected interest for such a thing. My guess is that Ombi works well enough for most people.

Cheers.

Some screenshots

Suggestions:

Requests:

Search:

TV/Movie view:

Mobile view:

1 Like

Awesome! I’m keen to try this one out for sure … I’ve used PlexRequest, OMBI and more recently Overseerr … Any chance you could spin this up in a docker container? … I run UnRAID, so it would be sweet to have it in a container … but no biggie if you are unable/can’t be bothered haha … I can spin up a small Linux VM and use it on that.

Look forward to your reply! :slight_smile:

I could definitely push a Dockerfile for this; I am myself running it in a container.
Subscribe to notifications on this issue, and you’ll be notified when I do : https://github.com/gboudreau/dropinambour/issues/2

OK thats awesome thanks! - Also I did a big write up yesterday about a problem with your XBMCnfoTVImporter … the entries in NFO files is causing Plex to create duplicate collection entries for each listed in the NFO … if you get a chance can you run your eyes over - https://github.com/gboudreau/XBMCnfoTVImporter.bundle/issues/116