Go to the source code of this file.
Functions | |
Components utils | import ("resource://app/jsmodules/URLUtils.jsm") |
Variables | |
const | SB_SHOUTCAST_APIKEY = "ia9p4XYXmOPEtXzL" |
const | SB_SHOUTCAST_APIURL = "http://api.shoutcast.com/legacy/" |
const | SB_SHOUTCAST_APITOP500 = "Top500" |
const | SB_SHOUTCAST_APIGENRE = "genresearch" |
const | SB_SHOUTCAST_APIPARAMS = {mt: "audio/mpeg", k: SB_SHOUTCAST_APIKEY} |
const | SB_SHOUTCAST_TUNEURL = "http://yp.shoutcast.com/sbin/tunein-station.pls" |
Components utils import | ( | "resource://app/jsmodules/URLUtils.jsm" | ) |
const SB_SHOUTCAST_APIGENRE = "genresearch" |
Definition at line 22 of file shoutcast.js.
const SB_SHOUTCAST_APIKEY = "ia9p4XYXmOPEtXzL" |
Definition at line 17 of file shoutcast.js.
const SB_SHOUTCAST_APIPARAMS = {mt: "audio/mpeg", k: SB_SHOUTCAST_APIKEY} |
Definition at line 27 of file shoutcast.js.
const SB_SHOUTCAST_APITOP500 = "Top500" |
Definition at line 21 of file shoutcast.js.
const SB_SHOUTCAST_APIURL = "http://api.shoutcast.com/legacy/" |
Definition at line 20 of file shoutcast.js.
const SB_SHOUTCAST_TUNEURL = "http://yp.shoutcast.com/sbin/tunein-station.pls" |
Definition at line 30 of file shoutcast.js.