Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thegroovebox/groovebox.org
Spotify clone for the Internet Archive's Music Library
https://github.com/thegroovebox/groovebox.org
Last synced: 5 days ago
JSON representation
Spotify clone for the Internet Archive's Music Library
- Host: GitHub
- URL: https://github.com/thegroovebox/groovebox.org
- Owner: thegroovebox
- License: apache-2.0
- Created: 2015-07-26T10:26:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T18:56:43.000Z (about 4 years ago)
- Last Synced: 2024-08-01T12:18:23.327Z (3 months ago)
- Language: CSS
- Homepage: https://groovebox.org
- Size: 148 KB
- Stars: 15
- Watchers: 2
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - thegroovebox/groovebox.org - Spotify clone for the Internet Archive's Music Library (others)
README
groovebox
=========.. image:: https://travis-ci.org/thegroovebox/groovebox.org.svg
:target: https://travis-ci.org/thegroovebox/groovebox.orgA spotify-like media player for the Internet Archive's collection of live music.
Background
----------Archive.org has an entire free Live Music collection consisting of
~150,000 live concerts, 2.5M tracks, and ~6,500+ artists. Currently,
there's no easy way to search individual tracks or play tracks from
different albums. Enter groovebox. Groovebox is a spotify clone for
the Internet Archive's music collection.groovebox.org
-------------Groovebox.org is the front-end client of the Groovebox application. No
database is required, all calls for data are made over REST to the
api.groovebox.org server.Installation
------------The following instructions assume Ubuntu or Debian hosts:
.. code:: bash
$ git clone https://github.com/thegroovebox/groovebox.org.git
$ cd groovebox.org/
$ pip3 install -e .
$ cd groovebox/static
$ gem install neat sass bourbon
$ npm install .
$ ./node_modules/.bin/gulp styles # rebuild sass -> css
$ cd ..
$ python3.4 app.py # run the app