mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-23 18:29:19 -05:00
* feat: add Overseerr migration * refactor: rename to Seerr * refactor: more rename to Seerr * feat: update the value of the MediaStatus.DELETED enum * fix: add more details in migration logs * fix: replace .update by .save for TypeORM hooks * fix: add fake migration to skip the duplicated UpdateWebPush migration * fix: rewrite the AddUserAvatarCacheFields migration for Overseerr merge * fix: replace jellyseerr migrations with a dedicated one for overseerr * fix: update overseerr migration * fix: update overseerr migration * fix: remove irrelevant changes * fix: typos * docs: update jsdoc comment * docs: update seerr description * docs: fix the contributing.md link * fix: remove unwanterd change on postgres dev datasource * docs: add latest tag to docker image * fix: migrate old deleted status for 4k media * fix: update Seerr version check
36 lines
2.2 KiB
Markdown
36 lines
2.2 KiB
Markdown
---
|
|
slug: /
|
|
sidebar_position: 1
|
|
---
|
|
|
|
# Introduction
|
|
|
|
Welcome to the Seerr Documentation.
|
|
|
|
**Seerr** is a free and open source software application for managing requests for your media library. It integrates with the media server of your choice: [Jellyfin](https://jellyfin.org), [Plex](https://plex.tv), and [Emby](https://emby.media/). In addition, it integrates with your existing services, such as **[Sonarr](https://sonarr.tv/)**, **[Radarr](https://radarr.video/)**.
|
|
|
|
## Features
|
|
|
|
- **Full Jellyfin/Emby/Plex integration**. Login and manage user access with Jellyfin/Emby/Plex.
|
|
- **Syncs to your Jellyfin/Emby/Plex library** to show what titles you already have.
|
|
- Supports Movies, Shows and Mixed Libraries.
|
|
- **Integrates with Sonarr and Radarr**. With more services to come in the future.
|
|
- Optionally set **Override rules** for requests to match with your defined conditions.
|
|
- **Easy to use request system** allowing users to request individual seasons or movies in a friendly, clean UI.
|
|
- **Simple request management UI**. Don't dig through the app to approve recent requests.
|
|
- **Mobile-friendly design**, for when you need to approve requests on the go.
|
|
- Granular permission system.
|
|
- Localization into other languages.
|
|
- Support for **PostgreSQL** and **SQLite** databases.
|
|
- Support for various notification agents.
|
|
- Easily **Watchlist** or **Blacklist** media.
|
|
- More features to come!
|
|
|
|
## We need your help!
|
|
|
|
[Seerr](https://github.com/seerr-team/seerr) is an ambitious project developers/contributors poured a lot of work into, and we still have a lot more to do. Seerr is the result of a collaborative effort between the original Overseerr project and the Jellyseerr fork, created to deliver an excellent request management solution for Plex, Jellyfin and Emby users.
|
|
|
|
We value your feedback and support in identifying and fixing bugs to make Seerr even better. As an open-source project, we welcome contributions from everyone. Contribution includes building new features, patching bugs, translating the application, or even just writing documentation.
|
|
|
|
If you would like to contribute, please be sure to review our [contribution guidelines](https://github.com/seerr-team/seerr/blob/develop/CONTRIBUTING.md).
|