-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
42 lines (33 loc) · 2.05 KB
/
README
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
*** djcrackhome's streamPlayer ***
> Description of this script:
streamPlayer is an easy to use web-player for Nullsoft's SHOUTcast Server stream.
It is written in HTML5 with flash fallback. It uses Apple iTunes' search API to collect
the cover information of the current track.
To edit the config file in e.g. 'define('STREAM_HOSTNAME', '127.0.0.1');' you will need
to change the string "127.0.0.1" (without the " ) to your desired hostname. Please do
so with all other constants.
Current setting is set to split on '-', so e.g.
* Psy - Gangnam Style
Then the artist would be: 'Psy', and title 'Gangnam Style', after being trimmed.
The current title will be searched over Apple iTunes' search API, check this URL to
collect more information about this service (More search APIs will be added in the future):
* http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html#searching
The HTML file is HTML5-valid, and the script's CSS file is valid with CSS3, too.
> How-to get started:
# Open config/settings.php with a file editor
# Change all necessary constants
# Upload all files onto your web-space and enjoy :)
> License: This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
> Developed by:
* djcrackhome [Sebastian Graebner] <[email protected]>
> Thanks to:
* Raimund B.
* Nico N. <github.com/peaceman>
* Patrick E.
> This script contains various items from these sources:
* JWPlayer <http://www.longtailvideo.com/jw-player/>
* malihu custom scrollbar plugin <http://manos.malihu.gr/jquery-custom-content-scroller/>
* Modernizr <http://www.modernizr.com/>
* Custom JQuery UI Slider <http://www.hongkiat.com/blog/jquery-volumn-slider/>
* and of course thanks a lot to JQuery <http://www.jquery.com>