[ToReCode] Recipe for Belgium (nl) radio stations
-
Hi, I made a recipe for Belgium (nl) radio stations.
Feel free to use. the logo’s are easy to find.
interesting stream links:
radio streams/** Radio Belgium - Nl **/ /** JSTAL 01/12/21 **/ /** update for GA v3 19/05/21 @bugsounet **/ /** Here you can find more radiostreams from Belgium **/ /** https://www.online-radio-luisteren.be/radiostreams.php#Foute-muziek-radio **/ /** http://fmstream.org/index.php?c=BEL&o=Q **/ var recipe = { transcriptionHooks: { "CityMusic": { pattern: "radio nostalgie", command: "Nostalgie" }, "FamRadio": { pattern: "familie radio", command: "FamRadio" }, "JoeFM": { pattern: "Joe FM", command: "JoeFM" }, "radio2": { pattern: "radio 2", command: "radio2" }, "radio3": { pattern: "radio 3", command: "radio2" }, "FouteRadio": { pattern: "party radio", command: "FouteRadio" }, "FouteRadio1": { pattern: "valt de radio", // bad voice recognition command: "FouteRadio" }, "MNMhits": { pattern: "radio MNM hits", command: "MNMhits" }, "Qmusic": { pattern: "radio QMusic", command: "Qmusic" }, "Schlagher": { pattern: "Schlagher radio", command: "Schlagher" }, "Schlagher": { pattern: "Slager radio", command: "Schlagher" }, }, commands: { "Nostalgie": { functionExec: { exec: () => { this.radioCommand({ img: ['modules/MMM-GoogleAssistant/resources/LogosRadios/Nostalgie.png'], link: "https://22673.live.streamtheworld.com/NOSTALGIEWHATAFEELING.mp3" }) } }, soundExec: { chime: "open" } }, "FamRadio": { functionExec: { exec: () => { this.radioCommand({ img: "https://pbs.twimg.com/profile_images/1612540320/FAMILYRADIO_LOGO_WEB_400x400.jpg", link: "http://www.clubfmserver.be:8000/family.mp3" }) } }, soundExec: { chime: "open" } }, "JoeFM": { functionExec: { exec: () => { this.radioCommand({ img: ['modules/MMM-GoogleAssistant/resources/LogosRadios/JoeFM.jpeg'], link: "http://icecast-qmusic.cdp.triple-it.nl:80/JOEfm_be_live_128.mp3" }) } }, soundExec: { chime: "open" } }, "radio2": { functionExec: { exec: () => { this.radioCommand({ img: ['modules/MMM-GoogleAssistant/resources/LogosRadios/Radio2.png'], link: "http://icecast.vrtcdn.be/ra2ovl-high.mp3" }) } }, soundExec: { chime: "open" } }, "FouteRadio": { functionExec: { exec: () => { this.radioCommand({ img: ['modules/MMM-GoogleAssistant/resources/LogosRadios/FouteRadio.webp'], //img: "https://nl.radio.net/images/broadcasts/91/73/117504/1/c300.png", link: "http://37.59.195.28:8226/;" //link: "http://23603.live.streamtheworld.com/JOE_TOP2000.mp3" //link: "http://foutemuziekradio.shoutcaststream.com:8226/;" //link: "http://icecast-qmusic.cdp.triple-it.nl/Qmusic_be_fouteuur_128.mp3" }) } }, soundExec: { chime: "open" } }, "Schlagher": { functionExec: { exec: () => { this.radioCommand({ img: ['modules/MMM-GoogleAssistant/resources/LogosRadios/Schlagher.png'], link: "http://rautemusik-de-hz-fal-stream13.radiohost.de/schlager?ref=radiofm" }) } }, soundExec: { chime: "open" } }, "MNMhits": { functionExec: { exec: () => { this.radioCommand({ img: ['modules/MMM-GoogleAssistant/resources/LogosRadios/MNMhits.png'], link: "http://icecast.vrtcdn.be/mnm_hits-high.mp3" }) } }, soundExec: { chime: "open" } }, "Qmusic": { functionExec: { exec: () => { this.radioCommand({ img: ['modules/MMM-GoogleAssistant/resources/LogosRadios/QMusic.jpeg'], link: "https://21293.live.streamtheworld.com/QMUSIC.mp3" }) } }, soundExec: { chime: "open" } }, } } exports.recipe = recipe
-
Hello
Thanks for sharing
-
bugsounet
-
bugsounet