Farming Simulator 19

Farming Simulator 19

Vis statistikk:
DesertWanderer 12. juli 2020 kl. 12.41
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.
Opprinnelig skrevet av 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.
< >
Viser 110 av 10 kommentarer
Forfatteren av denne tråden markerte dette innlegget som svar på det opprinnelige emnet.
cwattyeso 12. juli 2020 kl. 17.49 
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. juli 2020 kl. 19.10 
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. juli 2020 kl. 2.18 
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. juli 2020 kl. 9.58 
Opprinnelig skrevet av 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.
Sist redigert av Harag; 13. juli 2020 kl. 10.01
DesertWanderer 13. juli 2020 kl. 13.17 
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. juli 2020 kl. 9.31 
Opprinnelig skrevet av 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. juli 2020 kl. 14.08 
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. juli 2020 kl. 15.24 
Opprinnelig skrevet av 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 kl. 13.28 
Opprinnelig skrevet av 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" />
Sist redigert av Baumanager; 19. nov. 2024 kl. 13.28
< >
Viser 110 av 10 kommentarer
Per side: 1530 50