diff --git a/README.md b/README.md index cc20bb458..9621161d2 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ check whether it contains the following lines: ``` * If that is the case, then please try installing the following: https://www.microsoft.com/en-gb/download/details.aspx?id=48145 (or from https://github.com/Koenvh1/ets2-local-radio/tree/master/plugins/visual_c%2B%2B_redistributable) +and **restart your computer** * If it contains something like this: ``` 00:00:20.006 : loading 'ets2-telemetry' 'X:/Path/Euro Truck Simulator 2/bin/win_x86/plugins/ets2-telemetry.dll' @@ -134,6 +135,17 @@ but you still want to add it. That's possible too. Just go to the `\web\stations\stations-custom.example.js` file, rename it to `stations-custom.js` and add your own stations there. More information on that can be found in that file as well. +### Can you support map x? + +Maybe, maybe not. You can always send in a request. +* ATS maps will not be added unless you provide at least one station per new **city**. +* ETS2 maps will not be added unless you provide at least one station per new **country**. + +##### How about Open Spaces or YKS Turkey? +A persisting problem is that some maps are incompatible with each other. +You may want to edit the `\web\cities\cities-ets2.js` file, scroll to the bottom and uncomment the lines for YKS Turkey and/or Open Spaces. +This will reset when you update ETS2 Local Radio. + ### Why do Chrome, Opera, Internet Explorer and others not work fully? ETS2 Local Radio can only include the stream types a station offers, and these vary station by station. diff --git a/station-submissions.xml b/station-submissions.xml index afe690c19..51ef03cba 100644 --- a/station-submissions.xml +++ b/station-submissions.xml @@ -4,6 +4,16 @@ ETS Local Radio station submissions http://koenvh.nl/submit-station The station submissions feed, this feed shows all the stations submissions are their status. + + Rejected Key 103, BBC Manchester + javascript:; + Does not broadcast in the majority of the UK + + + Rejected Radio Futubandera.cl + javascript:; + Chile is not currently present + Added Radio Veronica javascript:; diff --git a/web/cities/cities-ets2.js b/web/cities/cities-ets2.js index a616848d1..385cced19 100644 --- a/web/cities/cities-ets2.js +++ b/web/cities/cities-ets2.js @@ -6168,10 +6168,11 @@ var cities_yks_turkey = [ } ]; -cities = cities.concat(cities_wip); -cities = cities.concat(cities_projects_balkans); -cities = cities.concat(cities_egypt); -cities = cities.concat(cities_srm); -cities = cities.concat(cities_fr); -cities = cities.concat(cities_open_spaces); -cities = cities.concat(cities_yks_turkey); \ No newline at end of file +cities = cities.concat(cities_wip); //WIP cities +cities = cities.concat(cities_projects_balkans); //Project Balkans +cities = cities.concat(cities_egypt); //Egypt-addon +cities = cities.concat(cities_srm); //Southern Region Map +cities = cities.concat(cities_fr); //France DLC +//Uncomment the lines below to activate support for Open Spaces/YKS Turkey: +//cities = cities.concat(cities_open_spaces); //Open Spaces +//cities = cities.concat(cities_yks_turkey); //YKS Turkey \ No newline at end of file diff --git a/web/stations/stations-europe.js b/web/stations/stations-europe.js index 0ec85006a..35948962b 100644 --- a/web/stations/stations-europe.js +++ b/web/stations/stations-europe.js @@ -1111,7 +1111,7 @@ var stations = { { name: "Radio 7", logo: "stations/images-europe/germany-swr/Radio 7.jpg", - url: "http://217.151.154.57:80/stream1/livestream.mp3" + url: "http://stream.radio7.de/stream1/livestream.mp3" }, { name: "Radio Regenbogen", @@ -1656,7 +1656,7 @@ var stations = { { name: "Slam!", logo: "stations/images-europe/netherlands/Slam!.png", - url: "http://vip-icecast.538.lw.triple-it.nl:80/SLAMFM_MP3", + url: "http://stream.slam.nl/slam", }, ], "nireland": [ @@ -2378,7 +2378,7 @@ var stations = { { name: "NTV Radyo", logo: "stations/images-europe/turkey/NTV Radyo.png", - url: "http://46.20.3.207/listen.pls" + url: "http://46.20.3.207:80/;" }, { name: "Radyo 7 Nostalji", diff --git a/web/version.json b/web/version.json index 1447c9ca4..764b8bcc7 100644 --- a/web/version.json +++ b/web/version.json @@ -1,3 +1,3 @@ { - "version": "1.11.0" + "version": "1.11.1" } \ No newline at end of file