Player for NegroMate karaoke parties
Go to file
Ales (Shagi) Zabala Alava 968ad8a788 Convert to namespace package 2020-11-08 20:27:49 +01:00
negromate/karaoke Convert to namespace package 2020-11-08 20:27:49 +01:00
.gitignore Initial Commit 2020-11-02 17:44:52 +01:00
LICENSE.txt Initial Commit 2020-11-02 17:44:52 +01:00
README.md Initial Commit 2020-11-02 17:44:52 +01:00
pyproject.toml Initial Commit 2020-11-02 17:44:52 +01:00
requirements.txt Initial Commit 2020-11-02 17:44:52 +01:00
setup.cfg Convert to namespace package 2020-11-08 20:27:49 +01:00

README.md

Negro Mate Karaoke

Simple karaoke bideo browser.

Uses kivy, installation instructions here: https://kivy.org/doc/stable/installation/installation-devel.html

Usage

Launch:

negromate-karaoke folder/with/songs

Keyboard shortcuts:

  • A: Previous song
  • S: Play
  • D: Next song

The songs are played with vlc, so to exit a playing song: Ctrl-C.

Install Mini-howto

Instalation uses the pep517 packaging format, whichs requires pip version 19 or newer.

pip install "pip>=19"

Install dependencies for Kivy:

apt-get install python3-dev python-setuptools python-pygame python-opengl \
  python-enchant python-dev build-essential python-pip libgl1-mesa-dev \
  libgles2-mesa-dev zlib1g-dev

Install this package

pip install .