Stream Directory

Stream Directory

About the Widget

The Stream Directory widget displays a list of all stations currently broadcasting from your hosting server. The stream title, listener count, and current track information are provided for each station, with a clickable link to tune in.

The list is automatically updated at regular intervals such that it always displays the latest stream information.

Note that for privacy reasons your administrator may have disabled this feature, so this widget may not appear on your Widgets page.

Advanced Customization

CSS

Developers familiar with cascading stylesheets (CSS) may embed in their pages a stylesheet similar to the following to customize the appearance of the widget:

/* Container element for the widget */
.cc_streamlist_root {
}
/* Container for the list of streams */
.cc_streamlist_root > ul {
}
/* Container for an individual stream in the list */
.cc_streamlist_root > ul > li {
}
/* Container for a stream's details */
.cc_streamlist_root > ul > li > .stream_entry_details {
}
/* A stream's title and start page link */
.cc_streamlist_root > ul > li > .stream_entry_details > a {
}
/* A stream's current listener count */
.cc_streamlist_root > ul > li > .stream_entry_details > .cc_streamlist_entry_listeners {
}
/* The "loading" spinner for a stream in the list */
.cc_streamlist_root > ul > li > .stream_entry_details > .cc_streamlist_entry_loading {
}
/* Container for a stream's status (now-playing information, or offline) */
.cc_streamlist_root > ul > li > .stream_entry_status {
}

Previous: Tune In
Section: Widgets
Next: Web Player