[radiotray] Fixing config files

This commit is contained in:
2021-01-17 11:05:00 -05:00
parent dc153162c9
commit bb92ce87c4
2 changed files with 232 additions and 0 deletions

View File

@ -0,0 +1,220 @@
[
{
"group" : "Jazz",
"stations" :
[
{
"name" : "Smooth Jazz",
"url" : "http://smoothjazz.com/streams/smoothjazz_128.pls"
},
{
"name" : "Sonic Universe",
"url" : "http://somafm.com/sonicuniverse.pls"
}
]
},
{
"group" : "Latin",
"stations" :
[
{
"name" : "Top Latino Radio",
"url" : "http://online.radiodifusion.net:8020/listen.pls"
},
{
"name" : "Reggaeton 24/7",
"url" : "http://cc.net2streams.com/tunein.php/reggaeton/playlist.pls"
}
]
},
{
"group" : "Classic Rock",
"stations" :
[
{
"name" : "181.FM Classic Hits",
"url" : "http://www.181.fm/winamp.pls?station=181-greatoldies&file=181-greatoldies.pls"
},
{
"name" : ".977 Classic Rock",
"url" : "http://www.977music.com/tunein/web/classicrock.asx"
},
{
"name" : "Covers",
"url" : "http://somafm.com/covers.pls"
}
]
},
{
"group" : "Classical",
"stations" :
[
{
"name" : "KDFC",
"url" : "http://provisioning.streamtheworld.com/pls/KDFCFM.pls"
},
{
"name" : "Classic FM",
"url" : "http://media-ice.musicradio.com/ClassicFMMP3.m3u"
},
{
"name" : "WCPE",
"url" : "http://www.ibiblio.org/wcpe/wcpe.pls"
},
{
"name" : "CINEMIX",
"url" : "http://cinemix.us/cine.asx"
},
{
"name" : "WQXR",
"url" : "http://www.wqxr.org/stream/wqxr/mp3.pls"
},
{
"name" : "BBC Radio 3",
"url" : "http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio3_mf_p"
}
]
},
{
"group" : "Pop / Rock",
"stations" :
[
{
"name" : "Radio Paradise",
"url" : "http://www.radioparadise.com/musiclinks/rp_128.m3u"
},
{
"name" : ".977 The Hitz Channel",
"url" : "http://www.977music.com/tunein/web/hitz.asx"
},
{
"name" : "Indie Pop Rocks!",
"url" : "http://somafm.com/indiepop.pls"
},
{
"name" : "PopTron",
"url" : "http://somafm.com/poptron.pls"
}
]
},
{
"group" : "Oldies",
"stations" :
[
{
"name" : "ABN Antioch OTR",
"url" : "http://radio.macinmind.com/listen.m3u"
},
{
"name" : "AM600 Conyers OTR",
"url" : "http://www.conyersradio.net/listen.m3u"
},
{
"name" : "Rumsey Retro Radio",
"url" : "https://www.rumseyretro.ca/assets/rumseyretro.pls"
},
{
"name" : "WNAR-AM Radio",
"url" : "http://live.wnar-am.com:8500/listen.pls"
}
]
},
{
"group" : "Chill",
"stations" :
[
{
"name" : "Lounge Radio",
"url" : "http://www.lounge-radio.com/listen128.m3u"
},
{
"name" : "Beat Blender",
"url" : "http://somafm.com/beatblender.pls"
},
{
"name" : "Secret Agent",
"url" : "http://somafm.com/secretagent.pls"
},
{
"name" : "Groove Salad",
"url" : "http://somafm.com/groovesalad.pls"
},
{
"name" : "Illinois Street Lounge",
"url" : "http://somafm.com/illstreet.pls"
}
]
},
{
"group" : "Country",
"stations" :
[
{
"name" : "Boot Liquor",
"url" : "http://somafm.com/bootliquor.pls"
},
{
"name" : "Highway 181",
"url" : "http://www.181.fm/winamp.pls?station=181-highway&file=181-highway.pls"
},
{
"name" : "Country 108",
"url" : "http://www.country108.com/listen.pls"
},
{
"name" : "WAMU Bluegrass Country",
"url" : "http://ice24.securenetsystems.net/WAMU2"
}
]
},
{
"group" : "Techno / Electronic",
"stations" :
[
{
"name" : "Drone Zone",
"url" : "http://somafm.com/dronezone.pls"
},
{
"name" : "Space Station Soma",
"url" : "http://somafm.com/spacestation.pls"
},
{
"name" : "cliqhop idm",
"url" : "http://somafm.com/cliqhop.pls"
},
{
"name" : "Black Rock FM",
"url" : "http://somafm.com/brfm.pls"
},
{
"name" : "New Dance Radio",
"url" : "http://jbstream.net/tunein.php/blackoutworm/playlist.asx"
},
{
"name" : "DubStep Beyond",
"url" : "http://somafm.com/play/dubstep32"
}
]
},
{
"group" : "Community",
"stations" :
[
{
"name" : "Jupiter Broadcasting",
"url" : "http://jblive.stream/"
}
]
},
{
"group" : "root",
"stations" :
[
{
"name" : "Unblink",
"url" : "https://stream.unbl.ink/mopidy"
}
]
}
]

View File

@ -0,0 +1,12 @@
[main]
x=50
y=100
w=710
h=420
split=180
[group]
col1=160
[station]
col1=160
col2=340
col3=60