This is CD_DBase11_40.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 11 tracks, and
* which have 40 or more, but under 49 minutes of music on them.
*/
#define WEIRDAL_TVALBUM 865321723 /* key parts = 2403.50.11.223 309 */
#define ENYA_WATERMARK 866281795 /* key parts = 2406.25.11.145 236 */
#define BSPRING_RIVER_D1 870721714 /* key parts = 2418.50.11.214 301 */
#define TDREAM_LEGEND 877201662 /* key parts = 2436.50.11.312 293 */
#define APP_TALESOFMYS_UDII 883451323 /* key parts = 2454.02.11.223 254 */
#define TPHEART_LETMEUP 890075350 /* key parts = 2472.32.11.250 212 */
#define U2_OCTOBER 890315353 /* key parts = 2473.07.11.253 182 */
#define GLIGHT_DONQUIXOTE 903299322 /* key parts = 2509.12.11.222 365 */
#define PINKF_PIPERATGATES 906563352 /* key parts = 2518.17.11.252 202 */
#define PINKF_PIPERATGATES_REM 907033752 /* key parts = 2519.40.11.252 202 */
#define MCCARPEN_SHOOTINGSTRA 913624097 /* key parts = 2537.63.11.197 261 */
#define RSTARR_OLDWAVE 919345693 /* key parts = 2553.55.11.193 334 */
#define CATKINS_READLICKS 920113694 /* key parts = 2555.65.11.194 228 */
#define PBARDENS_BIGSKY 920651396 /* key parts = 2557.27.11.296 105 */
#define APP_TALESOFMYS 923017754 /* key parts = 2563.70.11.254 286 */
#define ENYA_MEMORYOFTREES 948044959 /* key parts = 2633.34.11.259 309 */
#define MASONFENN_PROFILES 955115310 /* key parts = 2653.07.11.360 119 */
#define SNICKS_ROCKALITTLE 969961777 /* key parts = 2694.25.11.277 275 */
#define LIBWW_TIMES 984025724 /* key parts = 2733.30.11.224 262 */
#define ICEHOU_SINGLES_D3 1003537741 /* key parts = 2787.45.11.241 291 */
#define ASTEW_FAMOUSLASTW 1021091316 /* key parts = 2836.27.11.216 276 */
#define ASTEW_RUSS_AMER 1023001743 /* key parts = 2841.50.11.243 265 */
#define SRVAUGHAN_GREATEST 1029083313 /* key parts = 2858.42.11.213 256 */
#define EJOHN_GREATEST_POLY 1036129741 /* key parts = 2878.10.11.241 235 */
#define EJOHN_HONKYCHAT_TCY 1045331263 /* key parts = 2903.52.11.313 173 */
#define AGRANT_HOUSEL 1046776151 /* key parts = 2907.53.11.251 317 */
#define EJOHN_GREATEST_DCC 1047232143 /* key parts = 2908.73.11.243 230 */
#define APP_BESTOFV2 1054753730 /* key parts = 2929.65.11.230 202 */
#define PINKF_RELICS 1059323275 /* key parts = 2942.42.11.175 202 */
#define PINKF_RELICS_EMI 1067401676 /* key parts = 2965.00.11.176 202 */
#define MGAR_POINTOFIMPACT 1068265677 /* key parts = 2967.30.11.177 275 */
#define SNIFFN_RETROSPECT 1069849700 /* key parts = 2971.60.11.350 374 */
#define JBECK_FLASH 1074721778 /* key parts = 2985.25.11.278 222 */
#define SCROW_TUESNIGHTMUSIC 1076545793 /* key parts = 2990.30.11.293 335 */
void filltoc11_40(tocPtr, cdKey)
struct cd_toc *tocPtr;
u_int cdKey;
{
if ( cdKey == APP_TALESOFMYS ) { /* 0:42:43-70 */
tocPtr->discPerformer = "Alan Parsons Project";
tocPtr->discTitle = "Tales of Mystery and Imagination";
tocPtr->discCatNum = "004228328202500";
# if !defined(SKIPSONGS_Alan_Parsons_Project)
SET_CDtt( 1, 04.14, "A Dream within a Dream [instrumental]");
SET_CDtt( 2, 03.58, "The Raven");
SET_CDtt( 3, 04.38, "The Tell-tale Heart");
SET_CDtt( 4, 04.34, "The Cask of Amontillado");
SET_CDtt( 5, 04.21, "(The System of) Doctor Tarr and Professor Fether");
SET_CDtt( 6, 07.02, "House of Usher: I. Prelude");
SET_CDtt( 7, 02.40, "House of Usher: II. Arrival");
SET_CDtt( 8, 01.00, "House of Usher: III. Intermezzo");
SET_CDtt( 9, 04.37, "House of Usher: IV. Pavane");
SET_CDtt(10, 00.51, "House of Usher: V. Fall");
SET_CDtt(11, 04.46, "To One in Paradise");
# endif
}
if ( cdKey == APP_TALESOFMYS_UDII ) { /* 0:40:54-02 */
tocPtr->discPerformer = "Alan Parsons Project";
tocPtr->discTitle = "Tales of Mystery and Imagination [UltraDisc II]";
# if !defined(SKIPSONGS_Alan_Parsons_Project)
SET_CDtt( 1, 03.43, "A Dream within a Dream [instrumental]");
SET_CDtt( 2, 04.01, "The Raven");
SET_CDtt( 3, 04.43, "The Tell-tale Heart");
SET_CDtt( 4, 04.28, "The Cask of Amontillado");
SET_CDtt( 5, 04.19, "(The System of) Doctor Tarr and Professor Fether");
SET_CDtt( 6, 05.50, "House of Usher: I. Prelude");
SET_CDtt( 7, 02.36, "House of Usher: II. Arrival");
SET_CDtt( 8, 01.06, "House of Usher: III. Intermezzo");
SET_CDtt( 9, 04.45, "House of Usher: IV. Pavane");
SET_CDtt(10, 01.07, "House of Usher: V. Fall");
SET_CDtt(11, 04.14, "To One in Paradise");
# endif
}
if ( cdKey == APP_BESTOFV2 ) { /* 0:48:49-65 */
tocPtr->discPerformer = "Alan Parsons Project";
tocPtr->discTitle = "The Best of the Alan Parsons Project - Volume 2";
# if !defined(SKIPSONGS_Alan_Parsons_Project)
SET_CDtt( 1, 03.50, "Prime Time");
SET_CDtt( 2, 03.39, "Let's Talk About Me");
SET_CDtt( 3, 04.24, "Standing On Higher Ground");
SET_CDtt( 4, 04.28, "Stereotomy");
SET_CDtt( 5, 04.12, "Don't Answer Me");
SET_CDtt( 6, 04.40, "Limelight");
SET_CDtt( 7, 06.02, "I Robot");
SET_CDtt( 8, 03.26, "What Goes Up...");
SET_CDtt( 9, 04.10, "Days Are Numbers (The Traveller)");
SET_CDtt(10, 06.34, "Ammonia Avenue");
SET_CDtt(11, 03.22, "The Turn Of A Friendly Card (Part II)");
# endif
}
if ( cdKey == CATKINS_READLICKS ) { /* 0:42:35-65 */
tocPtr->discPerformer = "Chet Atkins";
tocPtr->discTitle = "Read My Licks";
# if !defined(SKIPSONGS_Chet_Atkins)
SET_CDtt( 1, 03.14, "Young Thing");
SET_CDtt( 2, 04.11, "Mountains of Illinois");
SET_CDtt( 3, 03.31, "After You've Gone");
SET_CDtt( 4, 03.03, "Every Now and Then");
SET_CDtt( 5, 04.08, "Somebody Loves Me Now");
SET_CDtt( 6, 03.44, "Norway (Norwegian Mountain Song)");
SET_CDtt( 7, 04.35, "Read My Licks");
SET_CDtt( 8, 03.57, "Take a Look at Her Now");
SET_CDtt( 9, 03.45, "Around the Bend");
SET_CDtt(10, 04.37, "Dream");
SET_CDtt(11, 03.48, "Vincent");
# endif
}
if ( cdKey == PBARDENS_BIGSKY ) { /* 0:42:37-27 */
tocPtr->discPerformer = "Pete Bardens";
tocPtr->discTitle = "Big Sky";
SET_CDtt( 1, 04.56, "China Blue");
SET_CDtt( 2, 05.40, "Puerto Rico");
SET_CDtt( 3, 05.00, "Big Sky");
SET_CDtt( 4, 03.40, "Gunblasters");
SET_CDtt( 5, 04.34, "On the Air Tonight");
SET_CDtt( 6, 03.39, "You Got It");
SET_CDtt( 7, 04.55, "A Brave New World");
SET_CDtt( 8, 04.21, "On A Roll");
SET_CDtt( 9, 02.12, "The Last Waltz");
SET_CDtt(10, 01.53, "For Old Times Sake");
SET_CDtt(11, 01.45, "Scarletti");
}
if ( cdKey == JBECK_FLASH ) { /* 0:49:45-25 */
tocPtr->discPerformer = "Jeff Beck";
tocPtr->discTitle = "Flash";
# if !defined(SKIPSONGS_Jeff_Beck)
SET_CDtt( 1, 04.38, "Ambitious");
SET_CDtt( 2, 06.06, "Gets Us All in the End");
SET_CDtt( 3, 04.42, "Escape");
SET_CDtt( 4, 04.55, "People Get Ready [with Rod Stewart]");
SET_CDtt( 5, 04.27, "Stop, Look and Listen");
SET_CDtt( 6, 03.36, "Get Workin'");
SET_CDtt( 7, 03.31, "Ecstasy");
SET_CDtt( 8, 03.43, "Night After Night");
SET_CDtt( 9, 05.35, "You Know, We Know");
SET_CDtt(10, 04.48, "Nighthawks");
SET_CDtt(11, 03.42, "Back on the Streets");
# endif
}
if ( cdKey == MCCARPEN_SHOOTINGSTRA ) { /* 0:42:17-63 */
tocPtr->discPerformer = "Mary Chapin Carpenter";
tocPtr->discTitle = "Shooting Straight In The Dark";
SET_CDtt( 1, 03.17, "Going Out Tonight");
SET_CDtt( 2, 02.37, "Right Now");
SET_CDtt( 3, 03.56, "The More Things Change");
SET_CDtt( 4, 05.04, "When She's Gone");
SET_CDtt( 5, 03.51, "Middle Ground");
SET_CDtt( 6, 04.00, "Can't Take Love For Granted");
SET_CDtt( 7, 03.21, "Down At The Twist And Shout");
SET_CDtt( 8, 03.11, "Halley Came To Jackson");
SET_CDtt( 9, 04.37, "What You Didn't Say");
SET_CDtt(10, 04.00, "You Win Again");
SET_CDtt(11, 04.21, "The Moon and St. Christopher");
}
if ( cdKey == SCROW_TUESNIGHTMUSIC ) { /* 0:49:50-30 */
tocPtr->discPerformer = "Sheryl Crow";
tocPtr->discTitle = "Tuesday Night Music Club";
SET_CDtt( 1, 04.53, "Run, Baby, Run");
SET_CDtt( 2, 05.10, "Leaving Las Vegas");
SET_CDtt( 3, 03.10, "Strong Enough");
SET_CDtt( 4, 03.42, "Can't Cry Anymore");
SET_CDtt( 5, 04.08, "Solidify");
SET_CDtt( 6, 03.13, "The Na-Na Song");
SET_CDtt( 7, 05.30, "No One Said It Would Be Easy");
SET_CDtt( 8, 04.14, "What I Can Do For You");
SET_CDtt( 9, 04.34, "All I Wanna Do");
SET_CDtt(10, 05.39, "We Do What We Can");
SET_CDtt(11, 05.35, "I Shall Believe");
}
if ( cdKey == ENYA_WATERMARK ) { /* 0:40:06-25 */
tocPtr->discPerformer = "Enya";
tocPtr->discTitle = "Watermark";
SET_CDtt( 1, 02.25, "Watermark");
SET_CDtt( 2, 04.10, "Cursum Perficio");
SET_CDtt( 3, 04.00, "On Your Shore");
SET_CDtt( 4, 04.05, "Storms In Africa");
SET_CDtt( 5, 04.21, "Exile");
SET_CDtt( 6, 02.00, "Miss Clare Remembers");
SET_CDtt( 7, 04.26, "Orinoco Flow (Sail Away)");
SET_CDtt( 8, 03.50, "Evening Falls...");
SET_CDtt( 9, 03.12, "River");
SET_CDtt(10, 03.39, "The Long Ships");
SET_CDtt(11, 03.56, "Na Laetha Geal M'íige");
}
if ( cdKey == ENYA_MEMORYOFTREES ) { /* 0:43:53-34 */
tocPtr->discPerformer = "Enya";
tocPtr->discTitle = "The Memory of Trees";
SET_CDtt( 1, 04.19, "The Memory of Trees");
SET_CDtt( 2, 04.00, "Anywhere Is");
SET_CDtt( 3, 05.00, "Pax Deorum");
SET_CDtt( 4, 03.42, "Athair Ar Neamh");
SET_CDtt( 5, 02.23, "From Where I Am");
SET_CDtt( 6, 04.49, "China Roses");
SET_CDtt( 7, 04.49, "Hope Has a Place");
SET_CDtt( 8, 02.43, "Tea House Moon");
SET_CDtt( 9, 03.19, "Once You Had Gold");
SET_CDtt(10, 03.38, "La Soçadora");
SET_CDtt(11, 05.09, "On My Way Home");
}
if ( cdKey == MGAR_POINTOFIMPACT ) { /* 0:49:27-30 */
tocPtr->discPerformer = "Michael Garrison";
tocPtr->discTitle = "Point of Impact";
SET_CDtt( 1, 02.57, "Daydreams");
SET_CDtt( 2, 03.31, "Point of Impact");
SET_CDtt( 3, 06.45, "Forever Challenger");
SET_CDtt( 4, 03.42, "Aftershock");
SET_CDtt( 5, 01.53, "Upon the Horizons");
SET_CDtt( 6, 04.27, "Reflections");
SET_CDtt( 7, 08.17, "Bridge of Air");
SET_CDtt( 8, 03.37, "Colors");
SET_CDtt( 9, 05.00, "Motion Fascination");
SET_CDtt(10, 04.41, "Visions");
SET_CDtt(11, 04.35, "Discovery");
}
if ( cdKey == AGRANT_HOUSEL ) { /* 0:48:27-53 */
tocPtr->discPerformer = "Amy Grant";
tocPtr->discTitle = "House of Love";
SET_CDtt( 1, 04.11, "Lucky One");
SET_CDtt( 2, 04.04, "Say You'll Be Mine");
SET_CDtt( 3, 04.13, "Whatever It Takes");
SET_CDtt( 4, 04.39, "House of Love");
SET_CDtt( 5, 03.55, "The Power");
SET_CDtt( 6, 05.15, "Oh How the Years Go By");
SET_CDtt( 7, 02.59, "Big Yellow Taxi");
SET_CDtt( 8, 04.43, "Helping Hand");
SET_CDtt( 9, 03.57, "Love Has Got a Hold On Me");
SET_CDtt(10, 05.12, "Our Love");
SET_CDtt(11, 05.17, "Children of the World");
}
if ( cdKey == ICEHOU_SINGLES_D3 ) { /* 0:46:27-45 */
tocPtr->discPerformer = "Icehouse";
tocPtr->discTitle = "The Singles: A Sides... And Selected B Sides [disc 3]";
# if !defined(SKIPSONGS_Icehouse)
SET_CDtt( 1, 04.01, "Big Fun");
SET_CDtt( 2, 04.19, "Miss Divine");
SET_CDtt( 3, 04.21, "Anything is Possible");
SET_CDtt( 4, 04.10, "Where the River Meets the Sea");
SET_CDtt( 5, 03.46, "Knockin 'Em Down");
SET_CDtt( 6, 04.47, "Love in Motion [with Christina Amphlett]");
SET_CDtt( 7, 03.49, "Satellite");
SET_CDtt( 8, 03.45, "Big Wheel");
SET_CDtt( 9, 04.07, "Invisible People");
SET_CDtt(10, 04.29, "Heaven");
SET_CDtt(11, 04.51, "Pas De Trois");
# endif
}
if ( cdKey == EJOHN_HONKYCHAT_TCY ) { /* 0:48:23-52 */
tocPtr->discPerformer = "Elton John";
tocPtr->discTitle = "Honky Chateau [Polydor]";
tocPtr->discCatNum = "073145281622100";
# if !defined(SKIPSONGS_Elton_John)
SET_CDtt( 1, 05.13, "Honky Cat");
SET_CDtt( 2, 05.32, "Mellow");
SET_CDtt( 3, 03.36, "I Think I'm Gonna Kill Myself");
SET_CDtt( 4, 03.25, "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.36, "Hercules");
SET_CDtt(11, 02.53, "Slave [alternative version]");
# endif
}
if ( cdKey == EJOHN_GREATEST_POLY ) { /* 0:47:58-10 */
tocPtr->discPerformer = "Elton John";
tocPtr->discTitle = "Greatest Hits [Polydor]";
# if !defined(SKIPSONGS_Elton_John)
SET_CDtt( 1, 04.01, "Your Song");
SET_CDtt( 2, 03.53, "Daniel");
SET_CDtt( 3, 05.13, "Honky Cat");
SET_CDtt( 4, 03.15, "Goodbye Yellow Brick Road");
SET_CDtt( 5, 04.54, "Saturday Night's Alright for Fighting");
SET_CDtt( 6, 04.42, "Rocket Man");
SET_CDtt( 7, 05.14, "Bennie and the Jets");
SET_CDtt( 8, 03.49, "Candle in the Wind");
SET_CDtt( 9, 05.38, "Don't Let the Sun Go Down on Me");
SET_CDtt(10, 03.22, "Border Song");
SET_CDtt(11, 03.55, "Crocodile Rock");
# endif
}
if ( cdKey == EJOHN_GREATEST_DCC ) { /* 0:48:28-73 */
tocPtr->discPerformer = "Elton John";
tocPtr->discTitle = "Greatest Hits [DCC Gold]";
# if !defined(SKIPSONGS_Elton_John)
SET_CDtt( 1, 04.01, "Your Song");
SET_CDtt( 2, 03.53, "Daniel");
SET_CDtt( 3, 05.13, "Honky Cat");
SET_CDtt( 4, 03.15, "Goodbye Yellow Brick Road");
SET_CDtt( 5, 04.54, "Saturday Night's Alright for Fighting");
SET_CDtt( 6, 04.42, "Rocket Man");
SET_CDtt( 7, 05.14, "Bennie and the Jets");
SET_CDtt( 8, 05.39, "Don't Let the Sun Go Down on Me");
SET_CDtt( 9, 03.24, "Border Song");
SET_CDtt(10, 03.56, "Crocodile Rock");
SET_CDtt(11, 03.50, "Candle in the Wind");
# endif
}
if ( cdKey == LIBWW_TIMES ) { /* 0:45:33-30 */
tocPtr->discPerformer = "The Liberated Wailing Wall";
tocPtr->discTitle = "Times And Seasons";
SET_CDtt( 1, 03.44, "Abraham");
SET_CDtt( 2, 04.19, "Lord You Are Our Life");
SET_CDtt( 3, 04.13, "The Lord Is My Life And Salvation");
SET_CDtt( 4, 06.04, "Passover Medley");
SET_CDtt( 5, 04.23, "The Seasons of Our Love");
SET_CDtt( 6, 04.34, "Echad");
SET_CDtt( 7, 02.55, "Sabbath Rest");
SET_CDtt( 8, 03.34, "Today I Am a Man");
SET_CDtt( 9, 02.49, "Perfect Peace");
SET_CDtt(10, 04.34, "I Sing Unto My Bride/Our Love Is Stronger Than Death");
SET_CDtt(11, 04.22, "Kaddish");
}
if ( cdKey == GLIGHT_DONQUIXOTE ) { /* 0:41:49-12 */
tocPtr->discPerformer = "Gordon Lightfoot";
tocPtr->discTitle = "Don Quixote";
tocPtr->discCatNum = "007599020562900";
# if !defined(SKIPSONGS_Gordon_Lightfoot)
SET_CDtt( 1, 03.42, "Don Quixote");
SET_CDtt( 2, 04.03, "Christian Island (Georgian Bay)");
SET_CDtt( 3, 03.07, "Alberta Bound");
SET_CDtt( 4, 03.41, "Looking at the Rain");
SET_CDtt( 5, 03.19, "Ordinary Man");
SET_CDtt( 6, 03.37, "Brave Mountaineers");
SET_CDtt( 7, 04.48, "Ode to Big Blue");
SET_CDtt( 8, 03.04, "Second Cup of Coffee");
SET_CDtt( 9, 03.23, "Beautiful");
SET_CDtt(10, 02.58, "On Susan's Floor");
SET_CDtt(11, 06.05, "The Patriot's Dream");
# endif
}
if ( cdKey == MASONFENN_PROFILES ) { /* 0:44:13-07 */
tocPtr->discPerformer = "Mason + Fenn";
tocPtr->discTitle = "Profiles";
SET_CDtt( 1, 06.00, "Malta");
SET_CDtt( 2, 03.08, "Lie for a Lie");
SET_CDtt( 3, 03.21, "Rhoda");
SET_CDtt( 4, 10.02, "Profiles Parts 1 & 2");
SET_CDtt( 5, 03.32, "Israel");
SET_CDtt( 6, 02.49, "And the Address");
SET_CDtt( 7, 03.52, "Mumbo Jumbo");
SET_CDtt( 8, 03.05, "Zip Code");
SET_CDtt( 9, 03.41, "Black Ice");
SET_CDtt(10, 02.42, "At the End of the Day");
SET_CDtt(11, 01.59, "Profiles Part 3");
}
if ( cdKey == SNICKS_ROCKALITTLE ) { /* 0:44:54-25 */
tocPtr->discPerformer = "Stevie Nicks";
tocPtr->discTitle = "Rock A Little";
tocPtr->discCatNum = "007567904792200";
SET_CDtt( 1, 04.37, "I Can't Wait");
SET_CDtt( 2, 03.39, "Rock A Little (Go Ahead Lily)");
SET_CDtt( 3, 03.51, "Sister Honey");
SET_CDtt( 4, 03.45, "I Sing For The Things");
SET_CDtt( 5, 02.54, "Imperial Hotel");
SET_CDtt( 6, 03.30, "Some Become Strangers");
SET_CDtt( 7, 04.11, "Talk To Me");
SET_CDtt( 8, 05.23, "The Nightmare");
SET_CDtt( 9, 04.12, "If I Were You");
SET_CDtt(10, 04.15, "No Spoken Word");
SET_CDtt(11, 04.35, "Has Anyone Ever Written Anything For You");
}
if ( cdKey == TPHEART_LETMEUP ) { /* 0:41:12-32 */
tocPtr->discPerformer = "Tom Petty and the HeartBreakers";
tocPtr->discTitle = "Let Me Up (I've Had enough)";
# if !defined(SKIPSONGS_Tom_Petty)
SET_CDtt( 1, 04.10, "Jammin' Me");
SET_CDtt( 2, 05.14, "Runaway Trains");
SET_CDtt( 3, 03.53, "The Damage You've Done");
SET_CDtt( 4, 03.11, "It'll All Work Out");
SET_CDtt( 5, 04.41, "My Life/ Your World");
SET_CDtt( 6, 03.45, "Think About Me");
SET_CDtt( 7, 03.43, "All Mixed Up");
SET_CDtt( 8, 03.02, "A Self-Made Man");
SET_CDtt( 9, 02.41, "Ain't Love Strange");
SET_CDtt(10, 03.18, "How Many More Days");
SET_CDtt(11, 03.32, "Let Me Up (I've Had Enough)");
# endif
}
if ( cdKey == PINKF_PIPERATGATES ) { /* 0:41:58-17 */
tocPtr->discPerformer = "Pink Floyd";
tocPtr->discTitle = "The Piper at the Gates of Dawn";
# if !defined(SKIPSONGS_Pink_Floyd)
SET_CDtt( 1, 04.12, "Astronomy Dominİ");
SET_CDtt( 2, 03.07, "Lucifer Sam");
SET_CDtt( 3, 03.08, "Matilda Mother");
SET_CDtt( 4, 02.46, "Flaming");
SET_CDtt( 5, 04.26, "Pow R. Toc H.");
SET_CDtt( 6, 03.07, "Take Up Thy Stethoscope And Walk");
SET_CDtt( 7, 09.42, "Interstellar Overdrive");
SET_CDtt( 8, 02.13, "The Gnome");
SET_CDtt( 9, 03.42, "Chapter 24");
SET_CDtt(10, 02.11, "The Scarecrow");
SET_CDtt(11, 03.22, "Bike");
# endif
}
if ( cdKey == PINKF_PIPERATGATES_REM ) { /* 0:41:59-40 */
tocPtr->discPerformer = "Pink Floyd";
tocPtr->discTitle = "The Piper at the Gates of Dawn [remastered]";
# if !defined(SKIPSONGS_Pink_Floyd)
SET_CDtt( 1, 04.12, "Astronomy Dominİ");
SET_CDtt( 2, 03.07, "Lucifer Sam");
SET_CDtt( 3, 03.09, "Matilda Mother");
SET_CDtt( 4, 02.46, "Flaming");
SET_CDtt( 5, 04.27, "Pow R. Toc H.");
SET_CDtt( 6, 03.05, "Take Up Thy Stethoscope And Walk");
SET_CDtt( 7, 09.42, "Interstellar Overdrive");
SET_CDtt( 8, 02.13, "The Gnome");
SET_CDtt( 9, 03.43, "Chapter 24");
SET_CDtt(10, 02.11, "The Scarecrow");
SET_CDtt(11, 03.22, "Bike");
# endif
}
if ( cdKey == PINKF_RELICS ) { /* 0:49:02-42 */
tocPtr->discPerformer = "Pink Floyd";
tocPtr->discTitle = "Relics";
# if !defined(SKIPSONGS_Pink_Floyd)
SET_CDtt( 1, 02.55, "Arnold Layne");
SET_CDtt( 2, 09.37, "Intersteller Overdrive");
SET_CDtt( 3, 02.51, "See Emily Play");
SET_CDtt( 4, 04.28, "Remember A Day");
SET_CDtt( 5, 03.31, "Paintbox");
SET_CDtt( 6, 02.36, "Julia Dreams");
SET_CDtt( 7, 05.44, "Careful With That Axe, Eugene");
SET_CDtt( 8, 05.16, "Cirrus Minor (from the film ªMoreº)");
SET_CDtt( 9, 03.24, "The Nile Song (from the film ªMoreº)");
SET_CDtt(10, 05.16, "Biding My Time");
SET_CDtt(11, 03.22, "Bike");
# endif
}
if ( cdKey == PINKF_RELICS_EMI ) { /* 0:49:25-00 */
tocPtr->discPerformer = "Pink Floyd";
tocPtr->discTitle = "Relics [EMI remastered]";
# if !defined(SKIPSONGS_Pink_Floyd)
SET_CDtt( 1, 02.56, "Arnold Layne");
SET_CDtt( 2, 09.43, "Intersteller Overdrive");
SET_CDtt( 3, 02.54, "See Emily Play");
SET_CDtt( 4, 04.29, "Remember A Day");
SET_CDtt( 5, 03.34, "Paintbox");
SET_CDtt( 6, 02.37, "Julia Dream");
SET_CDtt( 7, 05.46, "Careful With That Axe, Eugene");
SET_CDtt( 8, 05.18, "Cirrus Minor (from the film ªMoreº)");
SET_CDtt( 9, 03.25, "The Nile Song (from the film ªMoreº)");
SET_CDtt(10, 05.19, "Biding My Time");
SET_CDtt(11, 03.22, "Bike");
# endif
}
if ( cdKey == SNIFFN_RETROSPECT ) { /* 0:49:31-60 */
tocPtr->discPerformer = "Sniff 'n' the Tears";
tocPtr->discTitle = "Retrospective";
tocPtr->discCatNum = "004228131272100";
SET_CDtt( 1, 05.50, "Driver's Seat");
SET_CDtt( 2, 03.33, "Hungry Eyes");
SET_CDtt( 3, 04.53, "Shame");
SET_CDtt( 4, 03.25, "One Love");
SET_CDtt( 5, 03.41, "Bagatelle");
SET_CDtt( 6, 03.48, "New Lines On Love");
SET_CDtt( 7, 05.01, "Ride Blue Divide");
SET_CDtt( 8, 04.18, "Snow White");
SET_CDtt( 9, 04.42, "Poison Pen Mail");
SET_CDtt(10, 04.04, "Love/ Action");
SET_CDtt(11, 06.14, "Rodeo Drive");
}
if ( cdKey == BSPRING_RIVER_D1 ) { /* 0:40:18-50 */
tocPtr->discPerformer = "Bruce Springsteen";
tocPtr->discTitle = "The River [disc 1]";
# if !defined(SKIPSONGS_Bruce_Springsteen)
SET_CDtt( 1, 03.34, "The Ties That Bind");
SET_CDtt( 2, 04.03, "Sherry Darling");
SET_CDtt( 3, 03.05, "Jackson Cage");
SET_CDtt( 4, 02.45, "Two Hearts");
SET_CDtt( 5, 04.51, "Independence Day");
SET_CDtt( 6, 03.20, "Hungry Heart");
SET_CDtt( 7, 04.18, "Out in the Street");
SET_CDtt( 8, 03.10, "Crush on You");
SET_CDtt( 9, 02.38, "You Can Look (But You Better Not Touch)");
SET_CDtt(10, 03.31, "I Wanna Marry You");
SET_CDtt(11, 05.01, "The River");
# endif
}
if ( cdKey == RSTARR_OLDWAVE ) { /* 0:42:33-55 */
tocPtr->discPerformer = "Ringo Starr";
tocPtr->discTitle = "Old Wave";
# if !defined(SKIPSONGS_Ringo_Starr)
SET_CDtt( 1, 03.13, "In My Car");
SET_CDtt( 2, 03.20, "Hopeless");
SET_CDtt( 3, 04.02, "Alibi");
SET_CDtt( 4, 03.48, "Be My Baby");
SET_CDtt( 5, 03.54, "She's About a Mover");
SET_CDtt( 6, 04.21, "I Keep Forgettin'");
SET_CDtt( 7, 04.19, "Picture Show Life");
SET_CDtt( 8, 03.51, "As Far as We Can Go");
SET_CDtt( 9, 02.34, "Everybody's In a Hurry But Me");
SET_CDtt(10, 03.35, "Going Down");
SET_CDtt(11, 05.34, "As Far As We Can Go [original version]");
# endif
}
if ( cdKey == ASTEW_RUSS_AMER ) { /* 0:47:21-50 */
tocPtr->discPerformer = "Al Stewart";
tocPtr->discTitle = "Russians & Americans";
tocPtr->discCatNum = "007567790722800";
# if !defined(SKIPSONGS_Al_Stewart)
SET_CDtt( 1, 04.03, "The One that Got Away");
SET_CDtt( 2, 05.28, "Rumours of War");
SET_CDtt( 3, 06.01, "Night Meeting");
SET_CDtt( 4, 03.33, "Accident on 3rd Street");
SET_CDtt( 5, 03.56, "Strange Girl");
SET_CDtt( 6, 04.32, "Russians & Americans");
SET_CDtt( 7, 05.38, "Cafİ Society");
SET_CDtt( 8, 03.15, "One, Two, Three (1, 2, 3)");
SET_CDtt( 9, 02.09, "The Candidate");
SET_CDtt(10, 04.19, "The Gypsy & the Rose");
SET_CDtt(11, 04.25, "Lori, Don't Go Right Now");
# endif
}
if ( cdKey == ASTEW_FAMOUSLASTW ) { /* 0:47:16-27 */
tocPtr->discPerformer = "Al Stewart";
tocPtr->discTitle = "Famous Last Words";
# if !defined(SKIPSONGS_Al_Stewart)
SET_CDtt( 1, 03.36, "Feel Like");
SET_CDtt( 2, 03.51, "Angel of Mercy");
SET_CDtt( 3, 05.22, "Don't Forget Me");
SET_CDtt( 4, 03.38, "Peter on the White Sea");
SET_CDtt( 5, 03.48, "Genie on a Table Top");
SET_CDtt( 6, 04.46, "Trespasser");
SET_CDtt( 7, 08.17, "Trains");
SET_CDtt( 8, 03.40, "Necromancer");
SET_CDtt( 9, 03.48, "Charlotte Corday");
SET_CDtt(10, 01.52, "Hipposong");
SET_CDtt(11, 04.36, "Night Rolls In");
# endif
}
if ( cdKey == TDREAM_LEGEND ) { /* 0:40:36-50 */
tocPtr->discPerformer = "Tangerine Dream";
tocPtr->discTitle = "Legend";
# if !defined(SKIPSONGS_Tangerine_Dream)
SET_CDtt( 1, 05.12, "Is Your Love Strong Enough [Brian Ferry]");
SET_CDtt( 2, 02.54, "Opening");
SET_CDtt( 3, 03.22, "Cottage");
SET_CDtt( 4, 03.23, "Unicorn Theme");
SET_CDtt( 5, 03.02, "Goblins");
SET_CDtt( 6, 02.58, "Fairies");
SET_CDtt( 7, 05.56, "Loved By The Sun [with Jon Anderson]");
SET_CDtt( 8, 03.25, "Blue Room");
SET_CDtt( 9, 02.24, "The Dance");
SET_CDtt(10, 03.05, "Darkness");
SET_CDtt(11, 04.53, "The Kitchen/ Unicorn Theme");
# endif
}
if ( cdKey == U2_OCTOBER ) { /* 0:41:13-07 */
tocPtr->discPerformer = "U2";
tocPtr->discTitle = "October";
tocPtr->discCatNum = "007567900922700";
# if !defined(SKIPSONGS_U2)
SET_CDtt( 1, 04.13, "Gloria");
SET_CDtt( 2, 03.40, "I Fall Down");
SET_CDtt( 3, 04.54, "I Threw a Brick Through a Window");
SET_CDtt( 4, 03.38, "Rejoice");
SET_CDtt( 5, 03.51, "Fire");
SET_CDtt( 6, 04.40, "Tomorrow");
SET_CDtt( 7, 02.21, "October");
SET_CDtt( 8, 04.02, "With A Shout");
SET_CDtt( 9, 03.56, "Stranger in a Strange Land");
SET_CDtt(10, 02.54, "Scarlet");
SET_CDtt(11, 03.02, "Is That All?");
# endif
}
if ( cdKey == SRVAUGHAN_GREATEST ) { /* 0:47:38-42 */
tocPtr->discPerformer = "Stevie Ray Vaughan";
tocPtr->discTitle = "Greatest Hits";
SET_CDtt( 1, 03.33, "Taxman");
SET_CDtt( 2, 05.22, "Texas Flood");
SET_CDtt( 3, 02.25, "The House is Rockin'");
SET_CDtt( 4, 03.40, "Pride and Joy");
SET_CDtt( 5, 04.39, "Tightrope");
SET_CDtt( 6, 06.49, "Little Wing");
SET_CDtt( 7, 04.10, "Crossfire");
SET_CDtt( 8, 03.59, "Change It");
SET_CDtt( 9, 04.00, "Cold Shot");
SET_CDtt(10, 04.43, "Couldn't Stand the Weather");
SET_CDtt(11, 04.16, "Life Without You");
}
if ( cdKey == WEIRDAL_TVALBUM ) { /* 0:40:03-50 */
tocPtr->discPerformer = "ªWeird Alº Yankovic";
tocPtr->discTitle = "The TV Album";
SET_CDtt( 1, 03.43, "Bedrock Anthem");
SET_CDtt( 2, 03.31, "I Can't Watch This");
SET_CDtt( 3, 04.07, "Frank's 2000\" TV");
SET_CDtt( 4, 03.14, "Money for Nothing/ Beverly Hillbillies");
SET_CDtt( 5, 02.37, "Ricky");
SET_CDtt( 6, 04.26, "Talk Soup");
SET_CDtt( 7, 03.25, "Here's Johnny");
SET_CDtt( 8, 02.41, "The Brady Bunch");
SET_CDtt( 9, 03.39, "Cable TV");
SET_CDtt(10, 03.29, "I Lost on Jeopardy");
SET_CDtt(11, 05.09, "UHF");
}
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.