Skip to content

Commit 87c5c29

Browse files
committed
Finished mappings for all but Chatterbox
1 parent 53cadfa commit 87c5c29

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

server/utils/stations/iii/Stations.ts

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -109,42 +109,42 @@ export class MSXFM extends Station {
109109
export class Lips106 extends Station {
110110
name = "Lips 106";
111111
file = audioFile('LIPS.wav');
112-
icon = '/station-icons/iii/lips-106.webp';
112+
icon = '/station-icons/iii/lips.png';
113113

114114
constructor() {
115115
super([
116-
["Bump To The Music", ["Fatamarse"], 2001, 0, 0],
117-
["Feels Like I Just Can't Take No More", ["April's In Paris"], 2001, 0, 0],
118-
["Forever", ["Lucy"], 2001, 0, 0],
119-
["Pray It Goes Ok?", ["Boyz 2 Girlz"], 2001, 0, 0],
120-
["Grand Theft Auto", ["Da Shootaz"], 1997, 0, 0],
121-
["Rubber Tip", ["Funky BJs"], 2001, 0, 0]
116+
["Bump To The Music", ["Fatamarse"], 2001, 74, 333],
117+
["Feels Like I Just Can't Take No More", ["April's In Paris"], 2001, 333, 530],
118+
["Forever", ["Lucy"], 2001, 530, 748],
119+
["Pray It Goes Ok?", ["Boyz 2 Girlz"], 2001, 748, 938],
120+
["Grand Theft Auto", ["Da Shootaz"], 1997, 938, 1041],
121+
["Rubber Tip", ["Funky BJs"], 2001, 1041, 1178],
122122
]);
123123
}
124124
}
125125

126126
export class GameRadioFM extends Station {
127127
name = "Game Radio FM";
128128
file = audioFile('GAME.wav');
129-
icon = '/station-icons/iii/game-radio-fm.webp';
129+
icon = '/station-icons/iii/game-radio.png';
130130

131131
constructor() {
132132
super([
133133
["We're Live (Danger)", ["Royce Da 5'9\""], 2001, 0, 0],
134-
["Nature Freestyle", ["Nature"], 2001, 0, 0],
135-
["JoJo Pellegrino Freestyle", ["JoJo Pellegrino"], 2001, 0, 0],
136-
["Spit Game", ["Royce Da 5'9\" & Pretty Ugly"], 2001, 0, 0],
137-
["I'm the King", ["Royce Da 5'9\""], 1999, 0, 0],
138-
["By a Stranger", ["Black Rob"], 2000, 0, 0],
139-
["Rising to the Top", ["Agallah & Sean Price"], 2001, 0, 0]
134+
["Nature Freestyle", ["Nature"], 2001, 32, 182],
135+
["JoJo Pellegrino Freestyle", ["JoJo Pellegrino"], 2001, 182, 228],
136+
["Spit Game", ["Royce Da 5'9\" & Pretty Ugly"], 2001, 228, 455],
137+
["I'm the King", ["Royce Da 5'9\""], 1999, 455, 715],
138+
["By a Stranger", ["Black Rob"], 2000, 715, 770],
139+
["Rising to the Top", ["Agallah & Sean Price"], 2001, 770, 916],
140140
]);
141141
}
142142
}
143143

144144
export class ChatterboxFM extends Station {
145145
name = "Chatterbox FM";
146146
file = audioFile('CHAT.wav');
147-
icon = '/station-icons/iii/chatterbox-fm.webp';
147+
icon = '/station-icons/iii/chatterbox.svg';
148148

149149
constructor() {
150150
super([
@@ -193,8 +193,8 @@ export function getStations(): Station[] {
193193
new KJAHRadio,
194194
new RiseFM,
195195
new MSXFM,
196-
// new GameRadioFM,
197-
// new Lips106,
196+
new Lips106,
197+
new GameRadioFM,
198198
];
199199
}
200200

0 commit comments

Comments
 (0)