Skip to content

Simple server that syncs video playback for clients using Movie Night.

Notifications You must be signed in to change notification settings

Unmoon/movienightserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Night

Simple server that syncs video playback for clients using Movie Night.

Requirements

  • Python 3.7

Virtual environment should be created before installing or bundling the application.

python -m venv venv
venv\Scripts\activate

Install in editable mode

-e allows editing the application without having to reinstall it.

pip install -e .
movienightserver

Codestyle

This project uses Black for code formatting.

pip install black
black .

About

Simple server that syncs video playback for clients using Movie Night.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages