This is CD_DBase10_45.c in view mode; [Download] [Up]
#import <sys/types.h>
#import <stddef.h>
#import "CD_DBaseSubs.h"
/* This subroutine has information for CD's with 10 tracks, and
* which have 45 or more, but under 50 minutes of music on them.
*/
#define BDYLAN_SHOTOFLOVE 972001611 /* key parts = 2700.00.10.261 373 */
#define EJOHN_HONKYCHAT_MCA 973729512 /* key parts = 2704.60.10.312 320 */
#define ICEHOU_SIDEWALK 975443164 /* key parts = 2709.42.10.214 290 */
#define EJOHN_HONKYCHAT_POLY 977727912 /* key parts = 2715.68.10.312 320 */
#define EJOHN_CARIBOU_POLY 977737574 /* key parts = 2715.70.10.224 448 */
#define EJOHN_CARIBOU_MCA 978107174 /* key parts = 2716.72.10.224 450 */
#define SNICKS_WILDHEART 978299171 /* key parts = 2717.37.10.371 362 */
#define EJOHN_HONKYCHAT_UD 979753515 /* key parts = 2721.40.10.315 321 */
#define JMELLEN_HUMANWHEELS 981409516 /* key parts = 2726.10.10.316 213 */
#define PCOLLINS_HELLOGOING 985489504 /* key parts = 2737.35.10.304 184 */
#define RENAIS3_OTHERWOMAN 990107236 /* key parts = 2750.22.10.286 373 */
#define SUPERT_BREAKFAST_UD 995742321 /* key parts = 2765.71.10.321 446 */
#define SUPERT_BREAKFAST_AM 998075119 /* key parts = 2772.32.10.319 446 */
#define MOODY_OCTAVE 998953534 /* key parts = 2774.65.10.334 384 */
#define EAGLES_GREATHITS2 1007147189 /* key parts = 2797.47.10.389 280 */
#define EJOHN_CAPTFAN_POLY 1010031946 /* key parts = 2805.48.10.346 374 */
#define CAMEL_PRESSUREPOINTS 1012297638 /* key parts = 2811.70.10.438 365 */
#define MOODY_LONGDISTANCE 1012719922 /* key parts = 2813.08.10.322 199 */
#define EJOHN_TUMBLEWEED_MCA 1014299247 /* key parts = 2817.37.10.297 381 */
#define EJOHN_CAPTFAN_MCA 1014481546 /* key parts = 2818.00.10.346 376 */
#define EJOHN_TUMBLEWEED_POLY 1014496048 /* key parts = 2818.03.10.298 379 */
#define EJOHN_TUMBLEWEED_UD 1017001500 /* key parts = 2825.00.10.300 380 */
#define MIKEMECH_LIVINGYEARS 1020059238 /* key parts = 2833.37.10.288 385 */
#define JBROWN_IMALIVE 1020337501 /* key parts = 2834.20.10.301 267 */
#define ADOBASHI_FOX 1022555128 /* key parts = 2840.32.10.328 298 */
#define SUPERT_WHATCRISIS 1025641637 /* key parts = 2849.00.10.137 207 */
#define CRO_CLASSICMOODY 1029601554 /* key parts = 2860.00.10.354 349 */
#define SMCLACH_TOUCH 1033321502 /* key parts = 2870.25.10.302 410 */
#define MIKEMECH_WORDOFMOUTH 1035433612 /* key parts = 2876.15.10.262 398 */
#define EJOHN_GREATESTV2_MCA 1048883168 /* key parts = 2913.42.10.218 312 */
#define EJOHN_ROCKWEST_TCYE 1054105575 /* key parts = 2928.05.10.375 283 */
#define SHADFAX_MAGICT 1057763216 /* key parts = 2938.17.10.266 385 */
#define ICEHOU_BIGWHEEL 1067761618 /* key parts = 2966.00.10.268 417 */
void filltoc10_45(tocPtr, cdKey)
struct cd_toc *tocPtr;
u_int cdKey;
{
if ( cdKey == JBROWN_IMALIVE ) { /* 0:47:14-20 */
tocPtr->discPerformer = "Jackson Browne";
tocPtr->discTitle = "I'm Alive";
tocPtr->discCatNum = "007559615242600";
# if !defined(SKIPSONGS_Jackson_Browne)
SET_CDtt( 1, 05.01, "I'm Alive");
SET_CDtt( 2, 04.41, "My Problem is You");
SET_CDtt( 3, 04.38, "Everywhere I Go");
SET_CDtt( 4, 04.32, "I'll Do Anything");
SET_CDtt( 5, 03.53, "Miles Away");
SET_CDtt( 6, 06.05, "Too Many Angels");
SET_CDtt( 7, 04.51, "Take This Rain");
SET_CDtt( 8, 02.56, "Two of Me, Two of You");
SET_CDtt( 9, 06.08, "Sky Blue and Black");
SET_CDtt(10, 04.27, "All Good Things");
# endif
}
if ( cdKey == CAMEL_PRESSUREPOINTS ) { /* 0:46:51-70 */
tocPtr->discPerformer = "Camel";
tocPtr->discTitle = "Pressure Points, Live in Concert";
tocPtr->discCatNum = "004228238122400";
# if !defined(SKIPSONGS_Camel)
SET_CDtt( 1, 07.18, "Pressure Points");
SET_CDtt( 2, 03.51, "Drafted");
SET_CDtt( 3, 03.03, "Captured");
SET_CDtt( 4, 05.16, "Lies");
SET_CDtt( 5, 04.10, "Sasquatch");
SET_CDtt( 6, 05.19, "West Berlin");
SET_CDtt( 7, 04.49, "Fingertips");
SET_CDtt( 8, 04.28, "Wait");
SET_CDtt( 9, 02.30, "Rhayader");
SET_CDtt(10, 06.05, "Rhayader Goes to Town");
# endif
}
if ( cdKey == CRO_CLASSICMOODY ) { /* 0:47:40-00 */
tocPtr->discPerformer = "Classic Rock Orchestra";
tocPtr->discTitle = "Classic Moody Blues Hits";
SET_CDtt( 1, 05.54, "Nights in White Satin [with Michael Sadler]");
SET_CDtt( 2, 04.47, "Forever Autumn [with Justin Hayward]");
SET_CDtt( 3, 06.07, "Question [with Shaun Williamson]");
SET_CDtt( 4, 04.03, "Running Water [with Justin Hayward]");
SET_CDtt( 5, 04.47, "Blue World [with Justin Hayward]");
SET_CDtt( 6, 04.44, "The Voice [with Michael Sadler]");
SET_CDtt( 7, 03.39, "Blue Guitar [with Justin Hayward]");
SET_CDtt( 8, 03.57, "I'm Just a Singer in a Rock 'N' Roll Band [with Shaun Williamson]");
SET_CDtt( 9, 03.51, "Voices in the Sky [with Justin Hayward]");
SET_CDtt(10, 05.49, "In My World [with Justin Hayward]");
}
if ( cdKey == PCOLLINS_HELLOGOING ) { /* 0:45:37-35 */
tocPtr->discPerformer = "Phil Collins";
tocPtr->discTitle = "Hello, I Must be Going!";
tocPtr->discCatNum = "007567800352300";
SET_CDtt( 1, 05.04, "I Don't Care Anymore");
SET_CDtt( 2, 05.16, "I Cannot Believe It's true");
SET_CDtt( 3, 05.08, "Like China");
SET_CDtt( 4, 04.58, "Do You Know, Do You Care?");
SET_CDtt( 5, 02.56, "You Can't Hurry Love");
SET_CDtt( 6, 04.17, "It Don't Matter to Me");
SET_CDtt( 7, 05.05, "Thru These Walls");
SET_CDtt( 8, 04.45, "Don't Let Him Steal Your Heart Away");
SET_CDtt( 9, 05.02, "The West Side");
SET_CDtt(10, 03.04, "Why Can't It Wait 'til Morning");
}
if ( cdKey == ADOBASHI_FOX ) { /* 0:47:20-32 */
tocPtr->discPerformer = "Akio Dobashi [with Annie Haslam]";
tocPtr->discTitle = "Fox";
tocPtr->discCatNum = "498801505327200";
SET_CDtt( 1, 05.28, "Diving For Pearls");
SET_CDtt( 2, 05.35, "Lost in Love");
SET_CDtt( 3, 05.17, "Luminai");
SET_CDtt( 4, 04.36, "Gotta Do Something About Your Love");
SET_CDtt( 5, 03.20, "Paradise");
SET_CDtt( 6, 04.46, "Evolution of Mind");
SET_CDtt( 7, 04.36, "Lament");
SET_CDtt( 8, 02.59, "Kyrie Eleison");
SET_CDtt( 9, 05.43, "A Poet on the Hill");
SET_CDtt(10, 04.58, "Six Days and Seven Nights");
}
if ( cdKey == BDYLAN_SHOTOFLOVE ) { /* 0:45:00-00 */
tocPtr->discPerformer = "Bob Dylan";
tocPtr->discTitle = "Shot of Love";
# if !defined(SKIPSONGS_Bob_Dylan)
SET_CDtt( 1, 04.21, "Shot Of Love");
SET_CDtt( 2, 04.36, "Heart Of Mine");
SET_CDtt( 3, 04.36, "Property Of Jesus");
SET_CDtt( 4, 04.36, "Lenny Bruce");
SET_CDtt( 5, 04.13, "Watered±Down Love");
SET_CDtt( 6, 04.05, "The Groom's Still Waiting At The Altar");
SET_CDtt( 7, 04.04, "Dead Man, Dead Man");
SET_CDtt( 8, 03.37, "In The Summertime");
SET_CDtt( 9, 04.37, "Trouble");
SET_CDtt(10, 06.13, "Every Grain Of Sand");
# endif
}
if ( cdKey == EAGLES_GREATHITS2 ) { /* 0:46:37-47 */
tocPtr->discPerformer = "Eagles";
tocPtr->discTitle = "Eagles Greatest Hits, Volume 2";
tocPtr->discCatNum = "007559602052700";
# if !defined(SKIPSONGS_Eagles)
SET_CDtt( 1, 06.29, "Hotel California");
SET_CDtt( 2, 04.24, "Heartache Tonight");
SET_CDtt( 3, 02.58, "Seven Bridges Road");
SET_CDtt( 4, 04.09, "Victim of Love");
SET_CDtt( 5, 05.32, "The Sad Cafe");
SET_CDtt( 6, 04.44, "Life in the Fast Lane");
SET_CDtt( 7, 04.54, "I Can't Tell You Why");
SET_CDtt( 8, 05.04, "New Kid In Town");
SET_CDtt( 9, 03.41, "The Long Run");
SET_CDtt(10, 04.40, "After the Thrill is Gone");
# endif
}
if ( cdKey == ICEHOU_SIDEWALK ) { /* 0:45:09-42 */
tocPtr->discPerformer = "Icehouse";
tocPtr->discTitle = "Sidewalk";
# if !defined(SKIPSONGS_Icehouse)
SET_CDtt( 1, 03.34, "Taking The Town");
SET_CDtt( 2, 04.15, "This Time");
SET_CDtt( 3, 04.17, "Someone Like You");
SET_CDtt( 4, 05.10, "Stay Close Tonight");
SET_CDtt( 5, 05.17, "Don't Believe Anymore");
SET_CDtt( 6, 04.09, "Sidewalk");
SET_CDtt( 7, 04.49, "Dusty Pages");
SET_CDtt( 8, 03.44, "On My Mind");
SET_CDtt( 9, 05.02, "Shot Down");
SET_CDtt(10, 04.50, "The Mountain");
# endif
}
if ( cdKey == ICEHOU_BIGWHEEL ) { /* 0:49:26-00 */
tocPtr->discPerformer = "Icehouse";
tocPtr->discTitle = "Big Wheel";
# if !defined(SKIPSONGS_Icehouse)
SET_CDtt( 1, 04.28, "Big Wheel");
SET_CDtt( 2, 04.20, "Satellite");
SET_CDtt( 3, 04.07, "Goodbye, Valentine");
SET_CDtt( 4, 05.21, "Judas");
SET_CDtt( 5, 06.11, "Invisible People");
SET_CDtt( 6, 05.34, "Feed the Machine");
SET_CDtt( 7, 04.06, "Cadillac");
SET_CDtt( 8, 03.55, "Sam the Man");
SET_CDtt( 9, 04.25, "Stolen Guitar");
SET_CDtt(10, 06.57, "The System");
# endif
}
if ( cdKey == EJOHN_TUMBLEWEED_MCA ) { /* 0:46:57-37 */
tocPtr->discPerformer = "Elton John";
tocPtr->discTitle = "Tumbleweed Connection [MCA]";
# if !defined(SKIPSONGS_Elton_John)
SET_CDtt( 1, 04.57, "Ballad of a Well±Known Gun");
SET_CDtt( 2, 03.26, "Come Down in Time");
SET_CDtt( 3, 05.07, "Country Comfort");
SET_CDtt( 4, 03.46, "Son Of Your Father");
SET_CDtt( 5, 06.19, "My Father's Gun");
SET_CDtt( 6, 04.12, "Where to Now St. Peter?");
SET_CDtt( 7, 03.41, "Love Song");
SET_CDtt( 8, 04.58, "Amoreena");
SET_CDtt( 9, 04.08, "Talking Old Soldiers");
SET_CDtt(10, 06.21, "Burn Down The Mission");
# endif
}
if ( cdKey == EJOHN_TUMBLEWEED_UD ) { /* 0:47:05-00 */
tocPtr->discPerformer = "Elton John";
tocPtr->discTitle = "Tumbleweed Connection [UltraDisc]";
# if !defined(SKIPSONGS_Elton_John)
SET_CDtt( 1, 05.00, "Ballad of a Well±Known Gun");
SET_CDtt( 2, 03.26, "Come Down in Time");
SET_CDtt( 3, 05.06, "Country Comfort");
SET_CDtt( 4, 03.48, "Son Of Your Father");
SET_CDtt( 5, 06.22, "My Father's Gun");
SET_CDtt( 6, 04.12, "Where to Now St. Peter?");
SET_CDtt( 7, 03.42, "Love Song");
SET_CDtt( 8, 04.58, "Amoreena");
SET_CDtt( 9, 04.09, "Talking Old Soldiers");
SET_CDtt(10, 06.20, "Burn Down The Mission");
# endif
}
if ( cdKey == EJOHN_TUMBLEWEED_POLY ) { /* 0:46:58-03 */
tocPtr->discPerformer = "Elton John";
tocPtr->discTitle = "Tumbleweed Connection [Polydor]";
# if !defined(SKIPSONGS_Elton_John)
SET_CDtt( 1, 04.58, "Ballad of a Well±Known Gun");
SET_CDtt( 2, 03.26, "Come Down in Time");
SET_CDtt( 3, 05.06, "Country Comfort");
SET_CDtt( 4, 03.47, "Son Of Your Father");
SET_CDtt( 5, 06.20, "My Father's Gun");
SET_CDtt( 6, 04.13, "Where to Now St. Peter?");
SET_CDtt( 7, 03.40, "Love Song");
SET_CDtt( 8, 05.00, "Amoreena");
SET_CDtt( 9, 04.07, "Talking Old Soldiers");
SET_CDtt(10, 06.19, "Burn Down The Mission");
# endif
}
if ( cdKey == EJOHN_HONKYCHAT_MCA ) { /* 0:45:04-60 */
tocPtr->discPerformer = "Elton John";
tocPtr->discTitle = "Honky Chateau [MCA]";
# if !defined(SKIPSONGS_Elton_John)
SET_CDtt( 1, 05.12, "Honky Cat");
SET_CDtt( 2, 05.31, "Mellow");
SET_CDtt( 3, 03.33, "I Think I'm Gonna Kill Myself");
SET_CDtt( 4, 03.24, "Suzie (Dramas)");
SET_CDtt( 5, 04.40, "Rocket Man (I Think It's Going To Be A Long Long Time)");
SET_CDtt( 6, 03.59, "Salvation");
SET_CDtt( 7, 04.20, "Slave");
SET_CDtt( 8, 04.04, "Amy");
SET_CDtt( 9, 04.59, "Mona Lisas and Mad Hatters");
SET_CDtt(10, 05.20, "Hercules");
# endif
}
if ( cdKey == EJOHN_HONKYCHAT_UD ) { /* 0:45:21-40 */
tocPtr->discPerformer = "Elton John";
tocPtr->discTitle = "Honky Chateau [UltraDisc]";
# if !defined(SKIPSONGS_Elton_John)
SET_CDtt( 1, 05.15, "Honky Cat");
SET_CDtt( 2, 05.32, "Mellow");
SET_CDtt( 3, 03.35, "I Think I'm Gonna Kill Myself");
SET_CDtt( 4, 03.27, "Suzie (Dramas)");
SET_CDtt( 5, 04.45, "Rocket Man (I Think It's Going To Be A Long Long Time)");
SET_CDtt( 6, 03.59, "Salvation");
SET_CDtt( 7, 04.22, "Slave");
SET_CDtt( 8, 04.03, "Amy");
SET_CDtt( 9, 05.00, "Mona Lisas and Mad Hatters");
SET_CDtt(10, 05.21, "Hercules");
# endif
}
if ( cdKey == EJOHN_HONKYCHAT_POLY ) { /* 0:45:15-68 */
tocPtr->discPerformer = "Elton John";
tocPtr->discTitle = "Honky Chateau [Polydor]";
# if !defined(SKIPSONGS_Elton_John)
SET_CDtt( 1, 05.12, "Honky Cat");
SET_CDtt( 2, 05.33, "Mellow");
SET_CDtt( 3, 03.35, "I Think I'm Gonna Kill Myself");
SET_CDtt( 4, 03.27, "Suzie (Dramas)");
SET_CDtt( 5, 04.41, "Rocket Man (I Think It's Going To Be A Long Long Time)");
SET_CDtt( 6, 03.59, "Salvation");
SET_CDtt( 7, 04.22, "Slave");
SET_CDtt( 8, 04.03, "Amy");
SET_CDtt( 9, 05.01, "Mona Lisas and Mad Hatters");
SET_CDtt(10, 05.20, "Hercules");
# endif
}
if ( cdKey == EJOHN_CARIBOU_MCA ) { /* 0:45:16-72 */
tocPtr->discPerformer = "Elton John";
tocPtr->discTitle = "Caribou [MCA]";
# if !defined(SKIPSONGS_Elton_John)
SET_CDtt( 1, 03.44, "The Bitch is Back");
SET_CDtt( 2, 03.54, "Pinky");
SET_CDtt( 3, 03.46, "Grimsby");
SET_CDtt( 4, 02.55, "Dixie Lily");
SET_CDtt( 5, 02.52, "Solar Prestige A Gammon");
SET_CDtt( 6, 04.51, "You're So Static");
SET_CDtt( 7, 04.48, "I've Seen the Saucers");
SET_CDtt( 8, 05.19, "Stinker");
SET_CDtt( 9, 05.35, "Don't Let The Sun Go Down On Me");
SET_CDtt(10, 07.30, "Ticking");
# endif
}
if ( cdKey == EJOHN_CARIBOU_POLY ) { /* 0:45:15-70 */
tocPtr->discPerformer = "Elton John";
tocPtr->discTitle = "Caribou [Polydor]";
# if !defined(SKIPSONGS_Elton_John)
SET_CDtt( 1, 03.44, "The Bitch is Back");
SET_CDtt( 2, 03.54, "Pinky");
SET_CDtt( 3, 03.47, "Grimsby");
SET_CDtt( 4, 02.54, "Dixie Lily");
SET_CDtt( 5, 02.52, "Solar Prestige A Gammon");
SET_CDtt( 6, 04.52, "You're So Static");
SET_CDtt( 7, 04.47, "I've Seen the Saucers");
SET_CDtt( 8, 05.20, "Stinker");
SET_CDtt( 9, 05.35, "Don't Let The Sun Go Down On Me");
SET_CDtt(10, 07.28, "Ticking");
# endif
}
if ( cdKey == EJOHN_CAPTFAN_MCA ) { /* 0:46:58-00 */
tocPtr->discPerformer = "Elton John";
tocPtr->discTitle = "Captain Fantastic and the Brown Dirt Cowboy [MCA]";
# if !defined(SKIPSONGS_Elton_John)
SET_CDtt( 1, 05.46, "Captain Fantastic and the Brown Dirt Cowboy");
SET_CDtt( 2, 04.29, "Tower of Babel");
SET_CDtt( 3, 04.35, "Bitter Fingers");
SET_CDtt( 4, 04.22, "Tell Me When the Whistle Blows");
SET_CDtt( 5, 06.48, "Someone Saved My Life Tonight");
SET_CDtt( 6, 04.03, "(Gotta Get A) Meal Ticket");
SET_CDtt( 7, 02.38, "Better Off Dead");
SET_CDtt( 8, 03.41, "Writing");
SET_CDtt( 9, 04.18, "We All Fall In Love Sometimes");
SET_CDtt(10, 06.16, "Curtains");
# endif
}
if ( cdKey == EJOHN_CAPTFAN_POLY ) { /* 0:46:45-48 */
tocPtr->discPerformer = "Elton John";
tocPtr->discTitle = "Captain Fantastic and the Brown Dirt Cowboy [Polydor]";
# if !defined(SKIPSONGS_Elton_John)
SET_CDtt( 1, 05.46, "Captain Fantastic and the Brown Dirt Cowboy");
SET_CDtt( 2, 04.28, "Tower of Babel");
SET_CDtt( 3, 04.33, "Bitter Fingers");
SET_CDtt( 4, 04.21, "Tell Me When the Whistle Blows");
SET_CDtt( 5, 06.46, "Someone Saved My Life Tonight");
SET_CDtt( 6, 04.01, "(Gotta Get A) Meal Ticket");
SET_CDtt( 7, 02.37, "Better Off Dead");
SET_CDtt( 8, 03.41, "Writing");
SET_CDtt( 9, 04.16, "We All Fall In Love Sometimes");
SET_CDtt(10, 06.14, "Curtains");
# endif
}
if ( cdKey == EJOHN_ROCKWEST_TCYE ) { /* 0:48:48-05 */
tocPtr->discPerformer = "Elton John";
tocPtr->discTitle = "Rock of the Westies [The Classic Years]";
# if !defined(SKIPSONGS_Elton_John)
SET_CDtt( 1, 06.15, "Medley (Yell Help, Wednesday Night, Ugly)");
SET_CDtt( 2, 03.29, "Dan Dare (Pilot of the Future)");
SET_CDtt( 3, 03.42, "Island Girl");
SET_CDtt( 4, 04.48, "Grow Some Funk of Your Own");
SET_CDtt( 5, 05.27, "I Feel Like a Bullet (In the Gun of Robert Ford)");
SET_CDtt( 6, 06.25, "Street Kids");
SET_CDtt( 7, 05.16, "Hard Luck Story");
SET_CDtt( 8, 04.01, "Feed Me");
SET_CDtt( 9, 04.40, "Billy Bones and the White Bird");
SET_CDtt(10, 04.43, "Don't Go Breaking My Heart [with Kiki Dee]");
# endif
}
if ( cdKey == EJOHN_GREATESTV2_MCA ) { /* 0:48:33-42 */
tocPtr->discPerformer = "Elton John";
tocPtr->discTitle = "Greatest Hits, Volume II [MCA]";
# if !defined(SKIPSONGS_Elton_John)
SET_CDtt( 1, 03.38, "The Bitch is Back");
SET_CDtt( 2, 05.58, "Lucy in the Sky with Diamonds");
SET_CDtt( 3, 03.46, "Sorry Seems to be the Hardest Word");
SET_CDtt( 4, 04.24, "Don't Go Breaking My Heart");
SET_CDtt( 5, 06.45, "Someone Saved My Life Tonight");
SET_CDtt( 6, 05.24, "Philidephia Freedom");
SET_CDtt( 7, 03.44, "Island Girl");
SET_CDtt( 8, 04.17, "Grow Some Funk Of Your Own");
SET_CDtt( 9, 05.23, "Levon");
SET_CDtt(10, 05.12, "Pinball Wizard");
# endif
}
if ( cdKey == SMCLACH_TOUCH ) { /* 0:47:50-25 */
tocPtr->discPerformer = "Sarah McLachlan";
tocPtr->discTitle = "Touch";
SET_CDtt( 1, 05.02, "Out of the Shadows");
SET_CDtt( 2, 04.53, "Vox");
SET_CDtt( 3, 04.07, "Strange World");
SET_CDtt( 4, 04.49, "Trust");
SET_CDtt( 5, 03.15, "Touch");
SET_CDtt( 6, 04.44, "Steaming");
SET_CDtt( 7, 04.31, "Sad Clown");
SET_CDtt( 8, 04.40, "Uphill Battle");
SET_CDtt( 9, 04.57, "Ben's Song");
SET_CDtt(10, 06.50, "Vox [extended]");
}
if ( cdKey == JMELLEN_HUMANWHEELS ) { /* 0:45:26-10 */
tocPtr->discPerformer = "John Mellencamp";
tocPtr->discTitle = "Human Wheels";
SET_CDtt( 1, 05.16, "When Jesus Left Birmingham");
SET_CDtt( 2, 04.12, "Junior");
SET_CDtt( 3, 05.35, "Human Wheels");
SET_CDtt( 4, 03.53, "Beige to Beige");
SET_CDtt( 5, 05.16, "Case 795 (The Family)");
SET_CDtt( 6, 03.55, "Suzanne and the Jewels");
SET_CDtt( 7, 04.52, "Sweet Evening Breeze");
SET_CDtt( 8, 05.09, "What if I Came Knocking");
SET_CDtt( 9, 03.43, "French Shoes");
SET_CDtt(10, 03.33, "To The River");
}
if ( cdKey == MIKEMECH_LIVINGYEARS ) { /* 0:47:13-37 */
tocPtr->discPerformer = "Mike + The Mechanics";
tocPtr->discTitle = "The Living Years";
SET_CDtt( 1, 04.48, "Nobody's Perfect");
SET_CDtt( 2, 05.32, "The Living Years");
SET_CDtt( 3, 03.13, "Seeing Is Believing");
SET_CDtt( 4, 04.24, "Nobody Knows");
SET_CDtt( 5, 04.33, "Poor Boy Down");
SET_CDtt( 6, 05.24, "Blame");
SET_CDtt( 7, 05.45, "Don't");
SET_CDtt( 8, 03.28, "Black & Blue");
SET_CDtt( 9, 03.39, "Beautiful Day");
SET_CDtt(10, 06.25, "Why Me?");
}
if ( cdKey == MIKEMECH_WORDOFMOUTH ) { /* 0:47:56-15 */
tocPtr->discPerformer = "Mike + The Mechanics";
tocPtr->discTitle = "Word of Mouth";
tocPtr->discCatNum = "007567822332700";
SET_CDtt( 1, 04.22, "Get Up");
SET_CDtt( 2, 03.57, "Word of Mouth");
SET_CDtt( 3, 04.50, "A Time And Place");
SET_CDtt( 4, 04.38, "Yesterday, Today, Tomorrow");
SET_CDtt( 5, 05.08, "The Way You Look At Me");
SET_CDtt( 6, 03.57, "Everybody Gets A Second Chance");
SET_CDtt( 7, 03.54, "Stop Baby");
SET_CDtt( 8, 04.55, "My Crime Of Passion");
SET_CDtt( 9, 05.35, "Let's Pretend It Didn't Happen");
SET_CDtt(10, 06.38, "Before (The Next Heartache Falls)");
}
if ( cdKey == MOODY_OCTAVE ) { /* 0:46:14-65 */
tocPtr->discPerformer = "Moody Blues";
tocPtr->discTitle = "Octave";
tocPtr->discCatNum = "004228203292800";
# if !defined(SKIPSONGS_Moody_Blues)
SET_CDtt( 1, 05.34, "Steppin' in a Slide Zone");
SET_CDtt( 2, 05.00, "Under Moonshine");
SET_CDtt( 3, 03.41, "Had To Fall in Love");
SET_CDtt( 4, 03.49, "I'll Be Level With You");
SET_CDtt( 5, 05.02, "Driftwood");
SET_CDtt( 6, 03.43, "Top Rank Suite");
SET_CDtt( 7, 04.21, "I'm Your Man");
SET_CDtt( 8, 04.10, "Survival");
SET_CDtt( 9, 04.28, "One Step Into The Light");
SET_CDtt(10, 06.24, "The Day We Meet Again");
# endif
}
if ( cdKey == MOODY_LONGDISTANCE ) { /* 0:46:53-08 */
tocPtr->discPerformer = "Moody Blues";
tocPtr->discTitle = "Long Distance Voyager";
tocPtr->discCatNum = "004228201052000";
# if !defined(SKIPSONGS_Moody_Blues)
SET_CDtt( 1, 05.22, "The Voice");
SET_CDtt( 2, 07.20, "Talking Out of Turn");
SET_CDtt( 3, 04.10, "Gemini Dream");
SET_CDtt( 4, 07.22, "In My World");
SET_CDtt( 5, 04.09, "Meanwhile");
SET_CDtt( 6, 05.27, "22,000 Days");
SET_CDtt( 7, 05.46, "Nervous");
SET_CDtt( 8, 03.19, "Painted Smile");
SET_CDtt( 9, 00.37, "Reflective Smile");
SET_CDtt(10, 03.19, "Veteran Cosmic Rocker");
# endif
}
if ( cdKey == SNICKS_WILDHEART ) { /* 0:45:17-37 */
tocPtr->discPerformer = "Stevie Nicks";
tocPtr->discTitle = "The Wild Heart";
tocPtr->discCatNum = "002292500712400";
SET_CDtt( 1, 06.11, "Wild Heart");
SET_CDtt( 2, 04.09, "If Anyone Falls");
SET_CDtt( 3, 04.07, "Gate And Garden");
SET_CDtt( 4, 03.06, "Enchanted");
SET_CDtt( 5, 05.01, "Nightbird");
SET_CDtt( 6, 04.52, "Stand Back");
SET_CDtt( 7, 03.22, "I Will Run To You");
SET_CDtt( 8, 04.09, "Nothing Ever Changes");
SET_CDtt( 9, 04.16, "Sable On Blond");
SET_CDtt(10, 06.02, "Beauty And The Beast");
}
if ( cdKey == RENAIS3_OTHERWOMAN ) { /* 0:45:50-22 */
tocPtr->discPerformer = "Renaissance [3]";
tocPtr->discTitle = "The Other Woman";
# if !defined(SKIPSONGS_Renaissance)
SET_CDtt( 1, 04.46, "Deja Vu");
SET_CDtt( 2, 05.01, "Love Lies, Love Dies");
SET_CDtt( 3, 03.55, "Don't Talk");
SET_CDtt( 4, 05.21, "The Other Woman");
SET_CDtt( 5, 04.56, "Lock in on Love");
SET_CDtt( 6, 04.24, "Northern Lights");
SET_CDtt( 7, 04.48, "So BlasÝ");
SET_CDtt( 8, 04.29, "Quicksilver");
SET_CDtt( 9, 01.55, "May You Be Blessed");
SET_CDtt(10, 06.13, "Somewhere West of Here");
# endif
}
if ( cdKey == SHADFAX_MAGICT ) { /* 0:48:58-17 */
tocPtr->discPerformer = "Shadowfax";
tocPtr->discTitle = "Magic Theater";
tocPtr->discCatNum = "007599425482100";
# if !defined(SKIPSONGS_Shadowfax)
SET_CDtt( 1, 04.26, "Imaginary Islands");
SET_CDtt( 2, 04.56, "Hey! Your Hat's On Backwards");
SET_CDtt( 3, 05.08, "Secret Gathering");
SET_CDtt( 4, 04.40, "Ebony Wind");
SET_CDtt( 5, 05.57, "Castaneda's Boogie");
SET_CDtt( 6, 04.42, "Baker's Dozen");
SET_CDtt( 7, 03.49, "Night Passage");
SET_CDtt( 8, 03.56, "Remembrance");
SET_CDtt( 9, 04.57, "How Much Does Zambabwe?");
SET_CDtt(10, 06.25, "The Spirit Door");
# endif
}
if ( cdKey == SUPERT_WHATCRISIS ) { /* 0:47:29-00 */
tocPtr->discPerformer = "Supertramp";
tocPtr->discTitle = "Crisis? What Crisis?";
tocPtr->discCatNum = "008283945602900";
SET_CDtt( 1, 02.17, "Easy Does It");
SET_CDtt( 2, 05.15, "Sister Moonshine");
SET_CDtt( 3, 05.12, "Ain't Nobody But Me");
SET_CDtt( 4, 04.58, "A Soapbox Opera");
SET_CDtt( 5, 06.17, "Another Man's Woman");
SET_CDtt( 6, 05.26, "Lady");
SET_CDtt( 7, 05.07, "Poor Boy");
SET_CDtt( 8, 04.03, "Just a Normal Day");
SET_CDtt( 9, 05.25, "The Meaning");
SET_CDtt(10, 03.27, "Two of Us");
}
if ( cdKey == SUPERT_BREAKFAST_AM ) { /* 0:46:12-32 */
tocPtr->discPerformer = "Supertramp";
tocPtr->discTitle = "Breakfast In America [A&M]";
SET_CDtt( 1, 05.19, "Gone Hollywood");
SET_CDtt( 2, 04.10, "The Logical Song");
SET_CDtt( 3, 05.51, "Goodbye Stranger");
SET_CDtt( 4, 02.39, "Breakfast In America");
SET_CDtt( 5, 04.02, "Oh Darling");
SET_CDtt( 6, 05.09, "Take the Long Way Home");
SET_CDtt( 7, 04.10, "Lord Is It Mine");
SET_CDtt( 8, 04.25, "Just Another Nervous Wreck");
SET_CDtt( 9, 02.59, "Casual Conversations");
SET_CDtt(10, 07.26, "Child of Vision");
}
if ( cdKey == SUPERT_BREAKFAST_UD ) { /* 0:46:05-71 */
tocPtr->discPerformer = "Supertramp";
tocPtr->discTitle = "Breakfast In America [UltraDisc]";
SET_CDtt( 1, 05.21, "Gone Hollywood");
SET_CDtt( 2, 04.11, "The Logical Song");
SET_CDtt( 3, 05.50, "Goodbye Stranger");
SET_CDtt( 4, 02.40, "Breakfast In America");
SET_CDtt( 5, 03.52, "Oh Darling");
SET_CDtt( 6, 05.09, "Take the Long Way Home");
SET_CDtt( 7, 04.09, "Lord Is It Mine");
SET_CDtt( 8, 04.26, "Just Another Nervous Wreck");
SET_CDtt( 9, 02.59, "Casual Conversations");
SET_CDtt(10, 07.26, "Child of Vision");
}
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.