Jump to content


Photo

Tunein radio plugin


  • Please log in to reply
75 replies to this topic

Re: Tunein radio plugin #21 ricki

  • Senior Member
  • 571 posts

+3
Neutral

Posted 12 July 2017 - 16:51

crash while searching for Romantic FM

Attached Files



Re: Tunein radio plugin #22 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 12 July 2017 - 16:55

I put this code block to avoid ssl-certificate error but do not know if needed in openpli 6.

def disable_sslcertificte():
    import ssl
    context = ssl.create_default_context()
    context.check_hostname = False
    context.verify_mode = ssl.CERT_NONE
    return context
try:
 context=disable_sslcertificte()

however i will update code in future release of TuneinRadio to avoid crash at least



Re: Tunein radio plugin #23 ricki

  • Senior Member
  • 571 posts

+3
Neutral

Posted 12 July 2017 - 16:58

keep up the good work



Re: Tunein radio plugin #24 littlesat

  • PLi® Core member
  • 56,123 posts

+685
Excellent

Posted 12 July 2017 - 17:45

This is not Pli related the plug-in lacks

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Tunein radio plugin #25 WanWizard

  • PLi® Core member
  • 68,303 posts

+1,718
Excellent

Posted 13 July 2017 - 09:25

OpenPLi 6 has full SSL support and Python 2.7.12, this code should work fine there, but it doesn't need SSL workarounds.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (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.


Re: Tunein radio plugin #26 Dream1975

  • Senior Member
  • 1,626 posts

+14
Neutral

Posted 30 July 2017 - 08:24

I had an oopsie yesterday:

Attached Files


Edited by Dream1975, 30 July 2017 - 08:26.

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

 


Re: Tunein radio plugin #27 littlesat

  • PLi® Core member
  • 56,123 posts

+685
Excellent

Posted 30 July 2017 - 08:34

Issues can happen when parsing websites... :(

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Tunein radio plugin #28 Dream1975

  • Senior Member
  • 1,626 posts

+14
Neutral

Posted 30 July 2017 - 08:57

A bit off topic, but a tip for the Dutch users Comedy radio. Always good to have a laugh sometimes

Attached Files


Edited by Dream1975, 30 July 2017 - 08:58.

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

 


Re: Tunein radio plugin #29 Dream1975

  • Senior Member
  • 1,626 posts

+14
Neutral

Posted 30 July 2017 - 16:30

Another one when pausing a stream:

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1309, in action
  File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1467, in playpauseService
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1489, in pauseService
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1456, in setSeekState
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1615, in checkSkipShowHideLock
AttributeError: 'TSRadioplayer' object has no attribute 'lockShow'

Edited by Dream1975, 30 July 2017 - 16:30.

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

 


Re: Tunein radio plugin #30 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 31 July 2017 - 14:23

First seen such error and although it is same player  used with TSmedia but should be easily fixed

regarding the parsing error above it is bug in tunein api to get info about some radio stations but anyway the error should be handled to avoid crash

 

thanks Dream1975

Re: Tunein radio plugin #31 mamamia

  • Senior Member
  • 70 posts

+1
Neutral

Posted 8 December 2018 - 20:10

HI mfaraj57, I installed and like your plugin. Thank you! :) I get the following error when using it on Vti14.0.x in Fluid Next skin after selecting a channel. see tune-in-skin-bug.jpg

 

Also I dont know how to add a channel to favourites that show in searchresults. Is this also a vti/skin related problem? See searchresult.jpg

 

Can you help me create skinparts for all screens so tunein radio can be used in fluid next skin?

 

Whats screens are needed for tunein radio plugin to work? Is plugin avalable on github? Can I help translate it?

 

Best,

Attached Files



Re: Tunein radio plugin #32 mamamia

  • Senior Member
  • 70 posts

+1
Neutral

Posted 8 December 2018 - 20:27

Found the repo. Having a look. :)

https://github.com/m...j57/tuneinradio



Re: Tunein radio plugin #33 jpuigs

  • Senior Member
  • 1,143 posts

+32
Good

Posted 8 December 2018 - 23:22

It is empty....


Enigma is getting old....

 

Spoiler

Re: Tunein radio plugin #34 mamamia

  • Senior Member
  • 70 posts

+1
Neutral

Posted 9 December 2018 - 09:44

Yes, noticed too. Well I like the plugin and would be glad to help test and translate if mfaraj57 decides to invest some more love. I think Its worth it.

Edited by mamamia, 9 December 2018 - 09:44.


Re: Tunein radio plugin #35 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 9 December 2018 - 11:02

Thanks

i will fix the error in close next release and i will put in github

while that you can use tunein radio from TSmedia-radio section there are two versions of of tuneinradio one from kodi

to install latest TSmedia just put this script in telenet

wget http://tunisia-dreambox.info/TSmedia/software_official/installer.sh -O - | /bin/sh


Re: Tunein radio plugin #36 mamamia

  • Senior Member
  • 70 posts

+1
Neutral

Posted 9 December 2018 - 12:30

Cool, thank you!

Re: Tunein radio plugin #37 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 18 December 2018 - 17:14

TuneinRadio 1.2

 

-fixed bugs in previous versions

-add recording feature

-slideshow of personal pictures while listening to favorite radio in addition to google images slide show

 

screenshot-737.png

 

setup:

wget http://tunisia-dreambox.info/TSplugins/TuneinRadio/installer.sh -O - | /bin/s

or

opkg install http://tunisia-dreambox.info/TSplugins/TuneinRadio/enigma2-plugin-extensions-tuneinradio_1.2_all.ipk

 download



Re: Tunein radio plugin #38 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 18 December 2018 - 17:23

slideshow while listening to favorite station

screenshot-738.png

also you can put your personal picture in your external device in myphotos directory and select from settings slideshow source option myphotos



Re: Tunein radio plugin #39 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 18 December 2018 - 17:41

links for the plugin

https://wiki.openpli...ki:Tunein_Radio

 

https://github.com/m...j57/tuneinradio



Re: Tunein radio plugin #40 buc61b

  • Senior Member
  • 154 posts

+1
Neutral

Posted 24 December 2018 - 10:44

How can i record music? :)


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users