Farming Simulator 19

Farming Simulator 19

View Stats:
Removing the default online streaming radio stations
As the title says, is that possible?
When I'm scrolling through the stations, there's an absolute ton of online radio stations that are in the game by default, is there a way to clear that list? I was hoping they'd be in the XML file, but unfortunately they aren't.
Originally posted by cwattyeso:
It won't, that shows you how to add your own music or streaming radio links, it doesn't show you how to delete and remove Giants pre-programmed radio channels. My guess that information is hard coded into the games files, in the data folder where the game installs. You probably can't find it or edit it sadly to remove the streaming audio channels.
< >
Showing 1-10 of 10 comments
The author of this thread has indicated that this post answers the original topic.
cwattyeso 12 Jul, 2020 @ 5:49pm 
It won't, that shows you how to add your own music or streaming radio links, it doesn't show you how to delete and remove Giants pre-programmed radio channels. My guess that information is hard coded into the games files, in the data folder where the game installs. You probably can't find it or edit it sadly to remove the streaming audio channels.
Merck 12 Jul, 2020 @ 7:10pm 
This may be the location for what you are looking for:
C:\Steam\steamapps\common\Farming Simulator 19\data\music

NOTE: I right-clicked on the games name in Steam, then selected Properties. From there I selected Local Files, & finally Browse local files.
Mazrius 13 Jul, 2020 @ 2:18am 
Anyone know what is wrong with this string in the .xml file? (not trying to hijack the thread)

<streamingInternetRadio href="https://www.internet-radio.com/servers/tools/playlistgenerator/?u=http://uk5.internet-radio.com:8083/live.m3u&t=.m3u">
Harag 13 Jul, 2020 @ 9:58am 
Originally posted by Mazrius:
Anyone know what is wrong with this string in the .xml file? (not trying to hijack the thread)

<streamingInternetRadio href="https://www.internet-radio.com/servers/tools/playlistgenerator/?u=http://uk5.internet-radio.com:8083/live.m3u&t=.m3u">

Try just putting this:

<streamingInternetRadio href="http://uk5.internet-radio.com:8083/live.m3u">


If you put the above url into a browser - you will get a "download" option which you can save the file (live.m3u) to your desktop, with something like VLC to play the file. But the above should work in game.
Last edited by Harag; 13 Jul, 2020 @ 10:01am
DesertWanderer 13 Jul, 2020 @ 1:17pm 
I guess it really can't be done! :FS19chicken:

There's the "music" folder in 'my games' and the ingame radiostation folder in 'data', but neither of them show any connection to the long list of hard-coded streams. I guess I'll just have to scroll back once I reach the streams instead of trying to get through all of them!

Thanks for thinking along with me, though! :steamhappy:
Harag 14 Jul, 2020 @ 9:31am 
Originally posted by DesertWanderer:
I guess it really can't be done! :FS19chicken:

There's the "music" folder in 'my games' and the ingame radiostation folder in 'data', but neither of them show any connection to the long list of hard-coded streams. I guess I'll just have to scroll back once I reach the streams instead of trying to get through all of them!

Thanks for thinking along with me, though! :steamhappy:

As mentioned above the in game music is in this folder: (if steam default install is set to c drive)

C:\Steam\steamapps\common\Farming Simulator 19\data\music

I think if you just delete the folders from there it might remove them --- not tested!
DesertWanderer 14 Jul, 2020 @ 2:08pm 
No luck there; that folder is only a storage for the 5 "offline" radio stations.
That folder has nothing to do with the online streams that I was trying to get rid of. :FS19chicken:

The only mention of the online streams that I can find in the game's files, is in documents\mygames\farmingsimulator19\music\streaminginternetradios.xml, and unfortunately that file doesn't list the existing (apparently hard-coded) streams, but is only a list for extra streams to add manually.
Harag 14 Jul, 2020 @ 3:24pm 
Originally posted by DesertWanderer:
No luck there; that folder is only a storage for the 5 "offline" radio stations.
That folder has nothing to do with the online streams that I was trying to get rid of. :FS19chicken:

The only mention of the online streams that I can find in the game's files, is in documents\mygames\farmingsimulator19\music\streaminginternetradios.xml, and unfortunately that file doesn't list the existing (apparently hard-coded) streams, but is only a list for extra streams to add manually.

Ahh. I just put my online stream at the top of that xml file you mentioned then when I load up the farm I press next station about 3-4 times to get to it, then leave it at that. I've not removed the files mentioned or done any other editing. Sorry. Best to just add your preferred station to the TOP of the xml list.
Baumanager 19 Nov, 2024 @ 1:28pm 
Originally posted by Mazrius:
Anyone know what is wrong with this string in the .xml file? (not trying to hijack the thread)

<streamingInternetRadio href="https://www.internet-radio.com/servers/tools/playlistgenerator/?u=http://uk5.internet-radio.com:8083/live.m3u&t=.m3u">


I don't know if I'm too late, but the xml string is malformed.

you wrote
<streamingInternetRadio href="something">
This xml tag is missing a closing tag.

So you either can write:
<streamingInternetRadio href="something"></streamingInternetRadio>

or in short:
<streamingInternetRadio href="something" />
Last edited by Baumanager; 19 Nov, 2024 @ 1:28pm
< >
Showing 1-10 of 10 comments
Per page: 1530 50