Es un programa para reproducir música y streams hecho en C# con Telerik.
El programa interpreta las carpetas del directorio de Música del sistema como Playlists, al iniciar el programa pueden decidir si generan las playlists en ese momento o después en otro directorio.
El archivo stations.json debe existir en el mismo directorio donde esta el ejecutable del programa, con este contenido :
[
{
"name": "Alternative Rock",
"link": "http://7579.live.streamtheworld.com:80/977_ALTERN_SC",
"categories": "Rock"
},
{
"name": "Bulldogs-Radio",
"link": "http://198.58.98.83:8062/stream",
"categories": "Rock, Heavy Metal"
},
{
"name": "Classic Rock 2",
"link": "http://7599.live.streamtheworld.com:80/977_CLASSROCK_SC",
"categories": "Rock"
},
{
"name": "Classic Rock Florida HD",
"link": "http://198.58.98.83:8258/stream",
"categories": "Rock"
},
{
"name": "KNKl Pirate Radio Sturgis",
"link": "http://us4.internet-radio.com:8223/stream",
"categories": "Rock"
},
{
"name": "Meat Liquor",
"link": "http://uk1.internet-radio.com:8011/stream",
"categories": "Rock"
},
{
"name": "San Franciscos 70s HITS",
"link": "http://198.178.123.17:10922/stream",
"categories": "Rock, Oldies"
},
{
"name": "Magic 80s Florida",
"link": "http://airspectrum.cdnstream1.com:8018/1606_192",
"categories": "Rock, Oldies"
},
{
"name": "Radio Bloodstream",
"link": "http://uk1.internet-radio.com:8294/stream",
"categories": "Rock, Metal"
},
{
"name": "Hard Rock Radio Live",
"link": "http://listen.radionomy.com/hardrockradioliveclassicrock",
"categories": "Rock, Classic Rock"
},
{
"name": "#MUSIK.TECHHOUSE (PROGRESSIVE) - WWW.RAUTEMUSIK.FM - 24H MIXED PROGRESSIVE ELECTRO MINIMAL AND MORE!",
"link": "http://techhouse-high.rautemusik.fm",
"categories": "Techno"
},
{
"name": "Eye Of Destiny Radio",
"link": "http://uk6.internet-radio.com:8428/stream",
"categories": "Chillout"
},
{
"name": "LOUNGE-RADIO.COM swiss made",
"link": "http://77.235.42.90:80/stream",
"categories": "Chillout"
},
{
"name": "MoveDaHouse",
"link": "http://212.71.250.12:8000/stream",
"categories": "House"
},
{
"name": "PARTY VIBE RADIO : ALL THE HITS ALL THE TIME",
"link": "http://uk6.internet-radio.com:8124/stream",
"categories": "Dance"
},
{
"name": "PARTY VIBE RADIO : AMBIENT + CHILLOUT + RELAXATION",
"link": "http://www.partyviberadio.com:8056/stream",
"categories": "Meditation"
},
{
"name": "PARTY VIBE RADIO : DUBSTEP + TRAP + BASS",
"link": "http://www.partyviberadio.com:8040/stream",
"categories": "Dubstep"
},
{
"name": "PARTY VIBE RADIO : TECHNO + HOUSE + TRANCE + ELECTRONIC",
"link": "http://www.partyviberadio.com:8046/stream",
"categories": "Techno"
},
{
"name": "PulseEDM Dance Music Radio",
"link": "http://pulseedm.cdnstream1.com:8124/1373_128",
"categories": "Dubstep"
},
{
"name": "Radio Play Emotions",
"link": "http://5.39.82.157:8054/stream",
"categories": "Dubstep"
},
{
"name": "SOUL CENTRAL RADIO",
"link": "http://178.79.158.160:8179/stream",
"categories": "Deep House"
},
{
"name": "The Zone- Dublin",
"link": "http://uk1.internet-radio.com:8355/stream",
"categories": "Alternative"
},
{
"name": "Venice Classic Radio Italia",
"link": "http://174.36.206.197:8000/stream",
"categories": "Classical"
},
{
"name": "JAZZGROOVE.org",
"link": "http://199.180.72.2:8015/stream",
"categories": "Jazz"
},
{
"name": "Faymus Radio",
"link": "http://uk7.internet-radio.com:8078/stream",
"categories": "Rap"
},
{
"name": "HOT 108 JAMZ - #1 FOR HIP HOP - www.hot108.com (a Powerhitz.com station)",
"link": "http://hot108jamz.hot108.com:4040",
"categories": "Hip Hop"
},
{
"name": "PARTY VIBE RADIO : RAP + HIP HOP + TRAP + DUBSTEP",
"link": "http://www.partyviberadio.com:8016/stream",
"categories": "Rap, Hip Hop, Trap, Dubstep"
},
{
"name": "The Grammar Club Radio",
"link": "http://us4.internet-radio.com:8212/stream",
"categories": "Rap"
},
{
"name": "Power 95 Bermuda",
"link": "http://us3.internet-radio.com:8026/stream",
"categories": "Hip Hop"
},
{
"name": "Pigpen Radio",
"link": "http://178.79.158.160:8213/stream",
"categories": "Hip Hop"
},
{
"name": "Merge 104.8",
"link": "http://212.71.250.12:8040/stream",
"categories": "Top40"
},
{
"name": "PopTron: Electro-Pop and Indie Dance Rock [SomaFM]",
"link": "http://ice3.somafm.com/poptron-128-mp3",
"categories": "Pop"
},
{
"name": "Yabloki Radio",
"link": "http://uk6.internet-radio.com:8365/stream",
"categories": "Pop"
}
]
Pueden editarlo y cambiar los streams que quieran.
Unas imágenes :
No hay comentarios:
Publicar un comentario