mirror of
https://github.com/JakeStanger/PMMS.git
synced 2026-07-11 09:14:33 +01:00
Python Modular Media Server.
- Python 85.4%
- HTML 11.5%
- SCSS 3.1%
| plugins | ||
| tests | ||
| .coveragerc | ||
| .gitignore | ||
| .travis.yml | ||
| app.py | ||
| database.py | ||
| helpers.py | ||
| plugin_loader.py | ||
| readme.md | ||
| requirements.txt | ||
| server.py | ||
| settings.py | ||
| wsgi.py | ||
Python Modular Media Server
A modular plugin-based media server written in Python. PMMS includes:
- Support for a large variety of database engines including SQLite.
- A powerful low-level plugin system for creating and modifying routes, blueprints, and tables.
- Automatic REST endpoint generation for models.
- A number out plugins out of the box, supporting music, movies and television with a REST API and web interface.
Included Plugins
| Plugin | Description |
|---|---|
| base | API and database support for music, movies and television |
| base-extra | Album art and lyrics support from a variety of providers |
| webui-static | Lightweight template-based web interface |
| mpd-webhooks | Webhooks for controlling MPD |