v2.0.1
Emby Watch Party v2.0.1
See CHANGELOG.md for details.
Installation
Option 1: Docker (Recommended)
Version specific:
docker pull ghcr.io/oratorian/emby-watchparty:2.0.1Or always latest stable version:
docker pull ghcr.io/oratorian/emby-watchparty:latestOr use docker-compose with the provided docker-compose.yml.example
Option 2: Manual Installation
- Download and extract
emby-watchparty-2.0.1.zip - Copy
.env.exampleto.envand configure your Emby server details - Install dependencies:
pip install -r requirements.txt - Run:
python app.py - Open browser to
http://localhost:5000
What's Included
- Complete application source code
- Docker support with pre-built images
- Requirements file for easy dependency installation
- Example configuration file
- README with full documentation
- MIT License
Requirements
- Python 3.8 or higher (manual install)
- Docker (container install)
- Emby server with API key
- Modern web browser
See README.md for full documentation.