I found, eventually its best to introduce a Thread to handle the Pause and enable VideoBuffer to stay intact.
Its much more reliable and tested working here. Apologies again for not completing a...
The 5 second Sleep() is deliberate to give the user an audible 'snapshot' of the Channel Change in case the user is grabbing a coffee. :)
But, now I note the buffer gets reset. I'm losing hair at...
Good news. The buffer is now preserved on Channel Change.
Now I just need to maintain pause in case a Programme is Paused on change.
Progress is ours :)
Stop the presses !
I made a mistake. I need to rebuild the plugin at v 1.38.1 and not 1.38.3 as I have done.
I'll get to it and report back.
Thank you !!!!
Here is the code from TvHome.cs.
Unfortunately it neither preserves Pause(), or keeps the buffer in-tact.
Can someone please explain why at all ?
if (tvNotifyDlg.IsConfirmed)...
Hi Folks, just confirming I may dust off the old .NET IDE and submit a patch for this to leave the buffer in-tact and to also preserve 'Pause' as programs switch. It was intended to be that way in...