Turn your Spotify music library into a beautiful old-style arcade Jukebox!!
Developed by Javier Aznar. Made with the awesome Electron framework and AngularJS
No affiliation with Spotify.
- Beautiful arcade jukebox frontend for the Spotify official desktop app.
- Easy customizable: html & css styles.
- Keyboard mapped: great for arcade boxes, bartops, etc...
- Login with your Spotify account.
- Select a playlist to load it on the Jukebox.
Option 1: Download a compiled package for Windows or Mac: Releases
Option 2: Compile and run yourself:
$ git clone https://github.com/javikr/jukebox-spotify-electron.git
$ npm install
$ npm start
- Launch the Jukebox and the Spotify desktop app.
- Login with your Spotify account. (only the first time)
- Select a playlist from the main menu.
- Press the number key '5' to add credits.
- Move the cursor using the arrow keys.
- Select a track pressing the number key '1'
- The track will be added to the queue!
- Enjoy :)
- Mac OS X 10.8 or later
- Windows 7 or later.
- Spotify desktop app installed.
This project was made using Electron and uses npm package manager and bower to handle all its dependencies. It depends on the Spotify API to make all the API calls to obtain tracks, playlists, user data, etc.. The Jukebox acts as a frontend for the Spotify desktop app so it needs the Spotify desktop app running while the Jukebox app is open.
The MIT License (MIT)
Copyright (c) 2016 Javier Aznar
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.