config.toml (3331B)
1 [config] 2 player = "MPC" 3 4 [[config.radios]] 5 name = "Nightride FM" 6 website = "https://nightride.fm" 7 url = "https://nightride.fm/stream/nightride.m4a" 8 mpc_load_option = "ADD" 9 10 [[config.radios]] 11 name = "Nightwave Plaza" 12 website = "https://plaza.one" 13 url = "https://plaza.one/mp3" 14 mpc_load_option = "ADD" 15 16 [[config.radios]] 17 name = "6forty" 18 website = "https://6fortyradio.com" 19 url = "http://54.173.171.80:8000/6forty" 20 mpc_load_option = "ADD" 21 22 [[config.radios]] 23 name = "Fnoob Techno" 24 website = "https://fnoobtechno.com" 25 url = "http://play.fnoobtechno.com:2199/tunein/fnoobtechno320.pls" 26 mpc_load_option = "ADD" 27 28 [[config.radios]] 29 name = "65daysofstatic - Wreckage Systems" 30 website = "https://65daysofstatic.com" 31 url = "https://wreckage-systems.club/radio/8000/stream192.mp3" 32 mpc_load_option = "ADD" 33 34 [[config.radios]] 35 name = "WFMU" 36 website = "https://wfmu.org/" 37 url = "https://wfmu.org/wfmu.pls" 38 mpc_load_option = "LOAD" 39 40 [[config.radios]] 41 name = "Vintage Obscura" 42 website = "https://vintageobscura.net/" 43 url = "https://radio.vintageobscura.net/stream" 44 mpc_load_option = "ADD" 45 46 [[config.radios]] 47 name = "Worldwide FM" 48 website = "https://worldwidefm.net/" 49 url = "https://worldwidefm.out.airtime.pro/worldwidefm_b" 50 mpc_load_option = "ADD" 51 52 [[config.radios]] 53 name = "Psychedelicized" 54 website = "https://psychedelicized.com/" 55 url = "https://streaming.live365.com/a37043" 56 mpc_load_option = "ADD" 57 58 [[config.radios]] 59 name = "SOMA..." 60 website = "https://somafm.com/" 61 radios = [ 62 {name = "Groove Salad ambient/downtempo", website = "https://somafm.com/", url = "https://somafm.com/groovesalad256.pls", mpc_load_option = "LOAD"}, 63 {name = "Mission Control ambient space", website = "https://somafm.com/", url = "https://somafm.com/missioncontrol.pls", mpc_load_option = "LOAD"}, 64 {name = "The Trip prog house/trance", website = "https://somafm.com/", url = "https://somafm.com/thetrip.pls", mpc_load_option = "LOAD"}, 65 {name = "Beat Blender deep house downtempo", website = "https://somafm.com/", url = "https://somafm.com/beatblender.pls", mpc_load_option = "LOAD"}, 66 {name = "Dub Step", website = "https://somafm.com/", url = "https://somafm.com/dubstep256.pls", mpc_load_option = "LOAD"}, 67 {name = "Defcon", website = "https://somafm.com/", url = "https://somafm.com/defcon256.pls", mpc_load_option = "LOAD"}, 68 {name = "Deep Space deep ambient electro/experimental", website = "https://somafm.com/", url = "https://somafm.com/deepspaceone.pls", mpc_load_option = "LOAD"}, 69 {name = "Thistle Radio Celtic", website = "https://somafm.com/", url = "https://somafm.com/thistle.pls", mpc_load_option = "LOAD"}, 70 {name = "Fluid instr. hip hop liquid trap", website = "https://somafm.com/", url = "https://somafm.com/fluid.pls", mpc_load_option = "LOAD"}, 71 ] 72 73 [[config.radios]] 74 name = "Echoes of Blue Mars..." 75 website = "http://echoesofbluemars.org/" 76 radios = [ 77 {name = "Bluemars", website = "http://echoesofbluemars.org/", url = "http://streams.echoesofbluemars.org:8000/bluemars.m3u", mpc_load_option = "LOAD"}, 78 {name = "Cryosleep", website = "http://echoesofbluemars.org/", url = "http://streams.echoesofbluemars.org:8000/cryosleep.m3u", mpc_load_option = "LOAD"}, 79 {name = "Voices From Within", website = "http://echoesofbluemars.org/", url = "http://streams.echoesofbluemars.org:8000/voicesfromwithin.m3u", mpc_load_option = "LOAD"} 80 ]