erdnaxeli / escarpolette

Manage your musical playlist with your friends without starting a war.
GNU General Public License v3.0
0 stars 1 forks source link

Escarpolette

This project provides a server and clients to manage your music playlist when you are hosting a party.

It supports many sites thanks to the awesome project youtube-dl.

Features

Server:

Web client:

Dependencies

They should be available for most of the plateforms.

Installation

pip install escarpolette

Android

You will need Termux. Then inside Termux you can install it with:

# dependencies
pkg install python python-dev clang mpv
# escarpolette
pip install escarpolette

Note that while the project can run without wake-lock, acquiring it improve the performance (with a battery trade off).

Usage

escarpolette [--config config.cfg] [--host host] [--port port] [--help]

The default configuration should be good for all the usages.

Dev

You will need Poetry to manage the dependencies.

Clone the repo and then type poetry install. You can run the app with poetry run python -m escarpolette.

Todo

Maybe one day?