Jump to content


Photo

vreemde tuner-pericelen


  • Please log in to reply
215 replies to this topic

Re: vreemde tuner-pericelen #201 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 19 April 2023 - 06:17

That does indeed sound promising!



Re: vreemde tuner-pericelen #202 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 27 April 2023 - 09:48

Well, the multiple prio-setting does the trick!

Would be nice to have that in PLi.



Re: vreemde tuner-pericelen #203 Dimitrij

  • PLi® Core member
  • 10,053 posts

+341
Excellent

Posted 27 April 2023 - 12:33

Well, the multiple prio-setting does the trick!

Would be nice to have that in PLi.

Did it help solve the problem with the motor?

I also checked these settings on openATV, the timer conflict is not resolved.


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


Re: vreemde tuner-pericelen #204 Huevos

  • PLi® Contributor
  • 4,339 posts

+158
Excellent

Posted 27 April 2023 - 13:15

 

Well, the multiple prio-setting does the trick!

Would be nice to have that in PLi.

Did it help solve the problem with the motor?

I also checked these settings on openATV, the timer conflict is not resolved.

 

In Rob's case he set the priority to D-A-C and it worked.



Re: vreemde tuner-pericelen #205 Dimitrij

  • PLi® Core member
  • 10,053 posts

+341
Excellent

Posted 27 April 2023 - 13:38

 

In Rob's case he set the priority to D-A-C and it worked.

 

Interesting.

This code is quite complicated, I guess I didn't understand everything(didn't check everything).

I have not seen it used in TimerSanityCheck.

So, I add it to openPLi?


Edited by Dimitrij, 27 April 2023 - 13:41.

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


Re: vreemde tuner-pericelen #206 Huevos

  • PLi® Contributor
  • 4,339 posts

+158
Excellent

Posted 27 April 2023 - 20:15

Yes, please add. Does this mean the individual DVB-S/T/C priorities are no longer needed? Does anyone even use that?


Edited by Huevos, 27 April 2023 - 20:16.


Re: vreemde tuner-pericelen #207 Dimitrij

  • PLi® Core member
  • 10,053 posts

+341
Excellent

Posted 28 April 2023 - 05:18

Yes, please add. Does this mean the individual DVB-S/T/C priorities are no longer needed? Does anyone even use that?

I think only the priority of dvb-s should be left for Live TV.


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


Re: vreemde tuner-pericelen #208 Huevos

  • PLi® Contributor
  • 4,339 posts

+158
Excellent

Posted 28 April 2023 - 10:40

 

Yes, please add. Does this mean the individual DVB-S/T/C priorities are no longer needed? Does anyone even use that?

I think only the priority of dvb-s should be left for Live TV.

 

No. I want to be able to select which tuner is used for recordings and live tv. I want the best tuner used for recordings to be sure there is no signal failure... of course it doesn't matter if all cables are coming from one dish, but when it is multiple dishes I want to be able choose.



Re: vreemde tuner-pericelen #209 Dimitrij

  • PLi® Core member
  • 10,053 posts

+341
Excellent

Posted 28 April 2023 - 16:24

 

I think only the priority of dvb-s should be left for Live TV.

This old option.

+

New openATV code.


Edited by Dimitrij, 28 April 2023 - 16:25.

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


Re: vreemde tuner-pericelen #210 Huevos

  • PLi® Contributor
  • 4,339 posts

+158
Excellent

Posted 28 April 2023 - 22:50

 

 

I think only the priority of dvb-s should be left for Live TV.

This old option.

+

New openATV code.

 

The old option was changed to allow tuner priority for recordings. This is needed.



Re: vreemde tuner-pericelen #211 Dimitrij

  • PLi® Core member
  • 10,053 posts

+341
Excellent

Posted 29 April 2023 - 09:55

https://github.com/o...#LL811C5-L811C5


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


Re: vreemde tuner-pericelen #212 Huevos

  • PLi® Contributor
  • 4,339 posts

+158
Excellent

Posted 29 April 2023 - 16:38

???



Re: vreemde tuner-pericelen #213 Dimitrij

  • PLi® Core member
  • 10,053 posts

+341
Excellent

Posted 29 April 2023 - 17:46

 

The old option was changed to allow tuner priority for recordings. This is needed.

Option "Preferred tuner" used in openATV

		<item level="2" text="Preferred tuner" description="Configure which tuner will be preferred, when more than one tuner is available. If set to 'auto' the system will give priority to the tuner having the lowest number of channels/satellites.">config.usage.frontend_priority</item>
		<item level="2" text="Preferred tuner for recordings" description="Configure which tuner will be preferred for recordings, when more than one tuner is available. 'Disabled' would select a tuner based on preferred tuner in customize screen. 'Auto' would choose based on E2's default rules, ignoring preferred tuner in customize screen.">config.usage.recording_frontend_priority</item>
		<item level="2" text="Preferred tuners for recordings, multiple selection allowed" description="In expert mode, configure which tuners will be preferred for recordings, when more than one tuner is available." conditional="config.usage.recording_frontend_priority.value in ('experimental_mode', 'expert_mode')">config.usage.recording_frontend_priority_multiselect</item>
		<item level="2" text="Experimental: strict limitation to preferred tuners for recordings" description="Configure whether another tuner from the preferred list is allocated for recordings instead of sharing a tuner that is already active receiving the same live TV channel." conditional="config.usage.recording_frontend_priority.value == 'experimental_mode'">config.usage.recording_frontend_priority_strictly</item>
	

I suggest leaving only "Preferred tuner for DVB-S" when DVB-S tuners >1

+

new "Preferred tuner for recordings" code


Edited by Dimitrij, 29 April 2023 - 17:48.

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


Re: vreemde tuner-pericelen #214 Huevos

  • PLi® Contributor
  • 4,339 posts

+158
Excellent

Posted 29 April 2023 - 18:13

Have you done a patch?



Re: vreemde tuner-pericelen #215 Dimitrij

  • PLi® Core member
  • 10,053 posts

+341
Excellent

Posted 1 May 2023 - 07:49

Have you done a patch?

Not yet.


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


Re: vreemde tuner-pericelen #216 BMWZ3

  • Senior Member
  • 56 posts

0
Neutral

Posted 24 May 2023 - 10:35

Goeie morgen Allemaal,

 

Ik heb een half uurtje geleden een software update uitgevoerd.

77 pakketjes werden vervangen; het probleem is VERHOLPEN!!!

Knap hoor, ik heb de rest van dit draadje gevolgd en eerlijk gezegd snap ik dr geen silabe van.

Gelukkig zijn er mensen hier, die het wel aan kunnen.

Ik heb bij wijze van proef de eerder omschreven sessie nu herhaald en nu gaat het prima!

Heb tien gelijktijdige opnamen lopen, zonder problemen blijft de zaplijst nu volledig beschikbaar.

Heel erg bedankt gij allen

 

mvg Pjottr.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users