Giter Club home page Giter Club logo

k-karaoke's Introduction

########################################################

K-Karaoke is a NodeJS karaoke server and client app

########################################################

Allows you to run a karaoke player and server on your computer. The player is opened in a web browser and will play videos in a HTML5 video player. A client app is included in this package and will allow users to play videos from a local library or search the internet for songs.

To run:

  1. Make sure you have NodeJS installed. If you don't, download here: https://nodejs.org/en/#download

  2. Once you have NodeJS installed, open a command line terminal window on your computer and navigate to the folder where you've saved these files.

  3. Run the server by typing the following:

npm start

  1. This should start the server and you should now be able to access the services with your browser.

  2. Open a browser and go to http://localhost:1234/player

  3. This should display the player screen in your browser along with some instructions on play karaoke videos to the screen.

Adding local karaoke videos to your default list: If you have a set of digital karaoke videos stored locally on your computer (i.e. in mp4 format), you can add them to the K-Karaoke system by:

  1. Adding them to the /public/songs/ directory

  2. Then adding the title, artist, and filename to the songs database under /databases (you will need to edit the sqlite db) *when adding to the database, make sure the video filename matches the expected format of "Song title - Artist.mp4". An example test file has been included in this package.

Searching for karaoke videos on the internet: In order to get the search feature on the client app working with internet karaoke videos, you will need to sign up for a YouTube API key. Please see the following page to sign up for a free YouTube API key: https://developers.google.com/youtube/v3/getting-started

Changing default server settings: If you would like to change the default server settings, edit the /config.json file. At this time you will be able to change the document root of your web server, the server port, and the YouTube API key.

k-karaoke's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.