Jump to content


Photo

Timeshift for a specific service


  • Please log in to reply
8 replies to this topic

#1 ziko

  • Senior Member
  • 29 posts

0
Neutral

Posted 15 October 2020 - 11:57

Hello everyone, i'm looking for a way how i can specifier the service i want to start timeshift , for example when you start pip you can only timeshift the current service .

 

i don't know if i can specifier the service i want instead of the current service

def getTimeshift(self):
    service = self.session.nav.getCurrentService()
    return service and service.timeshift()


Re: Timeshift for a specific service #2 WanWizard

  • PLi® Core member
  • 68,588 posts

+1,738
Excellent

Posted 15 October 2020 - 12:06

A timeshift for a service you're not watching (i.e. that is not current) is called a recording?


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: Timeshift for a specific service #3 ziko

  • Senior Member
  • 29 posts

0
Neutral

Posted 15 October 2020 - 12:30

A timeshift for a service you're not watching (i.e. that is not current) is called a recording?

 

i'm talking about pip you can't timeshift the second screen without swapping services



Re: Timeshift for a specific service #4 WanWizard

  • PLi® Core member
  • 68,588 posts

+1,738
Excellent

Posted 15 October 2020 - 12:33

Yes, because you can only timeshift one service, the service you are watching. For all other services (and that includes one you open in PiP), you need to start a recording.


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: Timeshift for a specific service #5 Dimitrij

  • PLi® Core member
  • 10,010 posts

+338
Excellent

Posted 15 October 2020 - 12:37

self.session.pip.getCurrentService()

 


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


Re: Timeshift for a specific service #6 ziko

  • Senior Member
  • 29 posts

0
Neutral

Posted 15 October 2020 - 12:52

self.session.pip.getCurrentService()

 

Thank you this will return the other service in pip perfect , but timeshift is only appliable to iPlayableServicePtr this self.session.pip.getCurrentService()

 

will return eServiceReference correct me if i'm wrong



Re: Timeshift for a specific service #7 Dimitrij

  • PLi® Core member
  • 10,010 posts

+338
Excellent

Posted 15 October 2020 - 13:02

Maybe...

 

self.session.pip.pipservice


Edited by Dimitrij, 15 October 2020 - 13:04.

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


Re: Timeshift for a specific service #8 ziko

  • Senior Member
  • 29 posts

0
Neutral

Posted 15 October 2020 - 13:30

 

Maybe...

 

self.session.pip.pipservice

 

:thumbs-up:



Re: Timeshift for a specific service #9 ziko

  • Senior Member
  • 29 posts

0
Neutral

Posted 15 October 2020 - 14:15

i think 

self.session.pip.pipservice

return the current service same as 

self.session.nav.getCurrentService()



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users