-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata-full.ini
3476 lines (3210 loc) · 126 KB
/
metadata-full.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# metadata-full.ini
# Fully descriptive stream tagging information for SAAT
#
# A long time ago, this was the RFSA metadata.conf file, but it has been
# modified, rearranged, and extended several times since then. In theory,
# it'll still work with RFSA although all of the extensions will be ignored.
[global]
albumprefix = GTA: San Andreas -
defaultartist = Rockstar North
[8a388107cdf3934b3f7a3f1e2b33199c]
stream = AA
station = Police
track1.title = "10-70 in Doherty; don't worry"
track2.title = "10-37 in Verona Beach"
track3.title = "Series of 10-21s in Northern Red County"
track4.title = "10-57 in Ganton"
track5.title = "10-87 in Rockshore East"
track6.title = "Serious gang activity in Jefferson"
track7.title = "10-53 in Corona"
track8.title = "Problems in East Beach"
track9.title = "Incident in Blueberry involving a washing machine"
track10.title = "10-25 in Leafy Hollow"
track11.title = "Some kinda problem in Leafy Hollow; 10-75 in Ganton"
track12.title = "10-7 in Pershing Square; don't worry"
track13.title = "10-47 in Juniper Hill"
track14.title = "10-43 in Esplanade East"
track15.title = "10-15 in Bayside"
track16.title = "10-45 in downtown San Fierro"
track17.title = "Shut up with your moaning"
track18.title = "Hysterical old woman in Las Brujas"
track19.title = "Some kinda problem in Leafy Hollow"
track20.title = "Relax...people die every day"
track21.title = "10-75 somewhere near Easter Bay Airport"
track22.title = "10-37 in El Castillo Del Diablo"
track23.title = "10-53 in East Beach"
track24.title = "Reports of a 10-81"
track25.title = "Five cars to Market"
track26.title = "10-45 near the Bayside Tunnel"
track27.title = "10-21 near Fallen Tree"
track28.title = "Chinatown in San Fierro, you chump"
track29.title = "Domestic disputes in West King's"
track30.title = "People are having fun, stop it at once"
track31.title = "10-37 in Los Flores"
track32.title = "You sit behind a desk all day"
track33.title = "10-21 near Easter Bay Airport"
track34.title = "10-53 in Paradiso"
track35.title = "Not you, you're just outta rehab"
track36.title = "10-72 in Mulholland"
track37.title = "Problems in Easter Basin"
track38.title = "10-57 in Bone County"
track39.title = "10-71 in the Hunter Quarry area"
track40.title = (Riots) "10-45 in Missionary Hill"
track41.title = (Riots) "Gimme a firetruck"
track42.title = (Riots) "East Los Santos is in trouble"
track43.title = (Riots) "It's f_ckin' insanity...get me an ambulance"
track44.title = (Riots) "Dead body just found"
track45.title = (Riots) "It's f_ckin' insanity...get me a firetruck"
track46.title = (Riots) "Riot in progress" #1
track47.title = (Riots) "Riot in progress" #2
track48.title = (Riots) "Need an ambulance out here"
track49.title = (Riots) "10-57 in Ganton"
track50.title = (Riots) "10-82 all over San Fierro"
track51.title = (Riots) "Riot in progress" #3
track52.title = (Riots) "Serious problems in Santa Flora"
track53.title = (Riots) "Serious problems in Angel Pine"
track54.title = (Riots) "Get me a firetruck"
track55.title = (Riots) "Serious sh_t going down in Blueberry"
track56.title = (Riots) "Serious gang activity in Ganton"
track57.title = (Riots) "Serious gang activity in Jefferson"
track58.title = (Riots) "10-73 in Prickle Pine"
track59.title = (Riots) "Riot in progress" #4
track60.title = (Riots) "Ganton is burning"
track61.title = (Silence for 9 seconds) #1
track62.title = (Silence for 9 seconds) #2
track63.title = (Silence for 9 seconds) #3
track64.title = (Silence for 19 seconds)
track65.title = (Silence for 9 seconds) #4
track66.title = (Silence for 9 seconds) #5
[9b7310981c3e88d2d9eda9b18b443f75]
stream = ADVERTS
station = Adverts
track1.title = Ammunation
track2.title = PSA (Cars for teenagers instead of bicycles)
track3.title = Blotto's #1 (Gold-plated Razorblades)
track4.title = Blotto's #2 (Silver Straw)
track5.title = Bouche Cologne
track6.title = Castradon ("Baldness is loneliness")
track7.title = Commando Pest Eradication
track8.title = Commemorative Miniatures
track9.title = The Crazy Cock Gentleman's Club
track10.title = Creative Plastic Surgery
track11.title = Eris Shoes
track12.title = Hampshire Nannies Ltd
track13.title = The Military
track14.title = Logger Beer
track15.title = Logger Light
track16.title = The Midlife Crisis Center
track17.title = "My Five Uncles" on LSBC
track18.title = Proposition 421 (Outlaw Smoking Everywhere)
track19.title = Proposition 832 (Ban Immigration Green Cards)
track20.title = Redwood Cigarettes
track21.title = Renegade Cologne
track22.title = Sooth Cough Medicine
track23.title = San Andreas Telephone #1 (Orphan)
track24.title = San Andreas Telephone #2 (Ex-husband)
track25.title = San Andreas Telephone #3 (New Father)
track26.title = San Andreas Telephone #4 (Son)
track27.title = Ultimate Disc in the Dark
track28.title = Fokari Film
track29.title = Dream Makers
track30.title = "Intergalactic Wrestling Championship" on Weazel
track31.title = Proposition 602 (No Mass Transit)
track32.title = Mike Andrews Live #1 ("U-S-A!")
track33.title = Abiggo Brokerage and Pawn
track34.title = Blotto's #3 (Tiny Spoon)
track35.title = Shine by Helmetshine
track36.title = de Koch Diamonds
track37.title = Janus ("Invent the new you")
track38.title = Rapidite, the Do-It-Yourself Sexual Realignment Kit
track39.title = Grin ("Keeps me at the Equator...")
track40.title = Mike Andrews Live #2 ("Enjoy it")
track41.title = Celebrate with Cake #1 (Wife)
track42.title = Celebrate with Cake #2 (Son)
track43.title = Sprunk
track44.title = Crimson Executive Spouse Indemnity Services
track45.title = Herr Gruber's Spa
track46.title = American Bank of Los Santos
track47.title = The Cavern of Sorrow Fantasy Game
track48.title = Cluckin' Bell #1 ("We're psychotic crazies")
track49.title = Cluckin' Bell #2 ("All you protestors can go to Hell")
track50.title = The Glory Hole Themepark #1 ("I know it's safe...")
track51.title = The Glory Hole Themepark #2 ("Something they'll never forget")
track52.title = Inversion Therapy
track53.title = Kilimanjaro Clothes #1 ("Women love big men")
track54.title = Kilimanjaro Clothes #2 ("You're as big as a mountain")
track55.title = Carcer City Vacations
track56.title = "Law" on Weazel #1 ("Gritty new show")
track57.title = "Law" on Weazel #2 ("Because paperwork is dramatic")
track58.title = "Law" on Weazel #3 ("The real life fictional drama")
track59.title = The Starfish Resort and Casino
track60.title = Tropicarcinoma
track61.title = Zebra Bar #1 ("What about nuts?")
track62.title = Zebra Bar #2 ("Wow, it's enormous.")
track63.title = The Epsilon Program #1 ("Do you want answers?")
track64.title = The Epsilon Program #2 ("Science is a lie")
track65.title = The Epsilon Program #3 ("Do you worry that nobody likes you?")
track66.title = Executive Intruder Extermination Service
track67.title = Exsorbeo Handheld Gaming System
track68.title = Lustrious #1 ("There she was...")
track69.title = Lustrious #2 ("How you get your hair all greasy?")
[8bbc634dc3495b74d9cc15ab179a836b]
stream = AMBIENCE
station = Ambience
track1.title = 24-7 Store (Quiet Hum)
track2.title = Abattoir (Fan-like Clicking Noise)
track3.title = Ammunation Store PA System
track4.title = Area 69 Interior (Quiet Hum)
track5.title = Awards Ceremony (from Management Issues)
track6.title = Beach Party (Pretend We're Dead; from Life's a Beach)
track6.artist = L7
track7.title = Arcade Game Music (from Let's Get Ready to Bumble)
track8.title = Bike and Boat School Level Results Music
track9.title = Saint Mark's Bistro (Violin Music)
track10.title = Unused Diner (Muzak and Chatter)
track11.title = UNKNOWN (similar to school level results)
track12.title = Casino Medley (Cross the Tracks; Hot Pants; Funky President)
track12.artist = Maceo & The Macks; Bobby Byrd; James Brown
track13.title = Dance Club Medley (Voodoo Ray; Your Love)
track13.artist = A Guy Called Gerald; Frankie Knuckles
track14.title = Dam Machinery (Loud Hum)
track15.title = Driving School Level Results Music
track16.title = Arcade Game Music (from Duality)
track17.title = Unused (Quiet Hum)
track18.title = Fast Food Joint (Utensils and Quiet Chatter)
track19.title = Arcade Game Music (from Go Go Space Monkey)
track20.title = Safe House (Quiet Hum)
track21.title = Jet Interior (Loud Hum)
track22.title = Cargo Plane Interior (Very Loud Hum)
track23.title = Low-Rider Challenge (Road to the Riches)
track23.artist = Kool G Rap & DJ Polo
track24.title = Planning Department (Quiet Hum)
track25.title = Inside Track Betting Lobby (Quiet Race Sounds)
track26.title = Inside Track Betting Machine (Horse Race)
track27.title = Flight School Level Results Music
track28.title = Pleasure Domes Medley (Hood Took Me Under; It was a Good Day)
track28.artist = Compton's Most Wanted; Ice Cube
track29.title = Police Station (Quiet Hum)
track30.title = Ship Bridge or Communications Room (Loud Static-like Sound)
track31.title = Unused (Very Loud Hum)
track32.title = Riots (Angry Mob)
track33.title = Wind Sounds
track34.title = Ship Interior (Loud Hum)
track35.title = Stadium Event Medley (Get Down to It; Cult of Personality)
track35.artist = Humble Pie; Living Colour
track36.title = Strip Club Medley (My Lovin'; So You Like What You See; Between the Sheets)
track36.artist = En Vogue; Samuelle; The Isley Brothers
track37.title = Unused Medley (Welcome to the Jungle; Strutter; Woman to Woman)
track37.artist = Guns N' Roses; KISS; Joe Cocker
track38.title = Arcade Game Music (from They Come From Uranus; Quiet Hum)
track39.title = Warehouse (Mid-level Hum)
track40.title = Beach and Sea (Waves and Splashes)
[fa900b4aca54c5a6c419fda136374f6a]
stream = BEATS
station = Beats
track1.title = Life's a Beach Dance Track (Hollywood Swingin')
track1.artist = Kool & The Gang
track2.title = SA Theme Music (End Credits version)
track3.title = Club Dance Track #3 (Funky President)
track3.artist = James Brown
track4.title = Club Dance Track #1 (Nuthin' But a "G" Thang)
track4.artist = Dr. Dre
track5.title = Club Dance Track #2 (Hollywood Swingin')
track5.artist = Kool & The Gang
track6.title = Low Rider Bounce Track #1 (Odyssey)
track6.artist = Johnny Harris
track7.title = Low Rider Bounce Track #2 (West Coast Poplock)
track7.artist = Ronnie Hudson
track8.title = Mission Complete #1
track9.title = Mission Complete #2
track10.title = Intro Movie #4 (Riding with C.R.A.S.H.)
[a88eb0130acb81b5956e412db06ea9ce]
stream = CH
station = Playback FM
defaultartist = Chuck D
track1.title = (Bridge Announce #1) Can access LS only
track2.title = (Bridge Announce #2) Can access LS and SF
track3.title = (Bridge Announce #3) Can access LS, SF, and LV
track4.title = (Caller) "Well, actually, it's CSR"
track5.title = (Caller) "You're really annoying"
track6.title = (DJ) "Be educated on the sounds that brung ya"
track7.title = (DJ) "You don't last a minute"
track8.title = (DJ) "There's a party over here"
track9.title = (DJ) "West Coast radio suckers"
track10.title = (DJ) "Ready for your training wheels"
track11.title = (DJ) "I'll go speed of light on y'all"
track12.title = (DJ) "This goes out to my man the Iceman"
track13.title = (DJ) "Los Santos police"
track14.title = (DJ) "Ugly like yo momma"
track15.title = (DJ) "Small-minded robots"
track16.title = (DJ) "Shoulda paid more attention in school"
track17.title = (DJ) "Propaganda"
track18.title = (DJ) "Cavern of Sorrow marathon"
track19.title = (DJ) "Help ain't no charity"
track20.title = (DJ) "Get back to the 'burbs you fools!"
track21.title = (DJ) "I got seven digits as it is"
track22.title = (Atmosphere) Evening #1
track23.title = (Atmosphere) Evening #2
track24.title = (Atmosphere) Morning #1
track25.title = (Atmosphere) Morning #2
track26.title = (Atmosphere) Night #1
track27.title = (Atmosphere) Night #2
track28.title = (Atmosphere) Fog #1
track29.title = (Atmosphere) Fog #2
track30.title = (Atmosphere) Smog
track31.title = (Atmosphere) Rain #1
track32.title = (Atmosphere) Rain #2
track33.title = (Atmosphere) Rain #3
track34.title = (Atmosphere) Sunny #1
track35.title = (Atmosphere) Sunny #2
track36.title = (ID) "While you suckers were wearing diapers"
track37.title = (ID) "Doper than anyone else"
track38.title = (ID) "Drop out of that whack-ass school"
track39.title = (ID) "Skills on the mic"
track40.title = (ID) "Givin' it to ya' straight up, homeboy!"
track41.title = (ID) "The home of classic hiphop"
track42.title = (ID) "The man with an opinion on everything"
track43.title = (ID) "Layin' it down old skool"
track44.title = (ID) "Word up!"
track45.title = (ID) "The reason you put that subwoofer in your car"
track46.title = (ID) "Word to your mamma"
track36.artist = Pat Garrett
track37.artist = Pat Garrett
track38.artist = Pat Garrett
track39.artist = Pat Garrett
track40.artist = Pat Garrett
track41.artist = Pat Garrett
track42.artist = Pat Garrett
track43.artist = Pat Garrett
track44.artist = Pat Garrett
track45.artist = Pat Garrett
track46.artist = Pat Garrett
track47.title = Me & The Biz (Mid)
track48.title = Me & The Biz (Intro)
track49.title = Me & The Biz (Intro DJ #1)
track50.title = Me & The Biz (Intro DJ #2)
track51.title = Me & The Biz (Outro)
track52.title = Me & The Biz (Outro DJ #1)
track53.title = Me & The Biz (Outro DJ #2)
track47.artist = Masta Ace
track48.artist = Masta Ace
track49.artist = Masta Ace
track50.artist = Masta Ace
track51.artist = Masta Ace
track52.artist = Masta Ace
track53.artist = Masta Ace
track54.title = Warm It Up Kane (Mid)
track55.title = Warm It Up Kane (Intro)
track56.title = Warm It Up Kane (Intro DJ #1)
track57.title = Warm It Up Kane (Intro DJ #2)
track58.title = Warm It Up Kane (Outro)
track59.title = Warm It Up Kane (Outro DJ #1)
track60.title = Warm It Up Kane (Outro DJ #2)
track54.artist = Big Daddy Kane
track55.artist = Big Daddy Kane
track56.artist = Big Daddy Kane
track57.artist = Big Daddy Kane
track58.artist = Big Daddy Kane
track59.artist = Big Daddy Kane
track60.artist = Big Daddy Kane
track61.title = Road to the Riches (Mid)
track62.title = Road to the Riches (Intro)
track63.title = Road to the Riches (Intro DJ #1)
track64.title = Road to the Riches (Intro DJ #2)
track65.title = Road to the Riches (Outro)
track66.title = Road to the Riches (Outro DJ #1)
track67.title = Road to the Riches (Outro DJ #2)
track61.artist = Kool G Rap & DJ Polo
track62.artist = Kool G Rap & DJ Polo
track63.artist = Kool G Rap & DJ Polo
track64.artist = Kool G Rap & DJ Polo
track65.artist = Kool G Rap & DJ Polo
track66.artist = Kool G Rap & DJ Polo
track67.artist = Kool G Rap & DJ Polo
track68.title = Rebel Without a Pause (Mid)
track69.title = Rebel Without a Pause (Intro)
track70.title = Rebel Without a Pause (Intro DJ #1)
track71.title = Rebel Without a Pause (Intro DJ #2)
track72.title = Rebel Without a Pause (Outro)
track73.title = Rebel Without a Pause (Outro DJ #1)
track74.title = Rebel Without a Pause (Outro DJ #2)
track68.artist = Public Enemy
track69.artist = Public Enemy
track70.artist = Public Enemy
track71.artist = Public Enemy
track72.artist = Public Enemy
track73.artist = Public Enemy
track74.artist = Public Enemy
track75.title = It Takes Two (Mid)
track76.title = It Takes Two (Intro)
track77.title = It Takes Two (Intro DJ #1)
track78.title = It Takes Two (Intro DJ #2)
track79.title = It Takes Two (Outro)
track80.title = It Takes Two (Outro DJ #1)
track81.title = It Takes Two (Outro DJ #2)
track75.artist = Rob Base & DJ EZ Rock
track76.artist = Rob Base & DJ EZ Rock
track77.artist = Rob Base & DJ EZ Rock
track78.artist = Rob Base & DJ EZ Rock
track79.artist = Rob Base & DJ EZ Rock
track80.artist = Rob Base & DJ EZ Rock
track81.artist = Rob Base & DJ EZ Rock
track82.title = I Know You Got Soul (Mid)
track83.title = I Know You Got Soul (Intro)
track84.title = I Know You Got Soul (Intro DJ #1)
track85.title = I Know You Got Soul (Intro DJ #2)
track86.title = I Know You Got Soul (Outro)
track87.title = I Know You Got Soul (Outro DJ #1)
track88.title = I Know You Got Soul (Outro DJ #2)
track82.artist = Eric B. & Rakim
track83.artist = Eric B. & Rakim
track84.artist = Eric B. & Rakim
track85.artist = Eric B. & Rakim
track86.artist = Eric B. & Rakim
track87.artist = Eric B. & Rakim
track88.artist = Eric B. & Rakim
track89.title = Brand Nubian (Mid)
track90.title = Brand Nubian (Intro)
track91.title = Brand Nubian (Intro DJ #1)
track92.title = Brand Nubian (Intro DJ #2)
track93.title = Brand Nubian (Outro)
track94.title = Brand Nubian (Outro DJ #1)
track95.title = Brand Nubian (Outro DJ #2)
track89.artist = Brand Nubian
track90.artist = Brand Nubian
track91.artist = Brand Nubian
track92.artist = Brand Nubian
track93.artist = Brand Nubian
track94.artist = Brand Nubian
track95.artist = Brand Nubian
track96.title = Children's Story (Mid)
track97.title = Children's Story (Intro)
track98.title = Children's Story (Intro DJ #1)
track99.title = Children's Story (Intro DJ #2)
track100.title = Children's Story (Outro)
track101.title = Children's Story (Outro DJ #1)
track102.title = Children's Story (Outro DJ #2)
track96.artist = Slick Rick
track97.artist = Slick Rick
track98.artist = Slick Rick
track99.artist = Slick Rick
track100.artist = Slick Rick
track101.artist = Slick Rick
track102.artist = Slick Rick
track103.title = B.Y.S. (Mid)
track104.title = B.Y.S. (Intro)
track105.title = B.Y.S. (Intro DJ #1)
track106.title = B.Y.S. (Intro DJ #2)
track107.title = B.Y.S. (Outro)
track108.title = B.Y.S. (Outro DJ #1)
track109.title = B.Y.S. (Outro DJ #2)
track103.artist = Gang Starr
track104.artist = Gang Starr
track105.artist = Gang Starr
track106.artist = Gang Starr
track107.artist = Gang Starr
track108.artist = Gang Starr
track109.artist = Gang Starr
track110.title = Critical Beatdown (Mid)
track111.title = Critical Beatdown (Intro)
track112.title = Critical Beatdown (Intro DJ #1)
track113.title = Critical Beatdown (Intro DJ #2)
track114.title = Critical Beatdown (Outro)
track115.title = Critical Beatdown (Outro DJ #1)
track116.title = Critical Beatdown (Outro DJ #2)
track110.artist = Ultramagnetic MC's
track111.artist = Ultramagnetic MC's
track112.artist = Ultramagnetic MC's
track113.artist = Ultramagnetic MC's
track114.artist = Ultramagnetic MC's
track115.artist = Ultramagnetic MC's
track116.artist = Ultramagnetic MC's
track117.title = The Vapors (Mid)
track118.title = The Vapors (Intro)
track119.title = The Vapors (Intro DJ #1)
track120.title = The Vapors (Intro DJ #2)
track121.title = The Vapors (Outro)
track122.title = The Vapors (Outro DJ #1)
track123.title = The Vapors (Outro DJ #2)
track117.artist = Biz Markie
track118.artist = Biz Markie
track119.artist = Biz Markie
track120.artist = Biz Markie
track121.artist = Biz Markie
track122.artist = Biz Markie
track123.artist = Biz Markie
track124.title = The Godfather (Mid)
track125.title = The Godfather (Intro)
track126.title = The Godfather (Intro DJ #1)
track127.title = The Godfather (Intro DJ #2)
track128.title = The Godfather (Outro)
track129.title = The Godfather (Outro DJ #1)
track130.title = The Godfather (Outro DJ #2)
track124.artist = Spoonie Gee
track125.artist = Spoonie Gee
track126.artist = Spoonie Gee
track127.artist = Spoonie Gee
track128.artist = Spoonie Gee
track129.artist = Spoonie Gee
track130.artist = Spoonie Gee
[c2075553325e7fe8d3d50fefff857aa7]
stream = CO
station = KROSE
defaultartist = Riette Burdick
track1.title = (Bridge Announce #1) Can access LS only
track2.title = (Bridge Announce #2) Can access LS and SF
track3.title = (Bridge Announce #3) Can access LS, SF, and LV
track4.title = (DJ) "Downstairs harmonica talents"
track5.title = (DJ) "Euthanasia is a beautiful thing"
track6.title = (DJ) "I might start to cry"
track7.title = (DJ) Darwinism
track8.title = (DJ) "Harmonica down South again"
track9.title = (DJ) Latte
track10.title = (DJ) Belt buckles
track11.title = (DJ) "Like the plug, but a musical version"
track12.title = (DJ) "Harmonica in my pants"
track13.title = (DJ) "You know what war I'm talking about"
track14.title = (DJ) "Hurts a little when I try to put it in"
track15.title = (DJ) Legs akimbo
track16.title = (DJ) "Love everyone like myself"
track17.title = (DJ) "It ain't easy raising nine kids"
track18.title = (DJ) "I am shit-faced"
track19.title = (DJ) "On the prairie"
track20.title = (DJ) "I keep moving on"
track21.title = (DJ) "Make you want to square dance"
track22.title = (DJ) "It's like Kant said"
track23.title = (DJ) "Play a harmonica and sing at the same time"
track24.title = (Caller) "Wicked, evil, wealthy woman"
track25.title = (Caller) "Being faithful and cheating at the same time"
track26.title = (Story) Badlands Robberies
track27.title = (Story) Weed Farm Burned Down
track28.title = (Story) Lights in Desert
track29.title = (Story) Police Trial
track30.title = (Story) Gang Warfare
track31.title = (Atmosphere) Morning #1
track32.title = (Atmosphere) Morning #2
track33.title = (Atmosphere) Night #1
track34.title = (Atmosphere) Night #2
track35.title = (Atmosphere) Fog #1
track36.title = (Atmosphere) Fog #2
track37.title = (Atmosphere) Rain
track38.title = (Atmosphere) Storm #1
track39.title = (Atmosphere) Storm #2
track40.title = (Atmosphere) Sunny #1
track41.title = (Atmosphere) Sunny #2
track42.title = (ID) "Barefoot and pregnant again"
track43.title = (ID) "All America loves a cowboy"
track44.title = (ID) "From cow poking to cow-tipping"
track45.title = (ID) "Invented the electric guitar"
track46.title = (ID) Farm Animals
track47.title = (ID) "When love shoots you in the back"
track48.title = (ID) "Iron horse with a drinking problem"
track49.title = (ID) "Whistle on a lonely night"
track50.title = (ID) "It takes a cowboy to know when to shoot"
track42.artist = Mike Blakeney
track43.artist = Mike Blakeney
track44.artist = Mike Blakeney
track45.artist = Mike Blakeney
track46.artist = Mike Blakeney
track47.artist = Mike Blakeney
track48.artist = Mike Blakeney
track49.artist = Mike Blakeney
track50.artist = Mike Blakeney
track51.title = Amos Moses (Mid)
track52.title = Amos Moses (Intro)
track53.title = Amos Moses (Intro DJ #1)
track54.title = Amos Moses (Intro DJ #2)
track55.title = Amos Moses (Outro)
track56.title = Amos Moses (Outro DJ #1)
track57.title = Amos Moses (Outro DJ #2)
track51.artist = Jerry Reed
track52.artist = Jerry Reed
track53.artist = Jerry Reed
track54.artist = Jerry Reed
track55.artist = Jerry Reed
track56.artist = Jerry Reed
track57.artist = Jerry Reed
track58.title = Louisiana woman, Mississippi man (Mid)
track59.title = Louisiana woman, Mississippi man (Intro)
track60.title = Louisiana woman, Mississippi man (Intro DJ #1)
track61.title = Louisiana woman, Mississippi man (Intro DJ #2)
track62.title = Louisiana woman, Mississippi man (Outro)
track63.title = Louisiana woman, Mississippi man (Outro DJ #1)
track64.title = Louisiana woman, Mississippi man (Outro DJ #2)
track58.artist = Conway Twitty & Loretta Lynn
track59.artist = Conway Twitty & Loretta Lynn
track60.artist = Conway Twitty & Loretta Lynn
track61.artist = Conway Twitty & Loretta Lynn
track62.artist = Conway Twitty & Loretta Lynn
track63.artist = Conway Twitty & Loretta Lynn
track64.artist = Conway Twitty & Loretta Lynn
track65.title = One Step Forward (Mid)
track66.title = One Step Forward (Intro)
track67.title = One Step Forward (Intro DJ #1)
track68.title = One Step Forward (Intro DJ #2)
track69.title = One Step Forward (Outro)
track70.title = One Step Forward (Outro DJ #1)
track71.title = One Step Forward (Outro DJ #2)
track65.artist = The Desert Rose Band
track66.artist = The Desert Rose Band
track67.artist = The Desert Rose Band
track68.artist = The Desert Rose Band
track69.artist = The Desert Rose Band
track70.artist = The Desert Rose Band
track71.artist = The Desert Rose Band
track72.title = New York City (Mid)
track73.title = New York City (Intro)
track74.title = New York City (Intro DJ #1)
track75.title = New York City (Intro DJ #2)
track76.title = New York City (Outro)
track77.title = New York City (Outro DJ #1)
track78.title = New York City (Outro DJ #2)
track72.artist = Statler Brothers
track73.artist = Statler Brothers
track74.artist = Statler Brothers
track75.artist = Statler Brothers
track76.artist = Statler Brothers
track77.artist = Statler Brothers
track78.artist = Statler Brothers
track79.title = Bed of Roses (Mid)
track80.title = Bed of Roses (Intro)
track81.title = Bed of Roses (Intro DJ #1)
track82.title = Bed of Roses (Intro DJ #2)
track83.title = Bed of Roses (Outro)
track84.title = Bed of Roses (Outro DJ #1)
track85.title = Bed of Roses (Outro DJ #2)
track79.artist = Statler Brothers
track80.artist = Statler Brothers
track81.artist = Statler Brothers
track82.artist = Statler Brothers
track83.artist = Statler Brothers
track84.artist = Statler Brothers
track85.artist = Statler Brothers
track86.title = The Letter that Johnny Walker Read (Mid)
track87.title = The Letter that Johnny Walker Read (Intro)
track88.title = The Letter that Johnny Walker Read (Intro DJ #1)
track89.title = The Letter that Johnny Walker Read (Intro DJ #2)
track90.title = The Letter that Johnny Walker Read (Outro)
track91.title = The Letter that Johnny Walker Read (Outro DJ #1)
track92.title = The Letter that Johnny Walker Read (Outro DJ #2)
track86.artist = Asleep at the Wheel
track87.artist = Asleep at the Wheel
track88.artist = Asleep at the Wheel
track89.artist = Asleep at the Wheel
track90.artist = Asleep at the Wheel
track91.artist = Asleep at the Wheel
track92.artist = Asleep at the Wheel
track93.title = Queen of Hearts (Mid)
track94.title = Queen of Hearts (Intro)
track95.title = Queen of Hearts (Intro DJ #1)
track96.title = Queen of Hearts (Intro DJ #2)
track97.title = Queen of Hearts (Outro)
track98.title = Queen of Hearts (Outro DJ #1)
track99.title = Queen of Hearts (Outro DJ #2)
track93.artist = Juice Newton
track94.artist = Juice Newton
track95.artist = Juice Newton
track96.artist = Juice Newton
track97.artist = Juice Newton
track98.artist = Juice Newton
track99.artist = Juice Newton
track100.title = Hey Good Lookin' (Mid)
track101.title = Hey Good Lookin' (Intro)
track102.title = Hey Good Lookin' (Intro DJ #1)
track103.title = Hey Good Lookin' (Intro DJ #2)
track104.title = Hey Good Lookin' (Outro)
track105.title = Hey Good Lookin' (Outro DJ #1)
track106.title = Hey Good Lookin' (Outro DJ #2)
track100.artist = Hank Williams
track101.artist = Hank Williams
track102.artist = Hank Williams
track103.artist = Hank Williams
track104.artist = Hank Williams
track105.artist = Hank Williams
track106.artist = Hank Williams
track107.title = Three Cigarettes in the Ashtray (Mid)
track108.title = Three Cigarettes in the Ashtray (Intro)
track109.title = Three Cigarettes in the Ashtray (Intro DJ #1)
track110.title = Three Cigarettes in the Ashtray (Intro DJ #2)
track111.title = Three Cigarettes in the Ashtray (Outro)
track112.title = Three Cigarettes in the Ashtray (Outro DJ #1)
track113.title = Three Cigarettes in the Ashtray (Outro DJ #2)
track107.artist = Patsy Cline
track108.artist = Patsy Cline
track109.artist = Patsy Cline
track110.artist = Patsy Cline
track111.artist = Patsy Cline
track112.artist = Patsy Cline
track113.artist = Patsy Cline
track114.title = I Love a Rainy Night (Mid)
track115.title = I Love a Rainy Night (Intro)
track116.title = I Love a Rainy Night (Intro DJ #1)
track117.title = I Love a Rainy Night (Intro DJ #2)
track118.title = I Love a Rainy Night (Outro)
track119.title = I Love a Rainy Night (Outro DJ #1)
track120.title = I Love a Rainy Night (Outro DJ #2)
track114.artist = Eddie Rabbit
track115.artist = Eddie Rabbit
track116.artist = Eddie Rabbit
track117.artist = Eddie Rabbit
track118.artist = Eddie Rabbit
track119.artist = Eddie Rabbit
track120.artist = Eddie Rabbit
track121.title = Crazy (Mid)
track122.title = Crazy (Intro)
track123.title = Crazy (Intro DJ #1)
track124.title = Crazy (Intro DJ #2)
track125.title = Crazy (Outro)
track126.title = Crazy (Outro DJ #1)
track127.title = Crazy (Outro DJ #2)
track121.artist = Willie Nelson
track122.artist = Willie Nelson
track123.artist = Willie Nelson
track124.artist = Willie Nelson
track125.artist = Willie Nelson
track126.artist = Willie Nelson
track127.artist = Willie Nelson
track128.title = Make the World Go Away (Mid)
track129.title = Make the World Go Away (Intro)
track130.title = Make the World Go Away (Intro DJ #1)
track131.title = Make the World Go Away (Intro DJ #2)
track132.title = Make the World Go Away (Outro)
track133.title = Make the World Go Away (Outro DJ #1)
track134.title = Make the World Go Away (Outro DJ #2)
track128.artist = Mickey Gilley
track129.artist = Mickey Gilley
track130.artist = Mickey Gilley
track131.artist = Mickey Gilley
track132.artist = Mickey Gilley
track133.artist = Mickey Gilley
track134.artist = Mickey Gilley
track135.title = Mammas Don't Let Your Babies Grow Up to be Cowboys (Mid)
track136.title = Mammas Don't Let Your Babies Grow Up to be Cowboys (Intro)
track137.title = Mammas Don't Let Your Babies Grow Up to be Cowboys (Intro DJ #1)
track138.title = Mammas Don't Let Your Babies Grow Up to be Cowboys (Intro DJ #2)
track139.title = Mammas Don't Let Your Babies Grow Up to be Cowboys (Outro)
track140.title = Mammas Don't Let Your Babies Grow Up to be Cowboys (Outro DJ #1)
track141.title = Mammas Don't Let Your Babies Grow Up to be Cowboys (Outro DJ #2)
track135.artist = Ed Bruce
track136.artist = Ed Bruce
track137.artist = Ed Bruce
track138.artist = Ed Bruce
track139.artist = Ed Bruce
track140.artist = Ed Bruce
track141.artist = Ed Bruce
track142.title = Always Wanting You (Mid)
track143.title = Always Wanting You (Intro)
track144.title = Always Wanting You (Intro DJ #1)
track145.title = Always Wanting You (Intro DJ #2)
track146.title = Always Wanting You (Outro)
track147.title = Always Wanting You (Outro DJ #1)
track148.title = Always Wanting You (Outro DJ #2)
track142.artist = Merle Haggard
track143.artist = Merle Haggard
track144.artist = Merle Haggard
track145.artist = Merle Haggard
track146.artist = Merle Haggard
track147.artist = Merle Haggard
track148.artist = Merle Haggard
track149.title = All My Exes Live in Texas (Mid)
track150.title = All My Exes Live in Texas (Intro)
track151.title = All My Exes Live in Texas (Intro DJ #1)
track152.title = All My Exes Live in Texas (Intro DJ #2)
track153.title = All My Exes Live in Texas (Outro)
track154.title = All My Exes Live in Texas (Outro DJ #1)
track155.title = All My Exes Live in Texas (Outro DJ #2)
track149.artist = Whitey Shafer
track150.artist = Whitey Shafer
track151.artist = Whitey Shafer
track152.artist = Whitey Shafer
track153.artist = Whitey Shafer
track154.artist = Whitey Shafer
track155.artist = Whitey Shafer
[06a63d4222209a1d6e8ce2e7ace51956]
stream = CR
station = K-DST
defaultartist = W. Axl Rose
track1.title = (Bridge Announce #1) Can access LS only
track2.title = (Bridge Announce #2) Can access LS and SF
track3.title = (Bridge Announce #3) Can access LS, SF, and LV
track4.title = (DJ) Two kinds of people
track5.title = (DJ) "Rock 'n' roll or classical"
track6.title = (DJ) "Whatever happened to Love Fist?"
track7.title = (DJ) "Keeping the spirit of rock alive"
track8.title = (DJ) "Get to the clinic"
track9.title = (DJ) "Weren't the 70's great?"
track10.title = (DJ) "Music may not be the food of love"
track11.title = (DJ) "1977...What a year!"
track12.title = (Caller) "I'm in hell, right"
track13.title = (Caller) "That band you were in"
track14.title = (Caller) "You're so lame"
track15.title = (DJ) I live the dream
track16.title = (Story) Prosecutor Busted for Weed
track17.title = (Story) Weed Farm Burned Down
track18.title = (Story) Lights in Desert
track19.title = (Atmosphere) Evening #1
track20.title = (Atmosphere) Evening #2
track21.title = (Atmosphere) Morning #1
track22.title = (Atmosphere) Morning #2
track23.title = (Atmosphere) Morning #3
track24.title = (Atmosphere) Night #1
track25.title = (Atmosphere) Night #2
track26.title = (Atmosphere) Night #3
track27.title = (Atmosphere) Fog #1
track28.title = (Atmosphere) Fog #2
track29.title = (Atmosphere) Rain #1
track30.title = (Atmosphere) Rain #2
track31.title = (Atmosphere) Sunny #1
track32.title = (Atmosphere) Sunny #2
track33.title = (ID) "Songs about abusing drugs and women"
track34.title = (ID) Tommy "The Nightmare" Smith on the Dust
track35.title = (ID) "The way it was meant to be enjoyed"
track36.title = (ID) "Real rockers wear leather jackets"
track37.title = (ID) "If the police can't stop you" #1
track38.title = (ID) "If the police can't stop you" #2
track39.title = (ID) K-DST -- The Dust
track40.title = (ID) "Gone to rehab"
track41.title = (ID) "Ashes to ashes, Dust to Dust"
track42.title = (ID) "I've got a 'word' for you, homey -- Dust"
track43.title = (ID) "Music never gets old"
track33.artist = John B. Wells
track34.artist = John B. Wells
track35.artist = John B. Wells
track36.artist = John B. Wells
track37.artist = John B. Wells
track38.artist = John B. Wells
track39.artist = John B. Wells
track40.artist = John B. Wells
track41.artist = John B. Wells
track42.artist = John B. Wells
track43.artist = John B. Wells
track44.title = Running Down a Dream (Mid)
track45.title = Running Down a Dream (Intro)
track46.title = Running Down a Dream (Intro DJ #1)
track47.title = Running Down a Dream (Intro DJ #2)
track48.title = Running Down a Dream (Outro)
track49.title = Running Down a Dream (Outro DJ #1)
track50.title = Running Down a Dream (Outro DJ #2)
track44.artist = Tom Petty
track45.artist = Tom Petty
track46.artist = Tom Petty
track47.artist = Tom Petty
track48.artist = Tom Petty
track49.artist = Tom Petty
track50.artist = Tom Petty
track51.title = Barracuda (Mid)
track52.title = Barracuda (Intro)
track53.title = Barracuda (Intro DJ #1)
track54.title = Barracuda (Intro DJ #2)
track55.title = Barracuda (Outro)
track56.title = Barracuda (Outro DJ #1)
track57.title = Barracuda (Outro DJ #2)
track51.artist = Heart
track52.artist = Heart
track53.artist = Heart
track54.artist = Heart
track55.artist = Heart
track56.artist = Heart
track57.artist = Heart
track58.title = Woman to Woman (Mid)
track59.title = Woman to Woman (Intro)
track60.title = Woman to Woman (Intro DJ #1)
track61.title = Woman to Woman (Intro DJ #2)
track62.title = Woman to Woman (Outro)
track63.title = Woman to Woman (Outro DJ #1)
track64.title = Woman to Woman (Outro DJ #2)
track58.artist = Joe Cocker
track59.artist = Joe Cocker
track60.artist = Joe Cocker
track61.artist = Joe Cocker
track62.artist = Joe Cocker
track63.artist = Joe Cocker
track64.artist = Joe Cocker
track65.title = Young Turks (Mid)
track66.title = Young Turks (Intro)
track67.title = Young Turks (Intro DJ #1)
track68.title = Young Turks (Intro DJ #2)
track69.title = Young Turks (Outro)
track70.title = Young Turks (Outro DJ #1)
track71.title = Young Turks (Outro DJ #2)
track65.artist = Rod Stewart
track66.artist = Rod Stewart
track67.artist = Rod Stewart
track68.artist = Rod Stewart
track69.artist = Rod Stewart
track70.artist = Rod Stewart
track71.artist = Rod Stewart
track72.title = Somebody Up There Likes Me (Mid)
track73.title = Somebody Up There Likes Me (Intro)
track74.title = Somebody Up There Likes Me (Intro DJ #1)
track75.title = Somebody Up There Likes Me (Intro DJ #2)
track76.title = Somebody Up There Likes Me (Outro)
track77.title = Somebody Up There Likes Me (Outro DJ #1)
track72.artist = David Bowie
track73.artist = David Bowie
track74.artist = David Bowie
track75.artist = David Bowie
track76.artist = David Bowie
track77.artist = David Bowie
track78.title = Some Kind of Wonderful (Mid)
track79.title = Some Kind of Wonderful (Intro)
track80.title = Some Kind of Wonderful (Intro DJ #1)
track81.title = Some Kind of Wonderful (Intro DJ #2)
track82.title = Some Kind of Wonderful (Outro)
track83.title = Some Kind of Wonderful (Outro DJ #1)
track84.title = Some Kind of Wonderful (Outro DJ #2)
track78.artist = Grand Funk Railroad
track79.artist = Grand Funk Railroad
track80.artist = Grand Funk Railroad
track81.artist = Grand Funk Railroad
track82.artist = Grand Funk Railroad
track83.artist = Grand Funk Railroad
track84.artist = Grand Funk Railroad
track85.title = Strutter (Mid)
track86.title = Strutter (Intro)
track87.title = Strutter (Intro DJ #1)
track88.title = Strutter (Intro DJ #2)
track89.title = Strutter (Outro)
track90.title = Strutter (Outro DJ #1)
track91.title = Strutter (Outro DJ #2)
track85.artist = KISS
track86.artist = KISS
track87.artist = KISS
track88.artist = KISS
track89.artist = KISS
track90.artist = KISS
track91.artist = KISS
track92.title = Hold the Line (Mid)
track93.title = Hold the Line (Intro)
track94.title = Hold the Line (Outro)
track92.artist = Toto
track93.artist = Toto
track94.artist = Toto
track95.title = Green River (Mid)
track96.title = Green River (Intro)
track97.title = Green River (Intro DJ #1)
track98.title = Green River (Intro DJ #2)
track99.title = Green River (Outro)
track100.title = Green River (Outro DJ #1)
track95.artist = Creedence Clearwater Revival
track96.artist = Creedence Clearwater Revival
track97.artist = Creedence Clearwater Revival
track98.artist = Creedence Clearwater Revival
track99.artist = Creedence Clearwater Revival
track100.artist = Creedence Clearwater Revival
track101.title = Eminence Front (Mid)
track102.title = Eminence Front (Intro)
track103.title = Eminence Front (Intro DJ #1)
track104.title = Eminence Front (Intro DJ #2)
track105.title = Eminence Front (Outro)
track106.title = Eminence Front (Outro DJ #1)
track107.title = Eminence Front (Outro DJ #2)
track101.artist = The Who
track102.artist = The Who
track103.artist = The Who
track104.artist = The Who
track105.artist = The Who
track106.artist = The Who
track107.artist = The Who
track108.title = A Horse with No Name (Mid)
track109.title = A Horse with No Name (Intro)
track110.title = A Horse with No Name (Intro DJ #1)
track111.title = A Horse with No Name (Intro DJ #2)
track112.title = A Horse with No Name (Outro)
track113.title = A Horse with No Name (Outro DJ #1)
track114.title = A Horse with No Name (Outro DJ #2)
track108.artist = America
track109.artist = America
track110.artist = America
track111.artist = America
track112.artist = America
track113.artist = America
track114.artist = America
track115.title = Slow Ride (Mid)
track116.title = Slow Ride (Intro)
track117.title = Slow Ride (Intro DJ #1)
track118.title = Slow Ride (Intro DJ #2)
track119.title = Slow Ride (Outro)
track120.title = Slow Ride (Outro DJ #1)
track121.title = Slow Ride (Outro DJ #2)
track115.artist = Foghat
track116.artist = Foghat