Jump to content


Photo

Strange behavior when playback is paused and box in standby.


  • Please log in to reply
54 replies to this topic

Re: Strange behavior when playback is paused and box in standby. #41 Dimitrij

  • PLi® Core member
  • 10,321 posts

+349
Excellent

Posted 28 February 2016 - 13:07

Pedro_Newbie

blzr

OK, found small bugs.

Today, I will correct it.


Edited by Dimitrij, 28 February 2016 - 13:07.

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


Re: Strange behavior when playback is paused and box in standby. #42 littlesat

  • PLi® Core member
  • 57,150 posts

+698
Excellent

Posted 28 February 2016 - 13:22

The big bug is solved... Now we need the finetuning...

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


Re: Strange behavior when playback is paused and box in standby. #43 Dimitrij

  • PLi® Core member
  • 10,321 posts

+349
Excellent

Posted 29 February 2016 - 15:21

The big bug is solved... Now we need the finetuning...

+		self.paused_action = False

		self.prev_running_service = self.session.nav.getCurrentlyPlayingServiceOrGroup()
		service = self.prev_running_service and self.prev_running_service.toString()
		if service:
			if service.rsplit(":", 1)[1].startswith("/"):
				self.paused_service = hasattr(self.session.current_dialog, "pauseService") and hasattr(self.session.current_dialog, "unPauseService") and self.session.current_dialog or self.infoBarInstance
+				self.paused_action = hasattr(self.paused_service, "seekstate") and hasattr(self.paused_service, "SEEK_STATE_PLAY") and self.paused_service.seekstate == self.paused_service.SEEK_STATE_PLAY
+				self.paused_action and self.paused_service.pauseService()
		if not self.paused_service:

....
        if self.paused_service:
+            self.paused_action and self.paused_service.unPauseService()

Edited by Dimitrij, 29 February 2016 - 15:27.

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


Re: Strange behavior when playback is paused and box in standby. #44 littlesat

  • PLi® Core member
  • 57,150 posts

+698
Excellent

Posted 29 February 2016 - 15:47

The question here is should we keep it paused? furthermore it looks good.....


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


Re: Strange behavior when playback is paused and box in standby. #45 Pedro_Newbie

  • Senior Member
  • 4,631 posts

+225
Excellent

Posted 29 February 2016 - 16:35

I would say keep it paused, it was paused with a reason I should say



Re: Strange behavior when playback is paused and box in standby. #46 littlesat

  • PLi® Core member
  • 57,150 posts

+698
Excellent

Posted 29 February 2016 - 18:32

But it needs a special "boolean variable"... ;) For something nobody noticed for more than 10 years... :D


Edited by littlesat, 29 February 2016 - 18:33.

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


Re: Strange behavior when playback is paused and box in standby. #47 Pedro_Newbie

  • Senior Member
  • 4,631 posts

+225
Excellent

Posted 29 February 2016 - 18:36

Maybe then it should be stopped so when you return it doesn't resume where it was



Re: Strange behavior when playback is paused and box in standby. #48 littlesat

  • PLi® Core member
  • 57,150 posts

+698
Excellent

Posted 29 February 2016 - 19:26

Pushed.... including the pause "memory"


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


Re: Strange behavior when playback is paused and box in standby. #49 anudanan

  • Senior Member
  • 1,185 posts

+16
Neutral

Posted 29 February 2016 - 19:56

Now it works as expected. 

Going  into standby during playback the resume continues playback

Going into standby during pause of playback the resume comes back to pause

 

=> fixed !!
 

On et9000/et8000 without sound problems (but that has nothing todo with the fix)


Edited by anudanan, 29 February 2016 - 19:57.

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: Strange behavior when playback is paused and box in standby. #50 littlesat

  • PLi® Core member
  • 57,150 posts

+698
Excellent

Posted 29 February 2016 - 20:04

Last friday we fixed the big bug.... now the real bug :D

 

Previously paused/unpaused in the infoBar and not the MovieBar... And we did always unpaused when it was already paused...


Edited by littlesat, 29 February 2016 - 20:05.

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


Re: Strange behavior when playback is paused and box in standby. #51 Yomismo

  • Member
  • 15 posts

0
Neutral

Posted 11 August 2016 - 17:11

I am returning this thread from the cold since I am still seeing a similar issue, my setup is a Vu+ Solo2 with latest OpenPLI installed.

 

Issue is as follows, if I am watching a file from the HDD and the box goes to standby when it goes back to on it has the sound muted, in order to get the sound back you have to mute and un-mute the box.

 

Is this a recognised fault on the OpenPLI software or rather an issue with VU+ drivers or box itself ?

 

I can give more info, if needed, to pinpoint the issue.

 

 



Re: Strange behavior when playback is paused and box in standby. #52 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 11 August 2016 - 17:19

This is a long standing VU-driver bug for (almost??) all models.
Sometimes happens on live-TV (when the audio menu has been opened); there zapping up/down helps.

Re: Strange behavior when playback is paused and box in standby. #53 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 17 August 2016 - 14:22

Confirmed here.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Strange behavior when playback is paused and box in standby. #54 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 17 August 2016 - 15:36

And as VU is aware of this since the day the DUO was born, I wouldn't hold my breath for a fix...



Re: Strange behavior when playback is paused and box in standby. #55 Dimitrij

  • PLi® Core member
  • 10,321 posts

+349
Excellent

Posted 17 August 2016 - 17:20

et8500 same problem.

Not sound after standby.Need run rewing << 2/4/8.

Two months ago, the sound worked fine.


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



4 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users