karaoke/README.md

32 lines
583 B
Markdown
Raw Normal View History

2020-11-02 17:41:07 +01:00
Negro Mate Karaoke
==================
Simple karaoke video browser.
2020-11-02 17:41:07 +01:00
This module provides one extra command to negromate:
2020-11-02 17:41:07 +01:00
negromate karaoke: GUI for negromate karaoke
2020-11-02 17:41:07 +01:00
Uses Kivy, a fairly large python library. It could be more easy to install this
package if Kivy is already installed in the system.
2020-11-02 17:41:07 +01:00
VLC is also used to play the songs.
2020-11-02 17:41:07 +01:00
Needs the following packages installed:
2020-11-02 17:41:07 +01:00
* python3-kivy (at least version 2.1.0)
* vlc
2020-11-02 17:41:07 +01:00
Usage
-----
2020-11-02 17:41:07 +01:00
Keyboard shortcuts:
2020-11-02 17:41:07 +01:00
- A: Previous song
- S: Play
- D: Next song
2020-11-02 17:41:07 +01:00
The songs are played with vlc, so to exit a playing song: `Ctrl-C`.