40 lines
796 B
Markdown
40 lines
796 B
Markdown
|
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 .
|