This is CD_DBase18.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 18 or 19 tracks */ #define BEAT_PMASTERS_V1 918290844 /* key parts = 2550.60.18.144 152 */ #define RORBISON_LEGEND_D1 943562871 /* key parts = 2621.00.19.171 170 */ #define TDREAM_CATCHME 943836585 /* key parts = 2621.57.19.285 105 */ #define SONSOFPI_TUMBLING 1055306717 /* key parts = 2931.30.18.167 184 */ #define RORBISON_LEGEND_D2 1079762984 /* key parts = 2999.25.19.134 146 */ #define ECOST_THISMODEL_B 1140698819 /* key parts = 3168.45.18.119 179 */ #define RORBISON_LEGEND_D3 1149722868 /* key parts = 3193.50.19.168 179 */ #define RORBISON_LEGEND_D4 1179180360 /* key parts = 3275.37.18.210 211 */ #define JMELLEN_COLLECTION 1307594842 /* key parts = 3632.15.18.142 146 */ #define MOLDFIELD_COMPLETE_D1 1335962717 /* key parts = 3711.00.18.167 309 */ #define POL_MSGBOX_D3 1393082703 /* key parts = 3869.50.18.153 123 */ #define TPHEART_GREATEST 1420490763 /* key parts = 3945.60.18.213 198 */ #define GLIGHT_GORDSGOLD_V2 1421090725 /* key parts = 3947.35.18.175 202 */ #define FIREFALL_GREATEST 1498529181 /* key parts = 4162.43.18.231 285 */ #define NGRIF_MCAYEARS 1498826751 /* key parts = 4163.30.18.201 240 */ #define JLENNON_COLLECTION 1544897394 /* key parts = 4291.28.19.294 301 */ #define BDYLAN_BIOGRAPH_D3 1549682754 /* key parts = 4304.50.18.354 122 */ #define JDENVER_ROCKYCOLL_D2 1550508552 /* key parts = 4306.72.19.252 337 */ #define CAMEL_NEVERLETGO_D2 1567274818 /* key parts = 4353.40.18.118 928 */ #define CALL_WALLSDOWN 1576716409 /* key parts = 4379.57.18.259 276 */ #define POL_MSGBOX_D4 1578890753 /* key parts = 4385.60.18.203 291 */ #define BDYLAN_BIOGRAPH_D1 1585116348 /* key parts = 4403.07.18.198 319 */ #define MOLDFIELD_ELEMENTS_D4 1593833260 /* key parts = 4427.23.19.310 268 */ #define ASTEW_TOWHOMIT_D1 1599938851 /* key parts = 4444.20.19.151 347 */ #define EJOHN_TOBECONT_D1 1639644315 /* key parts = 4554.42.18.165 298 */ #define BSPRING_GREATEST 1658378820 /* key parts = 4606.45.18.270 291 */ #define ABBA_GOLDGREATEST 1667268532 /* key parts = 4631.22.19.232 163 */ #define HEART_DEFINITIVE_D1 1672202814 /* key parts = 4645.00.18.264 239 */ void filltoc18(tocPtr, cdKey) struct cd_toc *tocPtr; u_int cdKey; { if ( cdKey == ABBA_GOLDGREATEST ) { /* 1:17:11-22 */ tocPtr->discPerformer = "ABBA"; tocPtr->discTitle = "ABBA Gold: Greatest Hits"; SET_CDtt( 1, 03.52, "Dancing Queen"); SET_CDtt( 2, 04.02, "Knowing Me, Knowing You"); SET_CDtt( 3, 04.04, "Take a Chance on Me"); SET_CDtt( 4, 03.34, "Mamma Mia"); SET_CDtt( 5, 04.34, "Lay All Your Love On Me"); SET_CDtt( 6, 04.15, "Super Trouper"); SET_CDtt( 7, 04.44, "I Have a Dream"); SET_CDtt( 8, 04.55, "The Winner Takes It All"); SET_CDtt( 9, 03.08, "Money, Money, Money"); SET_CDtt(10, 03.22, "S.O.S."); SET_CDtt(11, 05.26, "Chiquitita"); SET_CDtt(12, 04.14, "Fernando"); SET_CDtt(13, 04.22, "Voulez Vous"); SET_CDtt(14, 04.49, "Gimme! Gimmie! Gimmie! (A Man After Midnight)"); SET_CDtt(15, 03.15, "Does Your Mother Know"); SET_CDtt(16, 03.58, "One of Us"); SET_CDtt(17, 04.00, "The Name of the Game"); SET_CDtt(18, 03.52, "Thank You For the Music"); SET_CDtt(19, 02.43, "Waterloo"); } if ( cdKey == BEAT_PMASTERS_V1 ) { /* 0:42:30-60 */ tocPtr->discPerformer = "The Beatles"; tocPtr->discTitle = "Past Masters, Volume 1"; # if !defined(SKIPSONGS_The_Beatles) SET_CDtt( 1, 02.24, "Love Me Do"); SET_CDtt( 2, 01.57, "From Me To You"); SET_CDtt( 3, 02.05, "Thank You Girl"); SET_CDtt( 4, 02.21, "She Loves You"); SET_CDtt( 5, 02.06, "I'll Get You"); SET_CDtt( 6, 02.27, "I Want To Hold Your Hand"); SET_CDtt( 7, 02.16, "This Boy"); SET_CDtt( 8, 02.27, "Komm, Gib Mir Deine Hand"); SET_CDtt( 9, 02.19, "Sie Liebt Dich"); SET_CDtt(10, 02.04, "Long Tall Sally"); SET_CDtt(11, 02.09, "I Call Your Name"); SET_CDtt(12, 02.56, "Slow Down"); SET_CDtt(13, 01.59, "Matchbox"); SET_CDtt(14, 02.20, "I Feel Fine"); SET_CDtt(15, 03.03, "She's A Womman"); SET_CDtt(16, 02.21, "Bad Boy"); SET_CDtt(17, 02.42, "Yes It Is"); SET_CDtt(18, 02.32, "I'm Down"); # endif } if ( cdKey == CALL_WALLSDOWN ) { /* 1:12:59-57 */ tocPtr->discPerformer = "The Call"; tocPtr->discTitle = "The Walls Came Down: The Best of the Mercury Years"; # if !defined(SKIPSONGS_The_Call) SET_CDtt( 1, 04.19, "War Weary World"); SET_CDtt( 2, 02.55, "There's a Heart Here"); SET_CDtt( 3, 04.21, "Doubt"); SET_CDtt( 4, 03.39, "Upperbirth"); SET_CDtt( 5, 04.55, "Flesh and Steel"); SET_CDtt( 6, 05.16, "Waiting for the End"); SET_CDtt( 7, 03.43, "The Walls Came Down"); SET_CDtt( 8, 03.49, "Turn a Blind Eye"); SET_CDtt( 9, 03.26, "Modern Romans"); SET_CDtt(10, 04.03, "Back from the Front"); SET_CDtt(11, 03.47, "Destination"); SET_CDtt(12, 04.29, "Violent Times"); SET_CDtt(13, 04.23, "All About You"); SET_CDtt(14, 03.49, "Scene Beyond Dreams"); SET_CDtt(15, 04.00, "Tremble"); SET_CDtt(16, 04.03, "Delivered"); SET_CDtt(17, 03.24, "Heavy Hand"); SET_CDtt(18, 04.36, "One Life Leads to Another"); # endif } if ( cdKey == CAMEL_NEVERLETGO_D2 ) { /* 1:12:33-40 */ tocPtr->discPerformer = "Camel"; tocPtr->discTitle = "Never Let Go [disc 2]"; # if !defined(SKIPSONGS_Camel) SET_CDtt( 1, 01.58, "Dust Bowl"); SET_CDtt( 2, 03.47, "Go West"); SET_CDtt( 3, 01.37, "Dusted Out"); SET_CDtt( 4, 03.45, "Mother Road"); SET_CDtt( 5, 03.31, "Needles"); SET_CDtt( 6, 05.32, "Rose of Sharon"); SET_CDtt( 7, 03.29, "Milk n' Honey"); SET_CDtt( 8, 07.27, "End of the Line"); SET_CDtt( 9, 03.17, "Storm Clouds"); SET_CDtt(10, 02.29, "Cotton Camp"); SET_CDtt(11, 00.45, "Broken Banks"); SET_CDtt(12, 02.20, "Sheet Rain"); SET_CDtt(13, 01.06, "Whispers"); SET_CDtt(14, 02.11, "Little Rivers and Little Rose"); SET_CDtt(15, 04.54, "Hopeless Anger"); SET_CDtt(16, 03.56, "Whispers in the Rain"); SET_CDtt(17, 04.59, "Sasquatch"); SET_CDtt(18, 15.28, "Lady Fantasy"); # endif } if ( cdKey == ECOST_THISMODEL_B ) { /* 0:52:48-45 */ tocPtr->discPerformer = "Elvis Costello"; tocPtr->discTitle = "This Year's Model [box]"; # if !defined(SKIPSONGS_Elvis_Costello) SET_CDtt( 1, 01.59, "No Action"); SET_CDtt( 2, 03.17, "This Year's Girl"); SET_CDtt( 3, 03.46, "The Beat"); SET_CDtt( 4, 03.15, "Pump It Up"); SET_CDtt( 5, 02.41, "Little Triggers"); SET_CDtt( 6, 02.23, "You Belong to Me"); SET_CDtt( 7, 02.33, "Hand In Hand"); SET_CDtt( 8, 03.09, "(I Don't Want to Go to) Chelsea"); SET_CDtt( 9, 02.38, "Lip Service"); SET_CDtt(10, 03.54, "Living in Paradise"); SET_CDtt(11, 03.31, "Lipstick Vogue"); SET_CDtt(12, 02.52, "Night Rally"); SET_CDtt(13, 03.06, "Radio, Radio"); SET_CDtt(14, 03.16, "Big Tears"); SET_CDtt(15, 03.01, "Crawling to the USA"); SET_CDtt(16, 02.04, "Running out of Angels"); SET_CDtt(17, 02.22, "Greenshirt"); SET_CDtt(18, 02.59, "Big Boys"); # endif } if ( cdKey == JDENVER_ROCKYCOLL_D2 ) { /* 1:11:46-72 */ tocPtr->discPerformer = "John Denver"; tocPtr->discTitle = "The Rocky Mountain Collection [disc 2]"; SET_CDtt( 1, 04.12, "Fly Away"); SET_CDtt( 2, 04.02, "Looking For Space"); SET_CDtt( 3, 04.02, "Windsong"); SET_CDtt( 4, 03.37, "Calypso"); SET_CDtt( 5, 03.34, "I'm Sorry"); SET_CDtt( 6, 03.45, "Like a Sad Song"); SET_CDtt( 7, 03.49, "Come and Let Me Look in Your Eyes"); SET_CDtt( 8, 03.12, "How Can I Leave You Again"); SET_CDtt( 9, 04.38, "Thirsty Boots"); SET_CDtt(10, 02.39, "It Amazes Me"); SET_CDtt(11, 03.49, "I Want To Live"); SET_CDtt(12, 03.40, "Autograph"); SET_CDtt(13, 04.03, "Some Days are Diamonds (Some Days are Stone)"); SET_CDtt(14, 03.51, "Seasons of the Heart"); SET_CDtt(15, 03.15, "Shanghi Breezes"); SET_CDtt(16, 02.59, "Perhaps Love [with Placido Domingo]"); SET_CDtt(17, 04.06, "Wild Montana Skies [with Emmylou Harris]"); SET_CDtt(18, 02.54, "Love Again"); SET_CDtt(19, 05.37, "Flying For Me"); } if ( cdKey == BDYLAN_BIOGRAPH_D1 ) { /* 1:13:23-07 */ tocPtr->discPerformer = "Bob Dylan"; tocPtr->discTitle = "Biograph [disc 1]"; # if !defined(SKIPSONGS_Bob_Dylan) SET_CDtt( 1, 03.18, "Lay Lady Lay"); SET_CDtt( 2, 02.34, "Baby, Let Me Follow You Down"); SET_CDtt( 3, 02.43, "If Not For You"); SET_CDtt( 4, 02.39, "I'll Be Your Baby Tonight"); SET_CDtt( 5, 03.46, "I'll Keep It With Mine"); SET_CDtt( 6, 03.14, "The Times They Are A-Changin'"); SET_CDtt( 7, 02.47, "Blowin' In The Wind"); SET_CDtt( 8, 04.32, "Masters Of War"); SET_CDtt( 9, 05.46, "Lonesome Death Of Hattie Carroll"); SET_CDtt(10, 07.44, "Percy's Song"); SET_CDtt(11, 02.22, "Mixed±up Confusion"); SET_CDtt(12, 05.58, "Tombstone Blues"); SET_CDtt(13, 04.05, "Groom's Still Waiting At The Altar"); SET_CDtt(14, 03.30, "Most Likely You Go Your Way"); SET_CDtt(15, 06.08, "Like A Rolling Stone"); SET_CDtt(16, 04.37, "Lay Down Your Weary Tune"); SET_CDtt(17, 02.19, "Subterranean Homesick Blues"); SET_CDtt(18, 05.19, "I Don't Believe You (She Acts Like We Never Have Met)"); # endif } if ( cdKey == BDYLAN_BIOGRAPH_D3 ) { /* 1:11:44-50 */ tocPtr->discPerformer = "Bob Dylan"; tocPtr->discTitle = "Biograph [disc 3]"; # if !defined(SKIPSONGS_Bob_Dylan) SET_CDtt( 1, 05.54, "Caribbean Wind"); SET_CDtt( 2, 06.19, "Up To Me"); SET_CDtt( 3, 02.57, "Baby, I'm In The Mood For You"); SET_CDtt( 4, 03.29, "I Wanna Be Your Lover"); SET_CDtt( 5, 03.07, "I Want You"); SET_CDtt( 6, 03.44, "Heart Of Mine"); SET_CDtt( 7, 02.57, "On A Night Like This"); SET_CDtt( 8, 04.56, "Just Like A Woman"); SET_CDtt( 9, 04.39, "Romance In Durango"); SET_CDtt(10, 05.45, "Seçor (Tales of Yankee Power)"); SET_CDtt(11, 05.26, "Gotta Serve Somebody"); SET_CDtt(12, 05.10, "I Believe In You"); SET_CDtt(13, 02.38, "Time Passes Slowly"); SET_CDtt(14, 03.05, "I Shall Be Released"); SET_CDtt(15, 02.32, "Knockin' On Heaven's Door"); SET_CDtt(16, 03.05, "All Along The Watchtower"); SET_CDtt(17, 03.57, "Solid Rock"); SET_CDtt(18, 02.02, "Forever Young"); # endif } if ( cdKey == FIREFALL_GREATEST ) { /* 1:09:22-43 */ tocPtr->discPerformer = "Firefall"; tocPtr->discTitle = "Greatest Hits"; tocPtr->discCatNum = "007567710552500"; SET_CDtt( 1, 03.51, "Livin' Ain't Livin'"); SET_CDtt( 2, 03.36, "Cinderella"); SET_CDtt( 3, 02.43, "You Are the Woman"); SET_CDtt( 4, 04.19, "Mexico"); SET_CDtt( 5, 03.31, "It Doesn't Matter"); SET_CDtt( 6, 03.19, "Just Remember I Love You"); SET_CDtt( 7, 05.29, "So Long"); SET_CDtt( 8, 04.07, "Someday Soon"); SET_CDtt( 9, 03.26, "Strange Way"); SET_CDtt(10, 04.24, "Goodbye, I Love You"); SET_CDtt(11, 03.36, "Sweet and Sour"); SET_CDtt(12, 03.24, "Love That Got Away"); SET_CDtt(13, 04.12, "Headed for a Fall"); SET_CDtt(14, 03.04, "Staying With It"); SET_CDtt(15, 03.48, "Break of Dawn"); SET_CDtt(16, 03.48, "Always"); SET_CDtt(17, 03.58, "Runaway Love"); SET_CDtt(18, 04.45, "Run Run Away"); } if ( cdKey == NGRIF_MCAYEARS ) { /* 1:09:23-30 */ tocPtr->discPerformer = "Nanci Griffith"; tocPtr->discTitle = "The MCA Years - A Retrospective"; # if !defined(SKIPSONGS_Nanci_Griffith) SET_CDtt( 1, 03.21, "Trouble in the Fields"); SET_CDtt( 2, 04.12, "From a Distance"); SET_CDtt( 3, 04.09, "I Don't Wanna Talk About Love"); SET_CDtt( 4, 05.11, "Deadwood, South Dakota"); SET_CDtt( 5, 07.21, "Love at the Five and Dime"); SET_CDtt( 6, 03.47, "Listen to the Radio"); SET_CDtt( 7, 03.04, "Gulf Coast Highway"); SET_CDtt( 8, 02.41, "I Wish It Would Rain"); SET_CDtt( 9, 02.14, "Ford Econoline"); SET_CDtt(10, 04.07, "So Long Ago"); SET_CDtt(11, 03.47, "If Wishes Were Changes"); SET_CDtt(12, 03.14, "The Wing and the Wheel"); SET_CDtt(13, 03.33, "Late Night Grande Hotel"); SET_CDtt(14, 04.23, "It's Just Another Morning Here"); SET_CDtt(15, 03.14, "Drive±in Movies and Dashboard Lights"); SET_CDtt(16, 04.24, "There's a Light Beyond These Woods (Mary Margaret)"); SET_CDtt(17, 02.39, "Outbound Plane"); SET_CDtt(18, 04.00, "It's a Hard Life Wherever You Go"); # endif } if ( cdKey == HEART_DEFINITIVE_D1 ) { /* 1:17:25-00 */ tocPtr->discPerformer = "Heart"; tocPtr->discTitle = "Definitive Collection [disc 1]"; tocPtr->discCatNum = "509974805619100"; # if !defined(SKIPSONGS_Heart) SET_CDtt( 1, 04.24, "Barracuda"); SET_CDtt( 2, 05.13, "Little Queen"); SET_CDtt( 3, 02.47, "Kick It Out"); SET_CDtt( 4, 04.33, "Dream of the Archer"); SET_CDtt( 5, 02.53, "Cry To Me"); SET_CDtt( 6, 04.19, "Love Alive"); SET_CDtt( 7, 05.21, "Dog & Butterfly"); SET_CDtt( 8, 05.08, "Straight On"); SET_CDtt( 9, 05.04, "Lighter Touch"); SET_CDtt(10, 05.19, "Nada One"); SET_CDtt(11, 05.11, "Even It Up"); SET_CDtt(12, 03.18, "Sweet Darlin"); SET_CDtt(13, 02.59, "This Man is Mine"); SET_CDtt(14, 03.53, "Perfect Stranger"); SET_CDtt(15, 04.28, "Tell it Like it Is"); SET_CDtt(16, 03.52, "How Can I Refuse"); SET_CDtt(17, 04.42, "Allies"); SET_CDtt(18, 03.59, "Johnny Moon"); # endif } if ( cdKey == EJOHN_TOBECONT_D1 ) { /* 1:15:54-42 */ tocPtr->discPerformer = "Elton John"; tocPtr->discTitle = "to be continued... [disc 1]"; # if !defined(SKIPSONGS_Elton_John) SET_CDtt( 1, 02.45, "Come Back Baby [Bluesology]"); SET_CDtt( 2, 03.03, "Lady Samantha"); SET_CDtt( 3, 04.01, "It's Me That You Need"); SET_CDtt( 4, 03.34, "Your Song [demo]"); SET_CDtt( 5, 04.18, "Rock and Roll Madonna"); SET_CDtt( 6, 03.12, "Bad Side of the Moon"); SET_CDtt( 7, 04.00, "Your Song"); SET_CDtt( 8, 03.47, "Take Me To The Pilot"); SET_CDtt( 9, 03.21, "Border Song"); SET_CDtt(10, 04.56, "Sixty Years On"); SET_CDtt(11, 05.08, "Country Comfort"); SET_CDtt(12, 03.36, "Gray Seal"); SET_CDtt(13, 02.24, "Friends"); SET_CDtt(14, 05.23, "Levon"); SET_CDtt(15, 06.15, "Tiny Dancer"); SET_CDtt(16, 05.58, "Madman Across The Water"); SET_CDtt(17, 05.13, "Honky Cat"); SET_CDtt(18, 04.58, "Mona Lisas And Mad Hatters"); # endif } if ( cdKey == JLENNON_COLLECTION ) { /* 1:11:31-28 */ tocPtr->discPerformer = "John Lennon"; tocPtr->discTitle = "The John Lennon Collection"; # if !defined(SKIPSONGS_John_Lennon) SET_CDtt( 1, 04.54, "Give Peace a Chance"); SET_CDtt( 2, 03.22, "Instant Karma!"); SET_CDtt( 3, 03.19, "Power to the People"); SET_CDtt( 4, 03.20, "Whatever Gets You Thru The Night"); SET_CDtt( 5, 04.49, "#9 Dream"); SET_CDtt( 6, 04.15, "Mind Games"); SET_CDtt( 7, 03.24, "Love"); SET_CDtt( 8, 03.36, "Happy Xmas (War is Over)"); SET_CDtt( 9, 03.05, "Imagine"); SET_CDtt(10, 04.18, "Jealous Guy"); SET_CDtt(11, 03.28, "Stand By Me"); SET_CDtt(12, 03.57, "(Just Like) Starting Over"); SET_CDtt(13, 03.29, "Woman"); SET_CDtt(14, 04.00, "I'm Losing You"); SET_CDtt(15, 04.03, "Beautiful Boy (Darling Boy)"); SET_CDtt(16, 03.34, "Watching the Wheels"); SET_CDtt(17, 02.36, "Dear Yoko"); SET_CDtt(18, 02.59, "Move Over Ms. L"); SET_CDtt(19, 05.01, "Cold Turkey"); # endif } if ( cdKey == GLIGHT_GORDSGOLD_V2 ) { /* 1:05:47-35 */ tocPtr->discPerformer = "Gordon Lightfoot"; tocPtr->discTitle = "Gord's Gold, Volume II"; tocPtr->discCatNum = "007599257842400"; # if !defined(SKIPSONGS_Gordon_Lightfoot) SET_CDtt( 1, 02.55, "If It Should Please You"); SET_CDtt( 2, 04.18, "Endless Wire"); SET_CDtt( 3, 02.51, "Hangdog Hotel Room"); SET_CDtt( 4, 03.22, "I'm Not Supposed to Care"); SET_CDtt( 5, 02.30, "High & Dry"); SET_CDtt( 6, 06.19, "The Wreck of the Edmund Fitzgerald"); SET_CDtt( 7, 03.37, "The Pony Man"); SET_CDtt( 8, 03.27, "Race Among the Ruins"); SET_CDtt( 9, 03.17, "Christian Island"); SET_CDtt(10, 02.52, "All the Lovely Ladies"); SET_CDtt(11, 03.01, "Alberta Bound"); SET_CDtt(12, 05.01, "Cherokee Bend"); SET_CDtt(13, 03.57, "Triangle"); SET_CDtt(14, 03.03, "Shadows"); SET_CDtt(15, 03.46, "Make Way (For the Lady)"); SET_CDtt(16, 04.08, "Ghosts of Cape Horn"); SET_CDtt(17, 03.59, "Baby Step Back"); SET_CDtt(18, 03.22, "It's Worth Believin'"); # endif } if ( cdKey == JMELLEN_COLLECTION ) { /* 1:00:32-15 */ tocPtr->discPerformer = "John Mellencamp"; tocPtr->discTitle = "The Collection"; SET_CDtt( 1, 02.22, "American Dream"); SET_CDtt( 2, 02.56, "Oh, Pretty Woman"); SET_CDtt( 3, 02.12, "Jailhouse Rock"); SET_CDtt( 4, 03.20, "Dream Killin' Town"); SET_CDtt( 5, 02.41, "Supergirl"); SET_CDtt( 6, 03.19, "Chestnut Street"); SET_CDtt( 7, 05.33, "Kid Inside"); SET_CDtt( 8, 03.15, "Take What You Want"); SET_CDtt( 9, 03.54, "Cheap Shot"); SET_CDtt(10, 04.11, "Sidewalks and Streetlights"); SET_CDtt(11, 02.31, "R. Gang"); SET_CDtt(12, 03.10, "Good Girls"); SET_CDtt(13, 02.40, "Do You Believe in Magic"); SET_CDtt(14, 02.16, "Twentieth Century Fox"); SET_CDtt(15, 05.25, "Chestnut Street Revisited"); SET_CDtt(16, 03.26, "Sad Lady"); SET_CDtt(17, 04.53, "American Son"); SET_CDtt(18, 02.26, "Young Genocides"); } if ( cdKey == MOLDFIELD_COMPLETE_D1 ) { /* 1:01:51-00 */ tocPtr->discPerformer = "Mike OldField"; tocPtr->discTitle = "The Complete Mike Oldfield [disc 1]"; # if !defined(SKIPSONGS_Mike_Oldfield) SET_CDtt( 1, 02.47, "Arrival"); SET_CDtt( 2, 03.55, "William Tell Overture"); SET_CDtt( 3, 03.13, "Cuckoo Song"); SET_CDtt( 4, 02.51, "In Dulci Jubilo"); SET_CDtt( 5, 02.02, "Portsmouth"); SET_CDtt( 6, 02.37, "Jungle Gardenia"); SET_CDtt( 7, 04.05, "Guilty"); SET_CDtt( 8, 02.08, "Blue Peter"); SET_CDtt( 9, 03.24, "Waldburg (The Peak)"); SET_CDtt(10, 03.39, "Wonderful Land"); SET_CDtt(11, 03.08, "‰tude (theme from ªThe Killing Fieldsº)"); SET_CDtt(12, 03.36, "Moonlight Shadow"); SET_CDtt(13, 03.48, "Family Man"); SET_CDtt(14, 02.55, "Mistake"); SET_CDtt(15, 04.19, "Five Miles Out"); SET_CDtt(16, 03.38, "Crimes Of Passion"); SET_CDtt(17, 04.34, "To France"); SET_CDtt(18, 05.09, "Shadow On The Wall"); # endif } if ( cdKey == MOLDFIELD_ELEMENTS_D4 ) { /* 1:13:47-23 */ tocPtr->discPerformer = "Mike OldField"; tocPtr->discTitle = "Elements [disc 4]"; # if !defined(SKIPSONGS_Mike_Oldfield) SET_CDtt( 1, 05.10, "Shadow on the Wall"); SET_CDtt( 2, 02.26, "Taurus III"); SET_CDtt( 3, 03.38, "Crime of Passion"); SET_CDtt( 4, 02.44, "Jungle Gardenia"); SET_CDtt( 5, 04.45, "To France"); SET_CDtt( 6, 02.45, "Afghan"); SET_CDtt( 7, 03.56, "Tricks of the Light [instrumental]"); SET_CDtt( 8, 03.08, "Etude"); SET_CDtt( 9, 05.13, "Evacuation"); SET_CDtt(10, 02.24, "Legend"); SET_CDtt(11, 04.19, "Islands"); SET_CDtt(12, 02.30, "The Wind Chimes: Part one"); SET_CDtt(13, 03.37, "Flying Start"); SET_CDtt(14, 04.14, "Magic Touch"); SET_CDtt(15, 03.59, "Earth Moving"); SET_CDtt(16, 04.26, "Far Country"); SET_CDtt(17, 03.45, "Holy"); SET_CDtt(18, 06.18, "Amarok"); SET_CDtt(19, 04.28, "Heaven's Open"); # endif } if ( cdKey == RORBISON_LEGEND_D1 ) { /* 0:43:41-00 */ tocPtr->discPerformer = "Roy Orbison"; tocPtr->discTitle = "The Legendary Roy Orbison [disc 1]"; SET_CDtt( 1, 02.51, "Tryin' to Get to You"); SET_CDtt( 2, 02.13, "Ooby Dooby"); SET_CDtt( 3, 02.10, "Go, Go, Go"); SET_CDtt( 4, 02.06, "Rock House"); SET_CDtt( 5, 02.09, "You're My Baby"); SET_CDtt( 6, 02.13, "Devil Doll"); SET_CDtt( 7, 01.58, "Claudette"); SET_CDtt( 8, 02.18, "Seems to Me"); SET_CDtt( 9, 02.20, "Sweet and Innocent"); SET_CDtt(10, 02.06, "Almost Eighteen"); SET_CDtt(11, 01.56, "Jolie"); SET_CDtt(12, 02.07, "I'll Never Tell"); SET_CDtt(13, 02.29, "With The Bug"); SET_CDtt(14, 02.12, "Paper Boy"); SET_CDtt(15, 02.09, "Uptown"); SET_CDtt(16, 02.20, "Pretty One"); SET_CDtt(17, 02.29, "Only The Lonely"); SET_CDtt(18, 02.43, "Here Comes That Song Again"); SET_CDtt(19, 02.50, "Blue Angel"); } if ( cdKey == RORBISON_LEGEND_D2 ) { /* 0:49:59-25 */ tocPtr->discPerformer = "Roy Orbison"; tocPtr->discTitle = "The Legendary Roy Orbison [disc 2]"; SET_CDtt( 1, 02.14, "Today's Teardrops"); SET_CDtt( 2, 02.45, "I'm Hurtin'"); SET_CDtt( 3, 02.45, "I Can't Stop Loving You"); SET_CDtt( 4, 02.14, "Running Scared"); SET_CDtt( 5, 02.31, "Love Hurts"); SET_CDtt( 6, 02.48, "Crying"); SET_CDtt( 7, 02.47, "Candy Man"); SET_CDtt( 8, 02.35, "Dream Baby"); SET_CDtt( 9, 02.39, "The Actress"); SET_CDtt(10, 02.24, "The Crowd"); SET_CDtt(11, 03.01, "Mama"); SET_CDtt(12, 02.29, "Working For The Man"); SET_CDtt(13, 02.41, "Leah"); SET_CDtt(14, 02.51, "In Dreams"); SET_CDtt(15, 02.42, "Shahdaroba"); SET_CDtt(16, 02.24, "Falling"); SET_CDtt(17, 03.13, "Distant Drums"); SET_CDtt(18, 02.28, "Blue Bayou"); SET_CDtt(19, 02.26, "Mean Woman Blues"); } if ( cdKey == RORBISON_LEGEND_D3 ) { /* 0:53:13-50 */ tocPtr->discPerformer = "Roy Orbison"; tocPtr->discTitle = "The Legendary Roy Orbison [disc 3]"; SET_CDtt( 1, 02.48, "Pretty Paper"); SET_CDtt( 2, 02.22, "Beautiful Dreamer"); SET_CDtt( 3, 02.49, "It's Over"); SET_CDtt( 4, 03.06, "Indian Wedding"); SET_CDtt( 5, 02.59, "Oh, Pretty Woman"); SET_CDtt( 6, 03.17, "Yo Te Amo Maria"); SET_CDtt( 7, 02.31, "Goodnight"); SET_CDtt( 8, 02.20, "Only With You"); SET_CDtt( 9, 02.49, "Say You're My Girl"); SET_CDtt(10, 02.39, "Sleepy Hollow"); SET_CDtt(11, 02.35, "Let The Good Times Roll"); SET_CDtt(12, 02.19, "Lana"); SET_CDtt(13, 02.46, "Summersong"); SET_CDtt(14, 02.35, "Belinda"); SET_CDtt(15, 02.27, "No Chain At All"); SET_CDtt(16, 02.57, "(I'm a) Southern Man"); SET_CDtt(17, 03.50, "Born To Love Me"); SET_CDtt(18, 03.03, "Drifting Away"); SET_CDtt(19, 02.59, "Under Suspicion"); } if ( cdKey == RORBISON_LEGEND_D4 ) { /* 0:54:35-37 */ tocPtr->discPerformer = "Roy Orbison"; tocPtr->discTitle = "The Legendary Roy Orbison [disc 4]"; SET_CDtt( 1, 03.30, "Ride Away"); SET_CDtt( 2, 03.18, "Crawling Back"); SET_CDtt( 3, 02.10, "Breakin' Up is Breakin' My Heart"); SET_CDtt( 4, 02.56, "Cry Softly Lonely One"); SET_CDtt( 5, 02.53, "Borne on the Wind"); SET_CDtt( 6, 02.47, "Mama (German)"); SET_CDtt( 7, 02.33, "San Fernando (German)"); SET_CDtt( 8, 02.48, "(They Call You) Gigolette"); SET_CDtt( 9, 02.54, "Dance"); SET_CDtt(10, 02.12, "Can't Wait"); SET_CDtt(11, 03.00, "I Don't Really Want You"); SET_CDtt(12, 03.15, "Something You Can't Take Away"); SET_CDtt(13, 03.47, "Indian Summer"); SET_CDtt(14, 03.11, "The Fastest Guitar Alive (from the movie)"); SET_CDtt(15, 03.30, "So Young (from ªZabriskie Pointº)"); SET_CDtt(16, 02.54, "Zigzag (from ªZigzagº)"); SET_CDtt(17, 03.24, "It Takes All Kinds of People (from ªMoonshine Warº)"); SET_CDtt(18, 03.31, "Wild Hearts (from ªInsignificanceº)"); } if ( cdKey == TPHEART_GREATEST ) { /* 1:05:45-60 */ tocPtr->discPerformer = "Tom Petty and the HeartBreakers"; tocPtr->discTitle = "Greatest Hits"; # if !defined(SKIPSONGS_Tom_Petty) SET_CDtt( 1, 03.33, "American Girl"); SET_CDtt( 2, 02.43, "Breakdown"); SET_CDtt( 3, 03.03, "Listen to Her Heart"); SET_CDtt( 4, 02.23, "I Need to Know"); SET_CDtt( 5, 03.22, "Refugee"); SET_CDtt( 6, 02.43, "Don't Do Me Like That"); SET_CDtt( 7, 03.39, "Even the Losers"); SET_CDtt( 8, 04.25, "Here Comes My Girl"); SET_CDtt( 9, 03.59, "The Waiting"); SET_CDtt(10, 03.36, "You Got Lucky"); SET_CDtt(11, 05.04, "Don't Come Around Here No More"); SET_CDtt(12, 02.57, "I Won't Back Down"); SET_CDtt(13, 04.23, "Runnin' Down a Dream"); SET_CDtt(14, 04.16, "Free Fallin'"); SET_CDtt(15, 04.01, "Learning to Fly"); SET_CDtt(16, 03.45, "Into the Great Wide Open"); SET_CDtt(17, 04.33, "Mary Jane's Last Dance"); SET_CDtt(18, 03.18, "Something in the Air"); # endif } if ( cdKey == POL_MSGBOX_D3 ) { /* 1:04:29-50 */ tocPtr->discPerformer = "Police"; tocPtr->discTitle = "Message in a Box: The Complete Recordings [disc 3]"; # if !defined(SKIPSONGS_Police) SET_CDtt( 1, 02.33, "A Sermon"); SET_CDtt( 2, 03.29, "Driven to Tears [live]"); SET_CDtt( 3, 05.01, "Shambelle"); SET_CDtt( 4, 02.59, "Spirits in the Material World"); SET_CDtt( 5, 04.21, "Every Little Thing She Does is Magic"); SET_CDtt( 6, 03.43, "Invisible Sun"); SET_CDtt( 7, 02.53, "Hungry For You (J'aurais toujours faim de toi)"); SET_CDtt( 8, 05.58, "Demolition Man"); SET_CDtt( 9, 03.43, "Too Much Information"); SET_CDtt(10, 03.10, "Rehumanize Yourself"); SET_CDtt(11, 04.47, "One World (Not Three)"); SET_CDtt(12, 02.48, "Omegaman"); SET_CDtt(13, 03.33, "Secret Journey"); SET_CDtt(14, 03.15, "Darkness"); SET_CDtt(15, 03.44, "Flexible Strategies"); SET_CDtt(16, 03.45, "Low Life"); SET_CDtt(17, 02.42, "How Stupid Mr. Bates"); SET_CDtt(18, 02.03, "A Kind of Loving"); # endif } if ( cdKey == POL_MSGBOX_D4 ) { /* 1:13:05-60 */ tocPtr->discPerformer = "Police"; tocPtr->discTitle = "Message in a Box: The Complete Recordings [disc 4]"; # if !defined(SKIPSONGS_Police) SET_CDtt( 1, 03.23, "Synchronicity I"); SET_CDtt( 2, 03.37, "Walking in Your Footsteps"); SET_CDtt( 3, 04.02, "O My God"); SET_CDtt( 4, 03.05, "Mother"); SET_CDtt( 5, 02.00, "Miss Gradenko"); SET_CDtt( 6, 05.04, "Synchronicity II"); SET_CDtt( 7, 04.14, "Every Breath You Take"); SET_CDtt( 8, 04.59, "King of Pain"); SET_CDtt( 9, 05.14, "Wrapped Around Your Finger"); SET_CDtt(10, 04.13, "Tea in the Sahara"); SET_CDtt(11, 04.37, "Murder By the Numbers"); SET_CDtt(12, 02.17, "Man In a Suitcase [live]"); SET_CDtt(13, 03.09, "Someone to Talk To"); SET_CDtt(14, 04.51, "Message in a Bottle [live]"); SET_CDtt(15, 04.50, "I Burn for You"); SET_CDtt(16, 03.31, "Once Upon a Daydream"); SET_CDtt(17, 05.06, "Tea in the Sahara [live]"); SET_CDtt(18, 04.51, "Don't Stand So Close to Me '86"); # endif } if ( cdKey == SONSOFPI_TUMBLING ) { /* 0:48:51-30 */ tocPtr->discPerformer = "Sons of the Pioneers"; tocPtr->discTitle = "Tumbling Tumbleweeds"; SET_CDtt( 1, 02.47, "Tumbling Tumbleweeds"); SET_CDtt( 2, 03.27, "Home on the Range"); SET_CDtt( 3, 02.55, "Empty Saddles"); SET_CDtt( 4, 02.31, "Red River Valley"); SET_CDtt( 5, 03.05, "Room Full of Roses"); SET_CDtt( 6, 02.10, "Along the Navajo Trail"); SET_CDtt( 7, 02.14, "Don't Fence Me In"); SET_CDtt( 8, 02.45, "The Last Round-Up"); SET_CDtt( 9, 02.29, "Twilight on the Trail"); SET_CDtt(10, 02.56, "Cool Water"); SET_CDtt(11, 03.18, "Riders in the Sky"); SET_CDtt(12, 02.08, "Whoopie-Yi-Yi-Yo"); SET_CDtt(13, 02.39, "The Shifting Whispering Sands"); SET_CDtt(14, 02.42, "San Antonio Rose"); SET_CDtt(15, 02.53, "O Bury Me Not on the Lone Prairie"); SET_CDtt(16, 02.27, "Ragtime Cowboy Joe"); SET_CDtt(17, 02.19, "Wagon Wheels"); SET_CDtt(18, 03.04, "Take Me Back to My Boots and Saddle"); } if ( cdKey == BSPRING_GREATEST ) { /* 1:16:46-45 */ tocPtr->discPerformer = "Bruce Springsteen & The E Street Band"; tocPtr->discTitle = "Greatest Hits"; # if !defined(SKIPSONGS_Bruce_Springsteen) SET_CDtt( 1, 04.30, "Born To Run"); SET_CDtt( 2, 04.49, "Thunder Road"); SET_CDtt( 3, 04.03, "Badlands"); SET_CDtt( 4, 05.01, "The River"); SET_CDtt( 5, 03.20, "Hungry Heart"); SET_CDtt( 6, 03.57, "Atlantic City"); SET_CDtt( 7, 04.03, "Dancing in the Dark"); SET_CDtt( 8, 04.41, "Born in the U.S.A."); SET_CDtt( 9, 04.13, "My Hometown"); SET_CDtt(10, 03.49, "Glory Days"); SET_CDtt(11, 04.16, "Brilliant Disguise"); SET_CDtt(12, 05.10, "Human Touch"); SET_CDtt(13, 03.45, "Better Days"); SET_CDtt(14, 03.17, "Streets of Philidelphia"); SET_CDtt(15, 04.27, "Secret Garden"); SET_CDtt(16, 03.58, "Murder Incorporated"); SET_CDtt(17, 04.34, "Blood Brothers"); SET_CDtt(18, 04.51, "This Hard Land"); # endif } if ( cdKey == ASTEW_TOWHOMIT_D1 ) { /* 1:14:04-20 */ tocPtr->discPerformer = "Al Stewart"; tocPtr->discTitle = "To Whom It May Concern [disc 1]"; tocPtr->discCatNum = "072438277102900"; # if !defined(SKIPSONGS_Al_Stewart) SET_CDtt( 1, 02.31, "The Elf"); SET_CDtt( 2, 02.53, "Turn Into Earth"); SET_CDtt( 3, 03.20, "Bedsitter Images"); SET_CDtt( 4, 04.00, "Swiss Cottage Manoeuvres"); SET_CDtt( 5, 02.52, "The Carmichaels"); SET_CDtt( 6, 02.35, "Scandinavian Girl"); SET_CDtt( 7, 03.40, "Pretty Golden Hair"); SET_CDtt( 8, 03.19, "Denise at 16"); SET_CDtt( 9, 04.00, "Samuel, Oh How You've Changed!"); SET_CDtt(10, 02.53, "Cleave to Me"); SET_CDtt(11, 03.28, "A Long Way Down From Stephanie"); SET_CDtt(12, 04.24, "Ivich"); SET_CDtt(13, 06.58, "Beleeka Doodle Day"); SET_CDtt(14, 02.32, "Lover Man"); SET_CDtt(15, 02.41, "Clifton in the Rain"); SET_CDtt(16, 03.42, "In Brooklyn"); SET_CDtt(17, 04.26, "Old Compton Street Blues"); SET_CDtt(18, 08.01, "Ballad of Mary Foster"); SET_CDtt(19, 05.47, "Life and Life Only"); # endif } if ( cdKey == TDREAM_CATCHME ) { /* 0:43:41-57 */ tocPtr->discPerformer = "Tangerine Dream"; tocPtr->discTitle = "Catch Me if You Can"; # if !defined(SKIPSONGS_Tangerine_Dream) SET_CDtt( 1, 04.45, "Dylan's Future"); SET_CDtt( 2, 02.10, "Sad Melissa"); SET_CDtt( 3, 01.31, "Fast Eddie's Car"); SET_CDtt( 4, 02.20, "Back to the Race"); SET_CDtt( 5, 01.19, "Melissa Asks Dylan Out"); SET_CDtt( 6, 03.27, "Dylan Alone at Home"); SET_CDtt( 7, 01.05, "Melissa Needs Help"); SET_CDtt( 8, 01.03, "The Kiss"); SET_CDtt( 9, 03.43, "Racing Montage"); SET_CDtt(10, 02.16, "The Clock is Ticking"); SET_CDtt(11, 01.45, "Window Maker"); SET_CDtt(12, 01.28, "Dylan's Dream"); SET_CDtt(13, 01.31, "Taking the Test"); SET_CDtt(14, 02.31, "Back to the Race Again"); SET_CDtt(15, 02.29, "One More Chance"); SET_CDtt(16, 01.26, "Melissa's Challenge"); SET_CDtt(17, 02.46, "Widow Maker Race"); SET_CDtt(18, 04.19, "Dylan's Triumph"); SET_CDtt(19, 01.45, "Catch Me If You Can - Main Theme"); # endif } }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.