Jump to content


Photo

OpenPLi 7.1 - Stable release


  • Please log in to reply
214 replies to this topic

Re: OpenPLi 7.1 - Stable release #101 serdeliuk

  • Senior Member
  • 315 posts

+18
Neutral

Posted 11 August 2019 - 10:18

getsubtitles function is defined in web.py in OpenWebIf 

 

e2openplugin-OpenWebif/plugin/controllers/web.py

 

<------>def P_getsubtitles(self, request):

<------><------>"""

<------><------>Request handler for the `getsubtitles` endpoint.

 

<------><------>.. note::

 

<------><------><------>Not available in *Enigma2 WebInterface API*.

 

<------><------>Args:

<------><------><------>request (twisted.web.server.Request): HTTP request object

<------><------>Returns:

<------><------><------>HTTP response with headers

<------><------>"""

<------><------>service = self.session.nav.getCurrentService()

<------><------>ret = {"subtitlelist": [], "result": False}

<------><------>subtitle = service and service.subtitle()

<------><------>subtitlelist = subtitle and subtitle.getSubtitleList()

<------><------>if subtitlelist:

<------><------><------>for i in range(0, len(subtitlelist)):

<------><------><------><------>ret["result"] = True

<------><------><------><------>subt = subtitlelist[i]

<------><------><------><------>ret["subtitlelist"].append({

<------><------><------><------><------>"type": subt[0],

<------><------><------><------><------>"pid": subt[1],

<------><------><------><------><------>"page_nr": subt[2],

<------><------><------><------><------>"mag_nr": subt[3],

<------><------><------><------><------>"lang": subt[4]

<------><------><------><------>})

<------><------>return ret


init 2 && init 3


Re: OpenPLi 7.1 - Stable release #102 serdeliuk

  • Senior Member
  • 315 posts

+18
Neutral

Posted 11 August 2019 - 10:22

What do you mean by 'you should have installed the OpenWebinterface'? Of cource the webinterface is default active on every box of mine like on yours I guess. ;)

Indeed, that one, it strange that web/getsubtitles not works, what about web/getaudiotracks this one works on your side?


init 2 && init 3


Re: OpenPLi 7.1 - Stable release #103 Frenske

  • Forum Moderator
    PLi® Core member
  • 27,380 posts

+393
Excellent

Posted 11 August 2019 - 10:26

Obviously this works.

 

<?xml version="1.0" encoding="ISO-8859-1"?>
<e2audiotracklist> <e2audiotrack> <e2audiotrackdescription>MPEG (Dutch)</e2audiotrackdescription> <e2audiotrackid>0</e2audiotrackid> <e2audiotrackpid>2311</e2audiotrackpid> <e2audiotrackactive>False</e2audiotrackactive> </e2audiotrack> <e2audiotrack> <e2audiotrackdescription>AC3 (Dutch)</e2audiotrackdescription> <e2audiotrackid>1</e2audiotrackid> <e2audiotrackpid>2312</e2audiotrackpid> <e2audiotrackactive>True</e2audiotrackactive> </e2audiotrack> </e2audiotracklist>

Mijn schotel is een T90 met 10 LNB's. Daarnaast voor de fun nog een draaibaar systeem met een Triax TD 78.

Dreamboxen heb ik niet meer echt actief. Verder heb ik ook nog een een VU+ duo2 met 500Gb harddisk + een VU+ Uno, Zero, Solo 4K, Ultimo 4K, Zero 4K, Uno 4Kse. + ook nog een Xtrend ET7x00. Daarnaast heb ik ook nog diverse andere modellen w.o. een Formuler F4, ET8500, ET7500, Mut@nt 2400HD, Xsarius Fusion HD se en verder nog wel het e.e.a. waarmee op verzoek vanalles wordt getest. Iemand moet het tenslotte doen. ;) :)
Los van de eerder genoemde modellen heb ik nog wel een rits aan testsamples als Mut@nt 2400HD, HD60, GB UE4K, GB Trio4K, Maxitec Multibox combo en Twin, Octagon sf8008, sf8008 mini en last but nog least enkele modellen van het Grieks Duitse Edision.

Voor centrale opslag van media gebruik ik een Qnap 219P 
met tweemaal 2 Tb harddisks + een Synology DS414 met 12 Tb Totale opslag.

-------------------------------------------------------------------------------------------
Many answers to your question can be found in our wiki: Just one click away from this "solutioncentre".

Als ik alles al wist hoefde ik ook niets te vragen. If I had all the knowledge I had no questions at all.


Re: OpenPLi 7.1 - Stable release #104 Frenske

  • Forum Moderator
    PLi® Core member
  • 27,380 posts

+393
Excellent

Posted 11 August 2019 - 10:28

Unfortunately I have some other priorities at this beautiful sunday morning. Atleast it's beautifull until now. 

Someone else might be able to do some more testing.


Mijn schotel is een T90 met 10 LNB's. Daarnaast voor de fun nog een draaibaar systeem met een Triax TD 78.

Dreamboxen heb ik niet meer echt actief. Verder heb ik ook nog een een VU+ duo2 met 500Gb harddisk + een VU+ Uno, Zero, Solo 4K, Ultimo 4K, Zero 4K, Uno 4Kse. + ook nog een Xtrend ET7x00. Daarnaast heb ik ook nog diverse andere modellen w.o. een Formuler F4, ET8500, ET7500, Mut@nt 2400HD, Xsarius Fusion HD se en verder nog wel het e.e.a. waarmee op verzoek vanalles wordt getest. Iemand moet het tenslotte doen. ;) :)
Los van de eerder genoemde modellen heb ik nog wel een rits aan testsamples als Mut@nt 2400HD, HD60, GB UE4K, GB Trio4K, Maxitec Multibox combo en Twin, Octagon sf8008, sf8008 mini en last but nog least enkele modellen van het Grieks Duitse Edision.

Voor centrale opslag van media gebruik ik een Qnap 219P 
met tweemaal 2 Tb harddisks + een Synology DS414 met 12 Tb Totale opslag.

-------------------------------------------------------------------------------------------
Many answers to your question can be found in our wiki: Just one click away from this "solutioncentre".

Als ik alles al wist hoefde ik ook niets te vragen. If I had all the knowledge I had no questions at all.


Re: OpenPLi 7.1 - Stable release #105 nor50

  • Senior Member
  • 423 posts

+1
Neutral

Posted 11 August 2019 - 15:20

 

What ever I do, I have to press the yellow button twice and choose NORWEGIAN to get Norwegian subs on most channels.

 

If you change by hand the subtitle and then switch the channel and then come back on the previously set channel with subtitle, the previous settings is kept?

 

 

Please access your device by IP over the web at http://192.168.1.11/web/getsubtitles (you need to change 192.168.1.11 with your box IP address) and let us know the list, i assume that the subtitle ID/name provided by the channel is wrong.

 

Do you have any channel on which the subtitle is the right one? if so please provide the above result for that channel too

 

 

Error 404: Page not found

The requested URL was not found on this server.


VU+ Ultimo 4K, 19.2, 13, 4.8 E via switch on input/tuner 1. 1W. Inverto Unicable II LNB IDLU-32UL40 on input/tuner 2. OpenPLi 8.3


Re: OpenPLi 7.1 - Stable release #106 nor50

  • Senior Member
  • 423 posts

+1
Neutral

Posted 11 August 2019 - 15:24

 

 

And the auto language doesn’t do the tric?

 

No. I guess clean install maybe would solve it, but I don't know. (I can't remember if it started with 7.0 or 7.1)

 

 

Just out of curiousity I took one random receiver from the shelve and first checked what Firmware was present on this box. This appeared to be the Release 7.1. of August 4 so the last one.

I changed the tuner setup from diseqc ABCD to Usals to be able to receive the Norwergian channels on 4.8 East. 

I have setup Norwegian as the first audio language and also Norwegian as default subtitels. I restarted Enigma to be sure the setup was saved.

I moved the dish to 4.8 E and picket the first channel, 'Discovery Norway'at 11305 H 3000 3/4 8PSK and what did I see? Norwegian subtitels!!!!

As I have no subscription so I don't have picture but only subs. ;)

 

 

I don't know if it has anything to say, but I'm receiving the channel on 1W


VU+ Ultimo 4K, 19.2, 13, 4.8 E via switch on input/tuner 1. 1W. Inverto Unicable II LNB IDLU-32UL40 on input/tuner 2. OpenPLi 8.3


Re: OpenPLi 7.1 - Stable release #107 Frenske

  • Forum Moderator
    PLi® Core member
  • 27,380 posts

+393
Excellent

Posted 11 August 2019 - 15:33

Which specific channel do you test? I’ll check it lator today again on 1 west.

Mijn schotel is een T90 met 10 LNB's. Daarnaast voor de fun nog een draaibaar systeem met een Triax TD 78.

Dreamboxen heb ik niet meer echt actief. Verder heb ik ook nog een een VU+ duo2 met 500Gb harddisk + een VU+ Uno, Zero, Solo 4K, Ultimo 4K, Zero 4K, Uno 4Kse. + ook nog een Xtrend ET7x00. Daarnaast heb ik ook nog diverse andere modellen w.o. een Formuler F4, ET8500, ET7500, Mut@nt 2400HD, Xsarius Fusion HD se en verder nog wel het e.e.a. waarmee op verzoek vanalles wordt getest. Iemand moet het tenslotte doen. ;) :)
Los van de eerder genoemde modellen heb ik nog wel een rits aan testsamples als Mut@nt 2400HD, HD60, GB UE4K, GB Trio4K, Maxitec Multibox combo en Twin, Octagon sf8008, sf8008 mini en last but nog least enkele modellen van het Grieks Duitse Edision.

Voor centrale opslag van media gebruik ik een Qnap 219P 
met tweemaal 2 Tb harddisks + een Synology DS414 met 12 Tb Totale opslag.

-------------------------------------------------------------------------------------------
Many answers to your question can be found in our wiki: Just one click away from this "solutioncentre".

Als ik alles al wist hoefde ik ook niets te vragen. If I had all the knowledge I had no questions at all.


Re: OpenPLi 7.1 - Stable release #108 Frenske

  • Forum Moderator
    PLi® Core member
  • 27,380 posts

+393
Excellent

Posted 11 August 2019 - 20:31

I just tested Discovery HD Norway. Both on 4.8 East and 0.8 West. Both showed subtitles.
Where I first tested a Zero 4K I now tested a Qviart Lunix 4K with an older release 7.1

Attached Files


Mijn schotel is een T90 met 10 LNB's. Daarnaast voor de fun nog een draaibaar systeem met een Triax TD 78.

Dreamboxen heb ik niet meer echt actief. Verder heb ik ook nog een een VU+ duo2 met 500Gb harddisk + een VU+ Uno, Zero, Solo 4K, Ultimo 4K, Zero 4K, Uno 4Kse. + ook nog een Xtrend ET7x00. Daarnaast heb ik ook nog diverse andere modellen w.o. een Formuler F4, ET8500, ET7500, Mut@nt 2400HD, Xsarius Fusion HD se en verder nog wel het e.e.a. waarmee op verzoek vanalles wordt getest. Iemand moet het tenslotte doen. ;) :)
Los van de eerder genoemde modellen heb ik nog wel een rits aan testsamples als Mut@nt 2400HD, HD60, GB UE4K, GB Trio4K, Maxitec Multibox combo en Twin, Octagon sf8008, sf8008 mini en last but nog least enkele modellen van het Grieks Duitse Edision.

Voor centrale opslag van media gebruik ik een Qnap 219P 
met tweemaal 2 Tb harddisks + een Synology DS414 met 12 Tb Totale opslag.

-------------------------------------------------------------------------------------------
Many answers to your question can be found in our wiki: Just one click away from this "solutioncentre".

Als ik alles al wist hoefde ik ook niets te vragen. If I had all the knowledge I had no questions at all.


Re: OpenPLi 7.1 - Stable release #109 nor50

  • Senior Member
  • 423 posts

+1
Neutral

Posted 11 August 2019 - 22:21

Which specific channel do you test? I’ll check it lator today again on 1 west.

 

Discovery HD (N) at least. But, as I said, it could be some bugs/leftovers from previous installation.


Edited by nor50, 11 August 2019 - 22:22.

VU+ Ultimo 4K, 19.2, 13, 4.8 E via switch on input/tuner 1. 1W. Inverto Unicable II LNB IDLU-32UL40 on input/tuner 2. OpenPLi 8.3


Re: OpenPLi 7.1 - Stable release #110 Frenske

  • Forum Moderator
    PLi® Core member
  • 27,380 posts

+393
Excellent

Posted 12 August 2019 - 05:53

Therefor I often / always advice to perform a clean flash and if this works ok then you know the cause. If this doesn’t solve the issue you can always restore the backup you made earlier.

Mijn schotel is een T90 met 10 LNB's. Daarnaast voor de fun nog een draaibaar systeem met een Triax TD 78.

Dreamboxen heb ik niet meer echt actief. Verder heb ik ook nog een een VU+ duo2 met 500Gb harddisk + een VU+ Uno, Zero, Solo 4K, Ultimo 4K, Zero 4K, Uno 4Kse. + ook nog een Xtrend ET7x00. Daarnaast heb ik ook nog diverse andere modellen w.o. een Formuler F4, ET8500, ET7500, Mut@nt 2400HD, Xsarius Fusion HD se en verder nog wel het e.e.a. waarmee op verzoek vanalles wordt getest. Iemand moet het tenslotte doen. ;) :)
Los van de eerder genoemde modellen heb ik nog wel een rits aan testsamples als Mut@nt 2400HD, HD60, GB UE4K, GB Trio4K, Maxitec Multibox combo en Twin, Octagon sf8008, sf8008 mini en last but nog least enkele modellen van het Grieks Duitse Edision.

Voor centrale opslag van media gebruik ik een Qnap 219P 
met tweemaal 2 Tb harddisks + een Synology DS414 met 12 Tb Totale opslag.

-------------------------------------------------------------------------------------------
Many answers to your question can be found in our wiki: Just one click away from this "solutioncentre".

Als ik alles al wist hoefde ik ook niets te vragen. If I had all the knowledge I had no questions at all.


Re: OpenPLi 7.1 - Stable release #111 dog-man

  • Senior Member
  • 394 posts

+2
Neutral

Posted 12 August 2019 - 13:30

 

 

 

VU Ultimo 4k.
 
Since the last software update, it is taking a very long time to search if there is an update or not.
 
Before I look deeper, is anyone having this issue?

 
 

I’ve been informed that the DNS of the download has been changed what might cause some temporarely delay.

 
I just timed a search to see if there is an update available and it took around 15 minutes.

 


Check that you didn't harcode some IP resoltion into:

cat /etc/hosts

The use nslookup to resolve: downloads.openpli.org download1.openpli.org and finally download2.openpli.org

And check if you can resolve all of them.

 

 

 

Where do I find cat/etc/hosts?

 

I see no dir called cat?

 

 

 

Sadly, I still have the problem with searching for any s/w update. It always takes around 15 minutes to complete the search. It did seem to be fixed after I rebooted the router but that no longer helps.

To make matters worse, now when doing the update, it just hangs and I always have to power off and on.

I am going to do a re-flash of the software and hope that fixes my issues.



Re: OpenPLi 7.1 - Stable release #112 mcfly82

  • Senior Member
  • 32 posts

+2
Neutral

Posted 12 August 2019 - 14:38

Sadly, I still have the problem with searching for any s/w update. It always takes around 15 minutes to complete the search. It did seem to be fixed after I rebooted the router but that no longer helps.

To make matters worse, now when doing the update, it just hangs and I always have to power off and on.

I am going to do a re-flash of the software and hope that fixes my issues.

 

 

I have the same issue. Sure that this is not a local problem with your or my internet provider or network devices. I think this is a global problem with PLi.



Re: OpenPLi 7.1 - Stable release #113 ricki

  • Senior Member
  • 571 posts

+3
Neutral

Posted 12 August 2019 - 19:36

Todays new flash openpli-7.1-release-gbquad4k-20190812_usb.zip when recording on sat s2

i got black screen on T2 tuner FTA channels, when stop timer picture is back.


Edited by ricki, 12 August 2019 - 19:41.


Re: OpenPLi 7.1 - Stable release #114 WanWizard

  • PLi® Core member
  • 68,309 posts

+1,719
Excellent

Posted 12 August 2019 - 21:57

I have the same issue. Sure that this is not a local problem with your or my internet provider or network devices. I think this is a global problem with PLi.

 

Do you two by any chance have IPv6 active in the LAN?


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: OpenPLi 7.1 - Stable release #115 dog-man

  • Senior Member
  • 394 posts

+2
Neutral

Posted 13 August 2019 - 10:26

 

I have the same issue. Sure that this is not a local problem with your or my internet provider or network devices. I think this is a global problem with PLi.

 

Do you two by any chance have IPv6 active in the LAN?

 

I do and always have done since v6 began to be used by my provider (Sky UK).

 

Never had any issues with searching for updates before past couple of weeks.

Always taken around 30 seconds maximum.



Re: OpenPLi 7.1 - Stable release #116 littlesat

  • PLi® Core member
  • 56,123 posts

+685
Excellent

Posted 13 August 2019 - 10:46

Is it possible you can try with IPV4.... this does not 'say' V6 is the issue on your side,


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


Re: OpenPLi 7.1 - Stable release #117 dog-man

  • Senior Member
  • 394 posts

+2
Neutral

Posted 13 August 2019 - 11:48

Hmmm, after posting I did an update check and it only took around 10 seconds to find no update.

Weird!



Re: OpenPLi 7.1 - Stable release #118 dudule22

  • Senior Member
  • 304 posts

+4
Neutral

Posted 23 August 2019 - 12:35

On some  4K channels, i have picture and no sound (RAI 4K). --> VU+ DUO 4K



Re: OpenPLi 7.1 - Stable release #119 WanWizard

  • PLi® Core member
  • 68,309 posts

+1,719
Excellent

Posted 23 August 2019 - 12:53

On Hotbird, or on DTT?


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: OpenPLi 7.1 - Stable release #120 dudule22

  • Senior Member
  • 304 posts

+4
Neutral

Posted 23 August 2019 - 21:38

On hotbird, but sorry; it is probably bad channels providers because by changing language sound i can have sound.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users