2020-11-02 17:41:07 +01:00
|
|
|
Negro Mate Karaoke
|
|
|
|
==================
|
|
|
|
|
2024-09-16 18:06:04 +02:00
|
|
|
Simple karaoke video browser.
|
2020-11-02 17:41:07 +01:00
|
|
|
|
2024-09-16 18:06:04 +02:00
|
|
|
This module provides one extra command to negromate:
|
2020-11-02 17:41:07 +01:00
|
|
|
|
2024-09-16 18:06:04 +02:00
|
|
|
negromate karaoke: GUI for negromate karaoke
|
2020-11-02 17:41:07 +01:00
|
|
|
|
|
|
|
|
2024-09-16 18:06:04 +02: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
|
|
|
|
2024-09-16 18:06:04 +02:00
|
|
|
VLC is also used to play the songs.
|
2020-11-02 17:41:07 +01:00
|
|
|
|
2024-09-16 18:06:04 +02:00
|
|
|
Needs the following packages installed:
|
2020-11-02 17:41:07 +01:00
|
|
|
|
2024-09-16 18:06:04 +02:00
|
|
|
* python3-kivy (at least version 2.1.0)
|
|
|
|
* vlc
|
2020-11-02 17:41:07 +01:00
|
|
|
|
|
|
|
|
2024-09-16 18:06:04 +02:00
|
|
|
Usage
|
|
|
|
-----
|
2020-11-02 17:41:07 +01:00
|
|
|
|
2024-09-16 18:06:04 +02:00
|
|
|
Keyboard shortcuts:
|
2020-11-02 17:41:07 +01:00
|
|
|
|
2024-09-16 18:06:04 +02:00
|
|
|
- A: Previous song
|
|
|
|
- S: Play
|
|
|
|
- D: Next song
|
2020-11-02 17:41:07 +01:00
|
|
|
|
2024-09-16 18:06:04 +02:00
|
|
|
The songs are played with vlc, so to exit a playing song: `Ctrl-C`.
|