Jump to content


Photo

Unicable


  • Please log in to reply
26 replies to this topic

Re: Unicable #21 anudanan

  • Senior Member
  • 1,185 posts

+16
Neutral

Posted 16 November 2021 - 07:57

Thanks.

That means, the tuner chains may work correctly without the fix and the fix in enigma is necessary for  using tuner B-H are all connectec to A? 

Is that right?

Since my quickhack in NimManager.py and config change  to a tuner chain one week ago I haven´t seen any interrupts. With my openpli 7.3 I don´t have the enigma fix, I think.


Receiver:2 x Uno4k SE (PLI 7.3 rel), 1 x ET9200 (PLI 4.0), NAS: 2 x QNAP 410, TV: LG 65C8llla, LG 47LB570V, LG 42LM615S, Sound: Yamaha RX-v663, Teufel System 5 THX


Re: Unicable #22 Dimitrij

  • PLi® Core member
  • 9,991 posts

+338
Excellent

Posted 16 November 2021 - 08:31

Thanks.

That means, the tuner chains may work correctly without the fix and the fix in enigma is necessary for  using tuner B-H are all connectec to A? 

Is that right?

 

I'm not sure if I fixed exactly your problem:

 

I´ve seen sometimes a little interrupt on some channels when a new timer starts and requests a new tuner.

.

The task was different.

Need additional tests from you on the images openpli 8.1/develop.


Edited by Dimitrij, 16 November 2021 - 08:32.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Unicable #23 anudanan

  • Senior Member
  • 1,185 posts

+16
Neutral

Posted 16 November 2021 - 08:39

I can´t do tests with 8.1 oder develop in the near future because all boxes are busy with recordings of my family. I don´t have big maintance slots for those tests.

 

Sorry for that.


Receiver:2 x Uno4k SE (PLI 7.3 rel), 1 x ET9200 (PLI 4.0), NAS: 2 x QNAP 410, TV: LG 65C8llla, LG 47LB570V, LG 42LM615S, Sound: Yamaha RX-v663, Teufel System 5 THX


Re: Unicable #24 Dimitrij

  • PLi® Core member
  • 9,991 posts

+338
Excellent

Posted 16 November 2021 - 10:04

I can´t do tests with 8.1 oder develop in the near future because all boxes are busy with recordings of my family. I don´t have big maintance slots for those tests.

 

Sorry for that.

Ok.

Big wait.


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Unicable #25 Dimitrij

  • PLi® Core member
  • 9,991 posts

+338
Excellent

Posted 18 November 2021 - 09:11

anudanan

Please show your fix NimManager.py.


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Unicable #26 anudanan

  • Senior Member
  • 1,185 posts

+16
Neutral

Posted 18 November 2021 - 10:13

My quickhack based on the NimManager.py from the 7.3 branch.

 

I´ve only inserted a comment in the line 954. Now no tunerslots were removed. With this comment I can now choose als tuners (A-H)  inside the FBC tuners for the connectedto field in the config GUI.

I think that is not a right solution for all tuner modells, it is only a quickhack that works for me. I don´t understand the complete condition in the if statement. So the complete solution needs other code changes I think, but I´m not sure.

  def canConnectTo(self, slotid):
                slots = []
                if self.nim_slots[slotid].internallyConnectableTo() is not None:
                        slots.append(self.nim_slots[slotid].internallyConnectableTo())
                for type in self.nim_slots[slotid].connectableTo():
                        for slot in self.getNimListOfType(type, exception = slotid):
                                if slot not in slots and (self.hasOutputs(slot) or self.nim_slots[slotid].isFBCRoot()):
                                        slots.append(slot)
                # remove nims, that have a conntectedTo reference on
                for testnim in slots[:]:
                        for nim in self.getNimListOfType("DVB-S", slotid):
                                nimConfig = self.getNimConfig(nim)
                                if not(self.nim_slots[testnim].isFBCRoot() and slotid >> 3 == testnim >> 3) and (self.nim_slots[nim].isFBCLink() or "configMode" in NimConfig.content.items and nimConfig.configMode.value == "loopthrough" and int(nimConfig.connectedTo.value) == testnim):
                                        # slots.remove(testnim)
                                        break


Edited by anudanan, 18 November 2021 - 10:13.

Receiver:2 x Uno4k SE (PLI 7.3 rel), 1 x ET9200 (PLI 4.0), NAS: 2 x QNAP 410, TV: LG 65C8llla, LG 47LB570V, LG 42LM615S, Sound: Yamaha RX-v663, Teufel System 5 THX


Re: Unicable #27 Dimitrij

  • PLi® Core member
  • 9,991 posts

+338
Excellent

Posted 18 November 2021 - 15:11

OK.

This is really not an option for everyone, but a workaround.


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users