Is it possile to play internet radio stations on ET8500 when connected to ethernet port or is there a plugin available?
Is it possile to play internet radio stations on ET8500 when connected to ethernet port or is there a plugin available?
On my VU+ Solo2 I have the image 5.4.016 and use webradiofs. I cant tell you whether this plugin is available on the 6... images.
VU+ Solo2
USB 32GB used as HDD
Diseq 13.0E 19.0E
abu baniaz (13-03-22)
On my boxes with ABM bouquets i have a number of radio stations to choose from.
Is the Tunein Radio still supported anymore as was a while ago since i used it and dont see it listed in Plugins.?
webradiofs doesn't install on 6.0.008... rad.jpg
It wants python-sqlite3, but the version on 6.0 is now python3-sqlite3
https://github.com/oe-alliance/3rdpa..._19.51_all.ipk
Thanks for the responses,I was hoping there might be somthing outhere.
The plan was to use my current reciver as a DAB and internet radio player in another room connected to an aerial and network port so i can then upgrade to another sat receiver
There's this thread....
https://www.world-of-satellite.com/s...internet+radio
Joe_90 (14-03-22)
I browsed that other thread and used @thecaretaker's internet radio bouquet file as a basis for generating one of my own. If you're comfortable editing the bouquet files manually, I can post the one I'm using for RTE and BBC radio streams, if it helps start you with internet radio. I'm sure there are easier ways, but I didn't particularly want to install plugins or use external editing tools other than notepad++, FileZilla etc.
GB Quad Plus, Mut@nt HD51, AX HD61, 80cm dish and Supreme Dark motor. Sony TA-AN1000, Sony UBP-X800M2 Bluray, Odroid N2+ (CoreElec), Monitor Audio Bronze 5.1 speakers
Thanks, I dont mind giving it a go, it will be another learning curve.
I can edit in notepad - I have never used bouquet files, Just need some instructions or weblinik of how to do it?
I have tunein radio v.4 ipk but not sure how that is installed and what file of path in openvix.
i found this thread of installing ipk, I will try it and see if it works
https://www.world-of-satellite.com/s...-from-ipk-file
The files I manually edited are in /etc/enigma2
I created a file called userbouquet.Local Internet Radio.radio
It looks like this:
I edited the bouquets.radio file in the same directory to include the file I had just created:Code:#NAME Internet Radio #SERVICE 1:64:4:0:0:0:0:0:0:0::--Internet Radio-- #DESCRIPTION --Internet Radio Stations-- #SERVICE 4097:0:2:0:0:0:0:0:0:0:http%3a//stream.live.vc.bbcmedia.co.uk/bbc_radio_one:BBC Radio 1 #DESCRIPTION BBC Radio 1 #SERVICE 4097:0:2:0:0:0:0:0:0:0:http%3a//stream.live.vc.bbcmedia.co.uk/bbc_radio_two:BBC Radio 2 #DESCRIPTION BBC Radio 2 #SERVICE 4097:0:2:0:0:0:0:0:0:0:http%3a//stream.live.vc.bbcmedia.co.uk/bbc_radio_three:BBC Radio 3 #DESCRIPTION BBC Radio 3 #SERVICE 4097:0:2:0:0:0:0:0:0:0:http%3a//stream.live.vc.bbcmedia.co.uk/bbc_radio_fourfm:BBC Radio 4 #DESCRIPTION BBC Radio 4 #SERVICE 4097:0:2:0:0:0:0:0:0:0:http%3a//stream.live.vc.bbcmedia.co.uk/bbc_6music:BBC Radio 6 #DESCRIPTION BBC Radio 6 #SERVICE 4097:0:2:0:0:0:0:0:0:0:http%3a//stream.live.vc.bbcmedia.co.uk/bbc_world_service:BBC World Service #DESCRIPTION BBC World Service #SERVICE 4097:0:2:0:0:0:0:0:0:0:http%3a//listen-boomradio.sharp-stream.com/65_boom_radio_live_192:Boom Radio #DESCRIPTION Boom Radio #SERVICE 4097:0:2:0:0:0:0:0:0:0:http%3a//icecast.rte.ie%3a8000/radio1:RTE Radio 1 #DESCRIPTION RTE Radio 1 #SERVICE 4097:0:2:0:0:0:0:0:0:0:http%3a//icecast.rte.ie%3a8000/2fm:RTE Radio 2 #DESCRIPTION RTE Radio 2 #SERVICE 4097:0:2:0:0:0:0:0:0:0:http%3a//icecast.rte.ie%3a8000/gold:RTE Radio Gold #DESCRIPTION RTE Radio Gold #SERVICE 4097:0:2:0:0:0:0:0:0:0:http%3a//icecast.rte.ie%3a8000/lyric:RTE Lyric FM #DESCRIPTION RTE Lyric FM
You need to use a linux-safe editor like notepad++ (ordinary Microsoft notepad will not do) if you are editing from a PC. It doesn't affect me as I use a linux desktop (linux Mate).Code:#NAME Bouquets (Radio) #SERVICE 1:7:2:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.Local Internet Radio.radio" ORDER BY bouquet #SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.abm.sat_282_freesat.main.radio" ORDER BY bouquet #SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.abm.sat_282_sky_uk.main.radio" ORDER BY bouquet #SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.abm.terrestrial_ie_saorview_PSB1.main.radio" ORDER BY bouquet #SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.favourites.radio" ORDER BY bouquet
After editing, you need to restart enigma or reboot the box. The URLs in the above file will work for BBC and RTE for testing. You need to find the relevant URLs for channels you want to add. This works with the built-in TV and radio player in openvix.
If you want a standalone solution without the hassle of manual editing bouquet files you would need to install a plugin.
GB Quad Plus, Mut@nt HD51, AX HD61, 80cm dish and Supreme Dark motor. Sony TA-AN1000, Sony UBP-X800M2 Bluray, Odroid N2+ (CoreElec), Monitor Audio Bronze 5.1 speakers
Where is the source for this plugin?