Skip to content

Commit

Permalink
Misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenvh1 committed Mar 20, 2017
1 parent 379537c commit 8bb85eb
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 11 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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.
Expand Down
10 changes: 10 additions & 0 deletions station-submissions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
<title>ETS Local Radio station submissions</title>
<link>http://koenvh.nl/submit-station</link>
<description>The station submissions feed, this feed shows all the stations submissions are their status.</description>
<item>
<title>Rejected Key 103, BBC Manchester</title>
<link>javascript:;</link>
<description>Does not broadcast in the majority of the UK</description>
</item>
<item>
<title>Rejected Radio Futubandera.cl</title>
<link>javascript:;</link>
<description>Chile is not currently present</description>
</item>
<item>
<title>Added Radio Veronica</title>
<link>javascript:;</link>
Expand Down
15 changes: 8 additions & 7 deletions web/cities/cities-ets2.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
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
6 changes: 3 additions & 3 deletions web/stations/stations-europe.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion web/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.11.0"
"version": "1.11.1"
}

0 comments on commit 8bb85eb

Please sign in to comment.