mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2025-12-23 22:18:19 -05:00
100 lines
5.2 KiB
Markdown
100 lines
5.2 KiB
Markdown
<br />
|
|
<div align="center">
|
|
<a href="https://maxdorninger.github.io/MediaManager">
|
|
<img src="https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/Writerside/images/logo.svg" alt="Logo" width="260" height="260">
|
|
</a>
|
|
|
|
<h3 align="center">MediaManager</h3>
|
|
|
|
<p align="center">
|
|
Modern management system for your media library
|
|
<br />
|
|
<a href="https://maxdorninger.github.io/MediaManager/introduction.html"><strong>Explore the docs »</strong></a>
|
|
<br />
|
|
<a href="https://github.com/maxdorninger/MediaManager/issues/new?labels=bug&template=bug_report.md">Report Bug</a>
|
|
·
|
|
<a href="https://github.com/maxdorninger/MediaManager/issues/new?template=feature_request.md">Request Feature</a>
|
|
</p>
|
|
</div>
|
|
|
|
|
|
MediaManager is modern software to manage your TV and movie library. It is designed to be a replacement for Sonarr,
|
|
Radarr, Overseer, and Jellyseer.
|
|
It supports TVDB and TMDB for metadata, supports OIDC and OAuth 2.0 for authentication and supports Prowlarr and
|
|
Jackett.
|
|
MediaManager is built first and foremost for deployment with Docker, making it easy to set up.
|
|
|
|
It also provides an API to interact with the software programmatically, allowing for automation and integration with
|
|
other services.
|
|
|
|
## Quick Start
|
|
|
|
```sh
|
|
wget -O docker-compose.yaml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/docker-compose.yaml
|
|
mkdir config
|
|
wget -O ./config/config.toml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/config.example.toml
|
|
# you probably need to edit the config.toml file in the ./config directory, for more help see the documentation
|
|
docker compose up -d
|
|
```
|
|
|
|
### [View the docs for installation instructions and more](https://maxdorninger.github.io/MediaManager/configuration-overview.html#configuration-overview)
|
|
|
|
## Support MediaManager
|
|
|
|
<a href="https://github.com/sponsors/maxdorninger" target="_blank">
|
|
<img src="https://img.shields.io/badge/Sponsor-Maximilian Dorninger-orange" alt="Sponsor @maxdorninger" />
|
|
</a>
|
|
|
|
<a href="https://buymeacoffee.com/maxdorninger" target="_blank">
|
|
<img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" >
|
|
</a>
|
|
|
|
## Check out the awesome sponsors of MediaManager ❤️
|
|
|
|
<a href="https://fosstodon.org/@aljazmerzen"><img src="https://github.com/aljazerzen.png" width="80px" alt="Aljaž Mur Eržen" /></a>
|
|
<a href="https://github.com/ldrrp"><img src="https://github.com/ldrrp.png" width="80px" alt="Luis Rodriguez" /></a>
|
|
<a href="https://github.com/brandon-dacrib"><img src="https://github.com/brandon-dacrib.png" width="80px" alt="Brandon P." /></a>
|
|
<a href="https://github.com/SeimusS"><img src="https://github.com/SeimusS.png" width="80px" alt="SeimusS" /></a>
|
|
<a href="https://github.com/HadrienKerlero"><img src="https://github.com/HadrienKerlero.png" width="80px" alt="HadrienKerlero" /></a>
|
|
<a href="https://github.com/keyxmakerx"><img src="https://github.com/keyxmakerx.png" width="80px" alt="keyxmakerx" /></a>
|
|
<a href="https://github.com/LITUATUI"><img src="https://github.com/LITUATUI.png" width="80px" alt="LITUATUI" /></a>
|
|
<a href="https://buymeacoffee.com/maxdorninger"><img src="https://cdn.buymeacoffee.com/uploads/profile_pictures/default/v2/B6CDBD/NI.png" width="80px" alt="Nicolas" /></a>
|
|
<a href="https://buymeacoffee.com/maxdorninger"><img src="https://cdn.buymeacoffee.com/uploads/profile_pictures/default/v2/DEBBB9/JO.png" width="80px" alt="Josh" /></a>
|
|
<a href="https://buymeacoffee.com/maxdorninger"><img src="https://cdn.buymeacoffee.com/uploads/profile_pictures/2025/11/2VeQ8sTGPhj4tiLy.jpg" width="80px" alt="PuppiestDoggo" /></a>
|
|
|
|
|
|
## Star History
|
|
|
|
[](https://www.star-history.com/#maxdorninger/MediaManager&Date)
|
|
|
|
## Screenshots
|
|
|
|
<img width="1902" height="887" alt="Screenshot 2025-12-08 at 00 44 26" src="https://github.com/user-attachments/assets/4c3fbc73-6358-44ac-a948-0eb35ab116fd" />
|
|
<img width="1875" height="882" alt="Screenshot 2025-12-08 at 00 46 39" src="https://github.com/user-attachments/assets/75645cb6-236b-4bef-9a21-76bfd6d530f9" />
|
|
|
|

|
|
|
|
|
|
<img width="1883" height="890" alt="Screenshot 2025-12-08 at 00 48 23" src="https://github.com/user-attachments/assets/c5789559-5aa7-4c26-9442-a2b156e99b1c" />
|
|
|
|
|
|

|
|
|
|
## Developer Quick Start
|
|
|
|
For the developer guide see the [Developer Guide](https://maxdorninger.github.io/MediaManager/developer-guide.html).
|
|
|
|
<!-- LICENSE -->
|
|
|
|
## License
|
|
|
|
Distributed under the AGPL 3.0. See `LICENSE.txt` for more information.
|
|
|
|
|
|
<!-- ACKNOWLEDGMENTS -->
|
|
|
|
## Acknowledgments
|
|
|
|
* [Thanks to Pawel Czerwinski for the image on the login screen](https://unsplash.com/@pawel_czerwinski)
|
|
|