https://github.com/lukapeschke/kingjuke
A youtube jukebox app.
https://github.com/lukapeschke/kingjuke
jukebox music youtube youtube-playlist
Last synced: 3 months ago
JSON representation
A youtube jukebox app.
- Host: GitHub
- URL: https://github.com/lukapeschke/kingjuke
- Owner: lukapeschke
- License: mit
- Created: 2016-11-21T20:52:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T14:16:23.000Z (over 7 years ago)
- Last Synced: 2025-04-01T09:03:33.159Z (8 months ago)
- Topics: jukebox, music, youtube, youtube-playlist
- Language: Python
- Size: 20.5 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
========
KingJuke
========
Youtube jukebox app
===================
**KingJuke** (short: **KJuke**) is a youtube jukebox application. It allows
you to host a playlist to which people can submit Youtube videos.
Why is it cool ?
================
**Everybody can submit songs** Every person at the party can add a song to
the playlist, knowing that it is going to be played at some point. No
more jack unplugging, DJ stalking, etc...
**Score system**. If you see a nice song in the playlist, you can upvote it
to make it climb to the top. It is also possible to downvote songs you don't
like.
**Music tags**. It is possible to add a few tags to describe it.
**Playlist theme**. You can add a theme to the playlist, so that your guests
are aware of what kind of music you would like to be played tonight.
**Admin mode**. The admin of the playlist has huge power (and
responsibilities): He can delete songs, pause the playlist, skip songs, set
the playlist theme, etc...
Installation
============
Run ``python3 setup.py install`` to install KingJuke. You will also need the
``vlc-nox`` package.
Running
=======
To start the app, simply execute ``kingjuke-server``.
Clients
=======
A command-line client is available here: KingJukeClient_ .
An android app_ made by @chaix-adrien.
.. Global references and images
.. _KingJukeClient: https://github.com/lukapeschke/kingjukeclient
.. _app: https://github.com/chaix-adrien/KingJukeClient-android