karaoke/README.md

40 lines
779 B
Markdown
Raw Normal View History

2020-11-02 17:41:07 +01:00
Negro Mate Karaoke
==================
Simple karaoke bideo browser.
Uses kivy, installation instructions here: https://kivy.org/doc/stable/installation/installation-devel.html
Usage
-----
Launch:
2024-08-27 18:05:47 +02:00
negromate karaoke
2020-11-02 17:41:07 +01:00
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 .