Both sides previous revisionPrevious revisionNext revision | Previous revision |
information:internet_radio [2022/11/07 23:03] – Sean Rhone | information:internet_radio [2024/08/06 17:36] (current) – removed Sean Rhone |
---|
====== Information ====== | |
| |
* Internet radio station URLs | |
* Code-block URLs are for easy copy/paste into Rhythmbox | |
* [[#rhythmbox|Rhythmbox]] bulk-add shortcut | |
* [[#city_car_driving|City Car Driving]] and [[#american_truck_simulator|American Truck Simulator]] stream URLs | |
| |
====== Stations ====== | |
| |
===== Big B Radio ===== | |
| |
* https://www.bigbradio.net/servers | |
| |
==== #KPOP ==== | |
| |
* http://k.bbr.cx/ | |
| |
http://k.bbr.cx/ | |
| |
http://107.150.53.50:4001/s | |
| |
==== #JPOP ==== | |
| |
* http://j.bbr.cx/ | |
| |
http://j.bbr.cx/ | |
| |
http://107.150.53.50:4009/s | |
| |
==== #CPOP ==== | |
| |
* http://c.bbr.cx/ | |
| |
http://c.bbr.cx/ | |
| |
http://107.150.53.50:6065/s | |
| |
==== #APOP ==== | |
| |
* http://a.bbr.cx/ | |
| |
http://a.bbr.cx/ | |
| |
http://107.150.53.50:8020/s | |
| |
===== Blue Heron Radio.FM ===== | |
| |
* http://sc6.shoutcaststreaming.us:8016 | |
| |
http://sc6.shoutcaststreaming.us:8016 | |
| |
http://sc6.shoutcaststreaming.us:8016/listen.pls | |
| |
==== Backups ==== | |
| |
* http://cp3.digistream.info:8170 | |
* http://sc6.shoutcaststreaming.us:8018 | |
| |
===== Gensokyo Radio ===== | |
| |
* https://stream.gensokyoradio.net/ | |
| |
https://stream.gensokyoradio.net/3 | |
| |
===== KAZA FM ===== | |
| |
* http://198.50.158.92:10212/stream | |
| |
http://198.50.158.92:10212/stream | |
| |
http://198.50.158.92:10212/listen.pls?sid=1 | |
| |
===== Dance Wave! ===== | |
| |
* https://dancewave.online/ | |
| |
==== Main ==== | |
| |
* http://dancewave.online/dance.mp3 | |
| |
http://dancewave.online/dance.mp3 | |
| |
=== Lossless === | |
| |
* http://dancewave.online/dance.flac.ogg | |
| |
http://dancewave.online/dance.flac.ogg | |
| |
==== Retro ==== | |
| |
* http://retro.dancewave.online/retrodance.mp3 | |
| |
http://retro.dancewave.online/retrodance.mp3 | |
| |
=== Lossless === | |
| |
* http://retro.dancewave.online/retrodance.flac.ogg | |
| |
http://retro.dancewave.online/retrodance.flac.ogg | |
| |
===== Initial D World Radio Broadcast ===== | |
| |
* http://go2id.net:9001/listen.aac | |
| |
http://go2id.net:9001/listen.aac | |
| |
http://go2id.net:9001/home.html?sid=1 | |
| |
===== Rhythmbox ===== | |
| |
* Last update: 2022/11/07 | |
| |
rm -fv ~/'.local/share/rhythmbox/rhythmdb.xml' && nano ~/'.local/share/rhythmbox/rhythmdb.xml' | |
| |
<code> | |
<?xml version="1.0" standalone="yes"?> | |
<rhythmdb version="2.0"> | |
<entry type="iradio"> | |
<title>Big B Radio #KPOP</title> | |
<location>http://k.bbr.cx/</location> | |
</entry> | |
<entry type="iradio"> | |
<title>Big B Radio #JPOP</title> | |
<location>http://j.bbr.cx/</location> | |
</entry> | |
<entry type="iradio"> | |
<title>Big B Radio #CPOP</title> | |
<location>http://c.bbr.cx/</location> | |
</entry> | |
<entry type="iradio"> | |
<title>Big B Radio #APOP</title> | |
<location>http://a.bbr.cx/</location> | |
</entry> | |
<entry type="iradio"> | |
<title>Blue Heron Radio</title> | |
<location>http://sc6.shoutcaststreaming.us:8016</location> | |
</entry> | |
<entry type="iradio"> | |
<title>Gensokyo Radio</title> | |
<location>https://stream.gensokyoradio.net/3</location> | |
</entry> | |
<entry type="iradio"> | |
<title>KAZA FM</title> | |
<location>http://198.50.158.92:10212/stream</location> | |
</entry> | |
</rhythmdb></code> | |
| |
===== City Car Driving ===== | |
| |
* Last update: 2022/11/07 | |
| |
notepad "%UserProfile%\Documents\Forward Development\City Car Driving Steam\config\radio.ini" | |
| |
nano ~/'.steam/steam/steamapps/compatdata/493490/pfx/drive_c/users/steamuser/Documents/Forward Development/City Car Driving Steam/config/radio.ini' | |
| |
<code> | |
station="http://107.150.53.50:4001/s|Big B Radio #KPOP" | |
station="http://107.150.53.50:4009/s|Big B Radio #JPOP" | |
station="http://107.150.53.50:6065/s|Big B Radio #CPOP" | |
station="http://107.150.53.50:8020/s|Big B Radio #APOP" | |
station="https://stream.gensokyoradio.net/3|Gensokyo Radio" | |
station="http://dancewave.online/dance.mp3|DanceWave" | |
station="http://retro.dancewave.online/retrodance.mp3|DanceWave Retro" | |
station="http://198.50.158.92:10212/stream|KAZA FM"</code> | |
| |
===== American Truck Simulator ===== | |
| |
* Last update: 2022/11/07 | |
| |
notepad "%UserProfile%\Documents\American Truck Simulator\live_streams.sii" | |
| |
nano ~/'.local/share/American Truck Simulator/live_streams.sii' | |
| |
<code> | |
SiiNunit | |
{ | |
live_stream_def : _nameless.616.2db0 { | |
stream_data: 48 | |
stream_data[0]: "https://radio.truckers.fm/|TruckersFM|Sim radio|EN|320|1" | |
stream_data[1]: "http://stream.simulatorradio.com:8002/stream.mp3|Simulator Radio|Sim radio|EN|128|1" | |
stream_data[2]: "http://radio.trucksim.fm:8000/stream|TruckSimFM|Sim radio|EN|320|1" | |
stream_data[3]: "http://stream.laut.fm/simliveradio|SimLiveRadio|Sim radio|DE|128|0" | |
stream_data[4]: "http://stream.laut.fm/simulator1|simulatorONE|Sim radio|DE|128|0" | |
stream_data[5]: "https://radio.bigrig.fm/|BigRig FM|Country|EN|320|0" | |
stream_data[6]: "https://solarsoundsystem.org:8095/radio.mp3|Solar Sound System|Various|INT|320|0" | |
stream_data[7]: "http://stream.laut.fm/techliveradio|TechLiveRadio|Pop|DE|128|0" | |
stream_data[8]: "http://stream.radiox.com/choi.mp3|CHOI fm RadioX 98.1 (Quebec, Canada)|CHOI fm RadioX 98.1 (Quebec, Canada)||0|0" | |
stream_data[9]: "http://primary.moodyradiostream.org/majesty.mp3|Majesty Internet Radio-Sacred and Light Classical from WMBI, Chicago|Classical||0|0" | |
stream_data[10]: "http://wttw.ic.llnwd.net/stream/wttw_wfmt_MP3|WFMT 98.7 Chicago Classical|Classical||0|0" | |
stream_data[11]: "http://stream01.platform02.true.nl:8000/qdance-hard|Q-Dance Radio|Dance||0|0" | |
stream_data[12]: "http://relay.181.fm:8132|181.FM - Classic Hits 181|Pop||0|0" | |
stream_data[13]: "http://icecastsource2.amri.ca/ckmf-mp3|94.3.FM - NRJ Montr\xc3\xa9al|Pop|FR|128|0" | |
stream_data[14]: "http://streaming.radionomy.com/WitchHouseRadio|WitchHouse|Electronic/Experimental|EN|128|0" | |
stream_data[15]: "http://relay.181.fm:8050/;?.mp3|181.fm 90s Country|Country|EN|0|0" | |
stream_data[16]: "http://s4.radioboss.fm:8101/;?.mp3|American Road Radio|Rock/Blues/Country|EN|0|0" | |
stream_data[17]: "http://powerhitz.powerhitz.com:5040/;?.mp3|1POWER|Hip Hop/Urban/RNB|EN|0|0" | |
stream_data[18]: "http://hestia.cdnstream.com:80/1256_128?.mp3|Smooth Jazz Tampa Bay|Smooth/Jazz/RNB|EN|0|0" | |
stream_data[19]: "http://tuner.defjay.com:80/;?.mp3|DEFJAY Radio|RNB/Urban/Hip Hop/Rap|EN|0|0" | |
stream_data[20]: "http://powerhitz.powerhitz.com:2228/;?.mp3|108.fm The Office|Pop/Rock|EN|0|0" | |
stream_data[21]: "http://sl128.hnux.com/;?.mp3|SmoothLounge.com|Ambient/Smooth/Lounge|EN|0|0" | |
stream_data[22]: "http://ch01a.128.trance.fm:8000/;?.mp3|TranceFM|Trance/Progressive|EN|0|0" | |
stream_data[23]: "http://flower.serverhostingcenter.com:8433/;?.mp3|Flower Power Radio|50s/60s/70s|EN|0|0" | |
stream_data[24]: "http://streaming.radionomy.com/BlakMusicFirst?.mp3|Black Music First|Urban/RNB/Hip Hop/Pop|EN|0|0" | |
stream_data[25]: "http://relay.181.fm:8040/;?.mp3|181.fm Lite 80s|Soft Pop|EN|0|0" | |
stream_data[26]: "http://relay.181.fm:8000/;?.mp3|181.fm Awesome 80s|Pop/Rock|EN|0|0" | |
stream_data[27]: "http://relay.181.fm:8058/;?.mp3|181.fm Soul|Soul/Jazz|EN|0|0" | |
stream_data[28]: "http://www.beatlesradio.com:8088/;?.mp3|Beatles Radio|60s/70s Rock|EN|0|0" | |
stream_data[29]: "http://50.7.70.58:8708/;?.mp3|Heartland Public Radio 1|Classic Country|EN|0|0" | |
stream_data[30]: "http://relay.181.fm:8014/;?.mp3|181.fm 80s Hairband|Rock|EN|0|0" | |
stream_data[31]: "http://50.115.5.149:8040/;?.mp3|KING Country|Christian/Gospel/Country|EN|0|0" | |
stream_data[32]: "http://relay.181.fm:8032/;?.mp3|202.fm The Mix|Pop/Rock/Hits|EN|0|0" | |
stream_data[33]: "http://s5.voscast.com:7346/;?.mp3|KNAC Pure Rock|Heavy Metal/Rock|EN|0|0" | |
stream_data[34]: "http://streaming.radionomy.com/NETROCK101THEANIMAL?.mp3|Netrock101|Metal/Rock|EN|0|0" | |
stream_data[35]: "http://relay.181.fm:8030/;?.mp3|181.fm The Eagle|Classic Rock|EN|0|0" | |
stream_data[36]: "http://rcri1.com:8000/;?.mp3|Radio Libertad|Christian/Spanish|ESP|0|0" | |
stream_data[37]: "http://64.150.176.87:8287/;?.mp3|Wild Rock Radio|Hard Rock/Metal|EN|0|0" | |
stream_data[38]: "http://199.58.160.90:8001/stream?.mp3|TheBlast.FM|Christian Rock/Metal|EN|0|0" | |
stream_data[39]: "http://streaming.radionomy.com/hammerhead?.mp3|Hammerhead Radio|Hard Rock/Heavy Metal|EN|0|0" | |
stream_data[40]: "http://albireo.shoutca.st:9937/stream|Happenstance Radio|Rock|EN|320|0" | |
stream_data[41]: "http://107.150.53.50:6065/s|Big B Radio #CPOP|Chinese|CN|128|1" | |
stream_data[42]: "http://107.150.53.50:4009/s|Big B Radio #JPOP|Jpop|JP|192|1" | |
stream_data[43]: "http://107.150.53.50:4001/s|Big B Radio #KPOP|Kpop|KR|192|1" | |
stream_data[44]: "http://107.150.53.50:8020/s|Big B Radio #APOP|APOP|DE|128|1" | |
stream_data[45]: "http://dancewave.online/dance.mp3|Dance Wave!|Dance|EN|128|1" | |
stream_data[46]: "http://retro.dancewave.online/retrodance.mp3|Dance Wave! Retro|Dance/Retro|EN|128|1" | |
stream_data[47]: "http://198.50.158.92:10212/stream|KAZA FM|80s|EN|128|1" | |
} | |
| |
} | |
| |
</code> | |
| |
====== Other ====== | |
| |
===== 70s-90s J-pop Stream ===== | |
| |
* http://198.178.123.14:7002 | |
| |
http://198.178.123.14:7002 | |
| |
===== AnimeNfo ===== | |
| |
* http://momori.animenfo.com:8000 | |
| |
http://momori.animenfo.com:8000 | |
| |