-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCREDITS.txt
56 lines (38 loc) · 2.23 KB
/
CREDITS.txt
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
The following projects helped bring this to life
--------------------------------------------------------------------------------
XBMC... for just being awesome, I have been following it from when its early days
on the xbox and have watched it get more and more brilliant with each release.
A big thank you to all involved. A special thanks to those who have worked
towards the JSON RCP API. This is actually my 4th attempt at this project, my
first 2 were with the old HTTP API and the new interface is heaven in comparison.
--------------------------------------------------------------------------------
This Project uses the JavaScript Library jQuery and jQuery UI. These projects are
licensed under MIT and GPL licenses.
Have a look at
http://jquery.com
http://jqueryui.com
--------------------------------------------------------------------------------
This Project uses FONT AWESOME! for its icons
Check it out.. http://fortawesome.github.com/Font-Awesome/
--------------------------------------------------------------------------------
The following jQuery plugins are in use, thanks to all the authors
- http://demos.flesler.com/jquery/scrollTo/
- http://www.jstorage.info/
- http://benalman.com/projects/jquery-bbq-plugin/
- http://github.com/jquery/jquery-tmpl
--------------------------------------------------------------------------------
For playing music in the browser, we use SoundManager2
http://www.schillmania.com/projects/soundmanager2/
--------------------------------------------------------------------------------
The AWX project was very handy for finding out how to do things, I also borrowed
one function. http://forum.xbmc.org/showthread.php?tid=81775
--------------------------------------------------------------------------------
And Google.
Users of Google Music ("Play" as it is now called) will find the
UI to be very similar to how Google have done things. This is because they
are the experts and building powerful web apps with easy and intuitive UIs.
So while not exactly using any code, ideas have been used. Thanks Google,
hope you dont mind
--------------------------------------------------------------------------------
All the rest is me, Jeremy Graham.
I hope you enjoy using this as much as I do :)