From 934014b17d2080ab9dd66a10fe19f3d5006e722f Mon Sep 17 00:00:00 2001 From: Camilo Nova Date: Sat, 25 Apr 2015 08:34:20 -0500 Subject: [PATCH 1/3] Added grooveshark stream --- mopidy_musicbox_webclient/static/index.html | 1 + mopidy_musicbox_webclient/static/js/functionsvars.js | 1 + 2 files changed, 2 insertions(+) diff --git a/mopidy_musicbox_webclient/static/index.html b/mopidy_musicbox_webclient/static/index.html index 4cddb4f..7d2ff2f 100644 --- a/mopidy_musicbox_webclient/static/index.html +++ b/mopidy_musicbox_webclient/static/index.html @@ -407,6 +407,7 @@ @@ -419,8 +419,7 @@ Play -

Put in a name and hit the Save button to save the url (locally, in the browser not - on the server yet). Date: Sat, 25 Apr 2015 10:54:37 -0500 Subject: [PATCH 3/3] Added grooveshark search backend --- mopidy_musicbox_webclient/static/js/functionsvars.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mopidy_musicbox_webclient/static/js/functionsvars.js b/mopidy_musicbox_webclient/static/js/functionsvars.js index 62cf1b6..2bca781 100644 --- a/mopidy_musicbox_webclient/static/js/functionsvars.js +++ b/mopidy_musicbox_webclient/static/js/functionsvars.js @@ -107,6 +107,7 @@ var uriHumanList = [ ['spotify', 'Spotify'], ['spotifytunigo', 'Spotify Browse'], ['local', 'Local Files'], + ['grooveshark', 'Grooveshark'], ['podcast', 'Podcasts'], ['dirble', 'Dirble'], ['tunein', 'TuneIn'],