$baseDir = '/home/alaskaji/public_html';
require_once($baseDir.'/includes/config.php');
$match = array();
$title = 'Jazz Singles Charts';
$desc = 'Jazz Singles Charts';
$keywords = 'Jazz, Songs, Singles, Charts, Top, Hits';
$match['year'] = ''; // '1999', '2000', etc.
$match['type1'] = 'Industry'; // 'Downloads', 'Industry', 'Label', 'Personal', 'Voting'
$match['type2'] = 'Singles'; // 'Albums', 'Artists', 'Artist Singles', 'Concerts', 'DVDs', 'MP3s', 'Performances', 'Ringtones', 'Singles', 'Videos'
$match['type3'] = 'Current'; // 'Current', 'Week', 'Year', 'Decade', 'All Time'
$match['type4'] = ''; // 'Undefined', 'Club', 'DJ', 'Downloads', 'Internet Radio', 'Radio'
$match['type5'] = ''; // 'Undefined', 'Drummer', 'Duo', 'Guitarist',Keyboardist', 'Lyricist', 'Vocalist'
$match['country'] = ''; // Use 2 letter abbreviation, or full name of continents: Africa, Europe, Scandinavia, World
$match['state'] = ''; // Use 2 letter abbreviation
// genre
$match['genre.name'] = 'Jazz'; // See values below
// use 'rating DESC' to sort with highest rated first, use 'RAND()' to sort in random order
$orderBy = 'rating DESC'; // 'rating DESC', 'RAND()'
/*
AAA
AC
Adult
African
Alternative
Americana
Bluegrass
Blues
Christian
ClassicRock
ountry
Dance
Gospel
HipHop
Indie
Jazz
Latin
Metal
Oldies
Pop
R&B
Rap
Reggae
Rock
World
*/
include($baseDir.'/header.php');
?>
|
include($baseDir.'/sidebar.php'); ?>
| |
= $title ?>
| Chart |
Chart Name |
Country |
if($match['type3'] != 'Current'){ ?>
#1 |
} ?>
foreach($match as $idx => $val){
if($val == ''){
unset($match[$idx]);
}
}
$charts = ChartEntry::get(0, $match, $orderBy);
if(is_array($charts) && count($charts)) {
foreach($charts as $chart){
$data = $chart->data;
$numberOne = ($data['top_artist'] != '' ? $data['top_artist'].' - ' : '').$data['top_song'];
if($data['album_url']) $numberOne = "{$numberOne}";
echo('');
echo('| '.$data['nam]." | \n");
echo(''.$data['title']." | \n");
echo(''.$data['country']." | \n");
if($match['type3'] != 'Current'){
echo(''.$numberOne." | \n");
}
echo(' ');
}
}else{
echo('| Sorry, there were no charts in this category | ');
}
?>
include($baseDir.'/footer.php'); ?>
Current Jazz Charts
|
Ringtones
| |
U.S. Industry Charts
| Chart |
Chart Name |
Country |
Genre |
| Radio & Records |
Smooth Jazz National Airplay |
US |
Jazz |
| RadioWave Airplay Monitor |
Top Smooth Jazz |
US |
Jazz |
| America's Music Charts |
Smooth Jazz |
US |
Jazz |
| WSJT 94.1 Smooth Jazz (Lakeland, FL) |
Playlist |
US |
Jazz |
| WJZT 97.7 (Woodville, FL) |
Top 20 |
US |
Jazz |
| WNUA 95.5 (Chicago, IL) |
Top Ten |
US |
Jazz |
| WLOQ 103.1 Smooth Jazz (Winter Park, FL) |
Top 25 Songs |
US |
Jazz |
| KBCS 91.3 (Bellevue, WA) |
Jazz Playlist |
US |
Jazz |
| WVMV V-98.7 (Detroit, MI) |
Current Playlist |
US |
Jazz |
| WSMJ 104.3 (Baltimore, MD) |
Top 10 |
US |
Jazz |
| WVSU 91.1 (Birmingham, AL) |
Hot 30 |
US |
Jazz |
| WZJZ 107.1 (Ft. Myers, FL) |
Top 10 |
US |
Jazz |
| KHJZ 95.7 (Houston, TX) |
Wave Top 20 |
US |
Jazz |
| WSJT 94.1 (Land O'Lakes, FL) |
Playlist |
US |
Jazz |
| KOAS 105.7 (Las Vegas, NV) |
Top 10 |
US |
Jazz |
| KTWV 94.7 The Wave (Los Angeles, CA) |
Playlist |
US |
Jazz |
| WLVE Love 94 (Miami, FL) |
Top 10 |
US |
Jazz |
| KRVR The River 105.5 (Modesto, CA) |
Playlist |
US |
Jazz |
| WLOQ 103.1 (Orlando, FL) |
Top 25 Songs |
US |
Jazz |
| KYOT 95.5 (Phoenix, AZ) |
Top 10 Songs |
US |
Jazz |
| KJZS 92.1 (Reno, NV) |
Top 20 Smooth Grooves |
US |
Jazz |
International Charts
| Chart |
Chart Name |
Country |
Genre |
| Chart Attack |
Jazz |
CA |
Jazz |
* If there are charts that belong on
this page or there are links that no longer work, please contact Alaska
Jim.
|
|