-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
26 lines (22 loc) · 983 Bytes
/
README
File metadata and controls
26 lines (22 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This is a web-based music player that streams mp3s to your browser using HTML5 <audio> and has a jquery-heavy UI to navigate & queue tracks. It has some developing functionality to lookup currently playing tracks using various music webservices in order to show questionably useful information. Think of it like a drunk amarok 1.4 clone for the internet.
Features
* Catalogs a directory of mp3s and tags and joins them to the musicbrainz NGS schema
* Displays tree browser to browse and queue artists/albums/tracks
* Plays mp3s directly in your html5-audio-compliant, mp3-playing browser (chrome or safari)
* Displays data about currently playing artist, album and track information using a variety of webservices
Server dependencies
* python 2.6
* pylons w/ sqlalchemy, psycopg2 & repoze.what
* postgres
* mutagen
* lxml
* musicbrainz schema (core & derived)
* musicbrainz-tagged music
Thanks
* jquery
* musicbrainz
* last.fm
* viixy.com
No thanks
* flash
* internet explorer