All Projects → sct → Overseerr

sct / Overseerr

Licence: mit
Request management and media discovery tool for the Plex ecosystem

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Overseerr

Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
Stars: ✭ 2,711 (+386.71%)
Mutual labels:  nzb, plex, movie, tv, notifications
flixctl
A toolkit for controlling the infrastructure necessary for a true MaSaS (Movies and Shows as a Service) architecture.
Stars: ✭ 43 (-92.28%)
Mutual labels:  nzb, sonarr, plex, radarr
Docker Compose Usenet
Docker-powered usenet pipeline
Stars: ✭ 240 (-56.91%)
Mutual labels:  plex, radarr, sonarr
Sickchill
Less rage, more chill.
Stars: ✭ 2,166 (+288.87%)
Mutual labels:  nzb, plex, tv
better-discord-notifications
Scripts that send better sonarr/radarr notifications to discord
Stars: ✭ 13 (-97.67%)
Mutual labels:  notifications, sonarr, radarr
mediastack
All in one Docker Compose media server
Stars: ✭ 42 (-92.46%)
Mutual labels:  sonarr, plex, radarr
Gooby
Gooby: The ultimate infinite Plex media server using a VPS and Cloud service
Stars: ✭ 230 (-58.71%)
Mutual labels:  plex, radarr, sonarr
posterr
A digital poster app for Plex, Sonarr, Radarr, and Readarr
Stars: ✭ 211 (-62.12%)
Mutual labels:  sonarr, plex, radarr
Usenet Docker
Docker-compose configuration for Sabnzbd, CouchPotato, Plex, Sonarr, Plexpy, Nzbhydra, Muximux, Radarr, NZBGet and Ombi with a Nginx proxy.
Stars: ✭ 153 (-72.53%)
Mutual labels:  plex, radarr, sonarr
Organizr
HTPC/Homelab Services Organizer - Written in PHP
Stars: ✭ 3,605 (+547.22%)
Mutual labels:  plex, radarr, sonarr
IMDb-Scout-Mod
Auto search for movie/series on torrent, usenet, ddl, subtitles, streaming, predb and other sites. Adds links to IMDb pages from hundreds various sites. Adds movies/series to Radarr/Sonarr. Adds external ratings from Metacritic, Rotten Tomatoes, Letterboxd, Douban, Allocine. Media Server indicators for Plex, Jellyfin, Emby. Dark theme/style for …
Stars: ✭ 177 (-68.22%)
Mutual labels:  sonarr, plex, radarr
Doplarr
An *arr request bot for Discord
Stars: ✭ 236 (-57.63%)
Mutual labels:  sonarr, plex, radarr
Plex-scripts
Plex, the arr's and tautulli scripts coming from user requests
Stars: ✭ 156 (-71.99%)
Mutual labels:  sonarr, plex, radarr
Mellow
Mellow can communicate with several APIs like Ombi, Sonarr, Radarr and Tautulli which are related to home streaming to use those services directly in your Discord client.
Stars: ✭ 193 (-65.35%)
Mutual labels:  plex, radarr, sonarr
Heimdall
As the name suggests Heimdall Application Dashboard is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like.
Stars: ✭ 3,501 (+528.55%)
Mutual labels:  plex, radarr, sonarr
Htpc Docker Standup
A simple docker-compose based configuration to stand up a new HTPC w/ Plex, Deluge, Sonarr, Radarr and more!
Stars: ✭ 160 (-71.27%)
Mutual labels:  plex, radarr, sonarr
Plexguide.com
Welcome to https://PlexGuide.com ~ Rapidly deploy multiple-hasty Docker Containers through Ansible with local or Unlimited Google HD Space!
Stars: ✭ 1,631 (+192.82%)
Mutual labels:  plex, radarr, sonarr
Media Docker
all-in-one deployment and configuration for an all-in-one media server, running on docker.
Stars: ✭ 148 (-73.43%)
Mutual labels:  plex, radarr, sonarr
ChineseSubFinder
自动化中文字幕下载。字幕网站支持 shooter、xunlei、arrst、a4k 。支持 Emby、Jellyfin、Plex、Sonarr、Radarr、TMM
Stars: ✭ 2,212 (+297.13%)
Mutual labels:  sonarr, plex, radarr
Lunasea
A self-hosted controller for mobile built using the Flutter framework.
Stars: ✭ 378 (-32.14%)
Mutual labels:  plex, radarr, sonarr

Overseerr

Overseerr Release Overseerr CI

Discord Docker pulls Translation status Language grade: JavaScript GitHub All Contributors

Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Plex!

Current Features

  • Full Plex integration. Authenticate and manage user access with Plex!
  • Easy integration with your existing services. Currently, Overseerr supports Sonarr and Radarr. More to come!
  • Plex library sync, to keep track of the titles which are already available.
  • Customizable request system, which allows users to request individual seasons or movies in a friendly, easy-to-use interface.
  • Incredibly simple request management UI. Don't dig through the app to simply approve recent requests!
  • Granular permission system.
  • Support for various notification agents.
  • Mobile-friendly design, for when you need to approve requests on the go!

Planned Features

  • Additional notification types.
  • Issues system. This will allow users to report issues with content on your media server.
  • And a ton more! Check out our issue tracker to see the features which have already been requested.

Getting Started

Check out our documentation for instructions on how to install and run Overseerr:

https://docs.overseerr.dev/getting-started/installation

Running Overseerr

Currently, Overseerr is primarily distributed as Docker images. If you have Docker installed, you can simply run Overseerr with:

docker run -d \
  --name overseerr \
  -e LOG_LEVEL=info \
  -e TZ=Asia/Tokyo \
  -p 5055:5055 \
  -v /path/to/appdata/config:/app/config \
  --restart unless-stopped \
  sctx/overseerr

After running Overseerr for the first time, configure it by visiting the web UI at http://[address]:5055 and completing the setup steps

For more information and alternative installation methods, please see the Overseerr documentation.

⚠️ Overseerr is currently under very heavy, rapid development and things are likely to break often. We need all the help we can get to find bugs and get them fixed to hit a more stable release. If you would like to help test the bleeding edge, please use the sctx/overseerr:develop image instead! ⚠️

Preview

Support

API Documentation

Our documentation is built on every commit and hosted at https://api-docs.overseerr.dev

You can also access the API documentation from your local Overseerr install at http://localhost:5055/api-docs

Community

You can ask questions, share ideas, and more in GitHub Discussions.

If you would like to chat with other members of our growing community, join the Overseerr Discord server!

Our Code of Conduct applies to all Overseerr community channels.

Contributing

You can help improve Overseerr too! Check out our Contribution Guide to get started.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


sct

💻 🎨 🤔

Alex Zoitos

💻

Brandon Cohen

💻 📖

Ahreluth

🌍

KovalevArtem

🌍

GiyomuWeb

🌍

Angry Cuban

📖

jvennik

🌍

darknessgp

💻

salty

🚇

Shutruk

🌍

Krystian Charubin

🎨

Kieron Boswell

💻

samwiseg0

💬 🚇

ecelebi29

💻 📖

Mārtiņš Možeiko

💻

mazzetta86

🌍

Paul Hagedorn

🌍

Shagon94

🌍

sebstrgg

🌍

Danshil Mungur

💻 📖

doob187

🚇

johnpyp

💻

Jakob Ankarhem

📖 💻 🌍

Jayesh

💻

flying-sausages

📖

hirenshah

📖

TheCatLady

💻 🌍 📖

Chris Pritchard

💻 📖

Tamberlox

🌍

David

💻

Douglas Parker

📖

Daniel Carter

💻

nuro

📖

ᗪєνιη ᗷυнʟ

🚇

JonnyWong16

📖

Roxedus

📖

WoisWoi

🌍

HubDuck

🌍 📖

costaht

📖 🌍

Shjosan

🌍

kobaubarr

🌍

Ricardo González

🌍
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].