MPU is a modular Discord bot designed to enable users to add movies and shows to a personal home media server. It integrates with Plex for the user interface and Radarr/Sonarr for automatic content management.
- Media Management: Easily add movies and shows to your Plex server.
- User Management: Manage access to your media server.
- Integration: Seamless integration with Plex, Radarr, and Sonarr.
- Clone the Repository:
git clone https://github.com/PapyMonkey/mpu.git cd mpu - Setup Environment Variables:
Copy the .env.template file to .env and fill in the required values:
cp .env.template .env
- Install Requirements:
Ensure you have Python 3.11 installed and then:
pip install -r requirements.txt
- Run the Bot:
python main.py
- Python 3.11
- A running Plex server
- Radarr and Sonarr (for automatic content management)
All configuration values are stored in the .env file. Use the .env.template as a reference to set up your environment variables.
Contributions are welcome! Please fork the repository and create a pull request with your changes.