wget http://tunisia-dreambox.info/TSplugins/TuneinRadio/TuneinRadioInstaller.sh -O - | /bin/sh
Edited by mfaraj57, 2 July 2017 - 20:05.
Posted 2 July 2017 - 20:02
wget http://tunisia-dreambox.info/TSplugins/TuneinRadio/TuneinRadioInstaller.sh -O - | /bin/sh
Edited by mfaraj57, 2 July 2017 - 20:05.
Posted 2 July 2017 - 20:12
Also comes with a handy install script I see
Will test it tonight when I'm home, thanks again for your plugins
Edited by Dream1975, 2 July 2017 - 20:13.
Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S
Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S
Wavefrontier T55 (Astra 1,2,3 en HB)
Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam
Posted 2 July 2017 - 20:23
When starting the plugin and selecting a station it starts playing, but then crashes. See enclosed the log.
Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S
Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S
Wavefrontier T55 (Astra 1,2,3 en HB)
Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam
Posted 2 July 2017 - 21:17
Maybe name.encode('utf-8', 'ignore') instead?
may be name of station contains unicode characters so better to use your suggestion
but the crash log indicates the name is not string,in case of unicode characters will give different error message
File "/usr/lib/enigma2/python/Plugins/Extensions/TuneinRadio/main.py", line 1316, in loadscreen self['handlung'].setText(name) File "/usr/lib/enigma2/python/Components/VariableText.py", line 12, in setText TypeError: in method 'eLabel_setText', argument 2 of type 'std::string const &'
Posted 8 July 2017 - 21:59
@mfaraj57 Plugin works great now, thx
Maybe it is also an idea to have this opening post (and the one of TSmedia) at https://wiki.openpli.org/Plugin_Wiki for ease of finding and how to install with the wget option. But I'll leave that up to you
Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S
Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S
Wavefrontier T55 (Astra 1,2,3 en HB)
Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam
Posted 11 July 2017 - 00:12
@mfaraj57 Plugin works great now, thx
Maybe it is also an idea to have this opening post (and the one of TSmedia) at https://wiki.openpli.org/Plugin_Wiki for ease of finding and how to install with the wget option. But I'll leave that up to you
I've started to make a article.
In the next day's to come I'll complete the article including screenshots.
https://wiki.openpli...ki:Tunein_Radio
Posted 12 July 2017 - 07:09
Wouldn't it be better to wait for mfaraj57 to put it on e2openplugins (waiting a few days longer won't hurt, and in the mean time people can install it as stated in the opening post).
Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S
Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S
Wavefrontier T55 (Astra 1,2,3 en HB)
Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam
Posted 12 July 2017 - 12:57
enigma2_crash_1499759703.log 1.43KB 6 downloadsInstalled it using the WGET link (succesfully) on ET10000 Openpli 4.0 Stable.
Started ok, but when I wanted to search for RTE Lyric (Ireland) it crashed.
After full reboot due to GS repeated the search; same result.
Vu+ Ultimo 4K (4 TB HD, DVBS FSB, DVBC FBC & OpenPli 9),
Xtrend ET10000 (1 DVBS works via ethernet & OpenPli 9),
Xtrend ET10000 (DVBT2 & OpenPli 9, located in Thailand). Only latest stable releases.
Xtrend ET10000 (works via ethernet & OpenPli 9) and
Xtrend ET8000 (1 TB HD, 1 DVBT2 & works via ethernet & OpenPli 9)
Posted 12 July 2017 - 13:25
Traceback (most recent call last): File "/usr/lib/enigma2/python/Plugins/Extensions/TuneinRadio/main.py", line 724, in startloaddata self.datalist() File "/usr/lib/enigma2/python/Plugins/Extensions/TuneinRadio/main.py", line 641, in datalist from Plugins.Extensions.TuneinRadio.addons.radio.TuneinRadio.default import process_mode File "/usr/lib/enigma2/python/Plugins/Extensions/TuneinRadio/addons/radio/TuneinRadio/default.py", line 28, in <module> import tunein File "/usr/lib/enigma2/python/Plugins/Extensions/TuneinRadio/addons/radio/TuneinRadio/tunein.py", line 27, in <module> context=disable_sslcertificte() File "/usr/lib/enigma2/python/Plugins/Extensions/TuneinRadio/addons/radio/TuneinRadio/tunein.py", line 23, in disable_sslcertificte context = ssl.create_default_context() AttributeError: 'module' object has no attribute 'create_default_context'
This code is not compatible with OpenPLi 4. OpenPLi 4 uses Python v2.7.3, while create_default_context() is only introduced in Python v2.7.9.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 12 July 2017 - 16:42
Traceback (most recent call last): File "/usr/lib/enigma2/python/Plugins/Extensions/TuneinRadio/main.py", line 724, in startloaddata self.datalist() File "/usr/lib/enigma2/python/Plugins/Extensions/TuneinRadio/main.py", line 641, in datalist from Plugins.Extensions.TuneinRadio.addons.radio.TuneinRadio.default import process_mode File "/usr/lib/enigma2/python/Plugins/Extensions/TuneinRadio/addons/radio/TuneinRadio/default.py", line 28, in <module> import tunein File "/usr/lib/enigma2/python/Plugins/Extensions/TuneinRadio/addons/radio/TuneinRadio/tunein.py", line 27, in <module> context=disable_sslcertificte() File "/usr/lib/enigma2/python/Plugins/Extensions/TuneinRadio/addons/radio/TuneinRadio/tunein.py", line 23, in disable_sslcertificte context = ssl.create_default_context() AttributeError: 'module' object has no attribute 'create_default_context'This code is not compatible with OpenPLi 4. OpenPLi 4 uses Python v2.7.3, while create_default_context() is only introduced in Python v2.7.9.
Vu+ Ultimo 4K (4 TB HD, DVBS FSB, DVBC FBC & OpenPli 9),
Xtrend ET10000 (1 DVBS works via ethernet & OpenPli 9),
Xtrend ET10000 (DVBT2 & OpenPli 9, located in Thailand). Only latest stable releases.
Xtrend ET10000 (works via ethernet & OpenPli 9) and
Xtrend ET8000 (1 TB HD, 1 DVBT2 & works via ethernet & OpenPli 9)
0 members, 2 guests, 0 anonymous users