Skip to content

Commit

Permalink
station updates
Browse files Browse the repository at this point in the history
  • Loading branch information
04Marcus committed Jan 24, 2025
1 parent 4f22e81 commit 14ba88f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 5 deletions.
17 changes: 17 additions & 0 deletions web/cities/cities-ats.js
Original file line number Diff line number Diff line change
Expand Up @@ -1493,6 +1493,12 @@ var country_properties = {
code: "us-nm",
relative_radius: 0.6
},
"rachel": {
name: "Rachel",
name_english: "Rachel",
code: "us-nv",
relative_radius: 0.5
},
"rangely": {
name: "Rangely",
name_english: "Rangely",
Expand Down Expand Up @@ -2874,6 +2880,9 @@ var city_properties = {
"quemado": {
relative_whitenoise: 0.95
},
"rachel": {
relative_whitenoise: 0.95
},
"rangely": {
relative_whitenoise: 0.95
},
Expand Down Expand Up @@ -5461,6 +5470,14 @@ var cities = [
"y": "107.368",
"z": "22342.4"
},
{
"gameName": "rachel",
"realName": "Rachel",
"country": "rachel",
"x": "-87034.5",
"y": "83.1648",
"z": "-1783.4"
},
{
"gameName": "rangely",
"realName": "Rangely",
Expand Down
Binary file not shown.
17 changes: 12 additions & 5 deletions web/stations/stations-america.js
Original file line number Diff line number Diff line change
Expand Up @@ -4594,11 +4594,6 @@ var stations = {/*
logo: "stations/images-america/colorado_springs_pueblo/KPHT 95.5.png",
url: "https://stream.revma.ihrhls.com/zc425/hls.m3u8"
},
{
name: "CMT Radio 95.5-HD2",
logo: "stations/images-america/colorado_springs_pueblo/CMT Radio 95.5-HD2.png",
url: "https://stream.revma.ihrhls.com/zc6563/hls.m3u8"
},
{
name: "96.1 The Beat",
logo: "stations/images-america/colorado_springs_pueblo/96.1 The Beat.png",
Expand Down Expand Up @@ -18815,6 +18810,18 @@ var stations = {/*
logo: "stations/images-america/quemado/KMIN 980.png",
url: "http://66.232.19.13:23980/kmin"
},
],
"rachel": [
{
name: "AM670",
logo: "stations/images-america/las_vegas/AM670.png",
url: "https://playerservices.streamtheworld.com/api/livestream-redirect/KMZQAMAAC_SC"
},
{
name: "840 KXNT",
logo: "stations/images-america/las_vegas/840 KXNT.png",
url: "http://204.93.186.205/index.php?u=https://live.amperwave.net/direct/audacy-kxntamaac-imc"
},
],
"rangely": [
{
Expand Down

0 comments on commit 14ba88f

Please sign in to comment.