Farming Simulator 19

Farming Simulator 19

查看统计:
DesertWanderer 2020 年 7 月 12 日 下午 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.
引用自 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.
< >
正在显示第 1 - 10 条,共 10 条留言
该讨论串的作者已表示此帖子解答了原先的主题。
cwattyeso 2020 年 7 月 12 日 下午 5: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 2020 年 7 月 12 日 下午 7: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 2020 年 7 月 13 日 上午 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 2020 年 7 月 13 日 上午 9:58 
引用自 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.
最后由 Harag 编辑于; 2020 年 7 月 13 日 上午 10:01
DesertWanderer 2020 年 7 月 13 日 下午 1: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 2020 年 7 月 14 日 上午 9:31 
引用自 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 2020 年 7 月 14 日 下午 2: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 2020 年 7 月 14 日 下午 3:24 
引用自 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 2024 年 11 月 19 日 下午 1:28 
引用自 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" />
最后由 Baumanager 编辑于; 2024 年 11 月 19 日 下午 1:28
< >
正在显示第 1 - 10 条,共 10 条留言
每页显示数: 1530 50