NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC X-NEWA v
« Previous 1 … 3 4 5 6 7 … 13 Next »
Web client NextPVR OSD mode questions

 
  • 0 Vote(s) - 0 Average
Web client NextPVR OSD mode questions
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#1
2017-03-08, 02:49 AM
Martin,

I've been using the web client with the NextPVR OSD mode since you enabled it.

Tonight I was trying out a few things and found my remote buttons for changing subtitles and audio tracks were no longer working. After some experimentation, I found that if I switched the web client from NextPVR OSD mode to the regular Kodi OSD mode (by pressing the back button), then the subtitle and audio buttons began working again. So in NextPVR OSD mode are there different keys/buttons to toggle the subtitles and audio track? Or does that mode just prevent these functions from being passed to the Kodi player?

Also, is there a way to switch back from the Kodi OSD mode to the NextPVR OSD mode?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,984
Threads: 956
Joined: May 2006
#2
2017-03-08, 05:25 AM
The A/V options should come up with the NextPVR standards Alt-Y and Alt-G

Exiting Full screen video is a Kodi keyboard function. It should be Esc with a keyboard not sure what you have for your remote with <button>FullScreen</button>

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#3
2017-03-08, 01:36 PM
mvallevand Wrote:The A/V options should come up with the NextPVR standards Alt-Y and Alt-G

On quick test, Alt-G didn't seem to do anything. And Alt-Y brings up a Kodi Context Menu pop-up that lists "VideoPlayer (Default)". I'll have to experiment with it more and get a debug log after work.

I like the idea of allowing the standard NextPVR keys work. But it would be nice if the standard Kodi function/procedure calls could also work. (For instance if I use the Kodi remote app on my iPhone to toggle/select subtitles, I'd like for it to work whether in Kodi OSD mode or in NextPVR OSD mode.)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,984
Threads: 956
Joined: May 2006
#4
2017-03-08, 02:14 PM
Checked here and these aren't exact matches since I wanted all choices. alt-g should be audio + subtitle and alt-y video options

Check your debug log and if the keys pass an action name rather than a number I might be able to do something.

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#5
2017-03-09, 12:56 AM
mvallevand Wrote:Checked here and these aren't exact matches since I wanted all choices. alt-g should be audio + subtitle and alt-y video options

Check your debug log and if the keys pass an action name rather than a number I might be able to do something.

OK. I did some testing with debugging enabled. See the kodi.log in the logs .zip which can be found here: https://bowmantech-my.sharepoint.com/per...iH8Oo6DmUM (I'm out of quota, so can't upload the logs here. Sad)

Here are the steps that I performed:
Code:
17:50 Turned on debug & enter X-NEWA & begin playing Stephen Colbert video
17:52:04 Pressed Subtitle button on remote (x2) (no visible reaction) (Key reported as KEY_TITLE then 0x2c with no action)
17:52:28 Pressed Audio button on remote (x2) (no visible/audible reaction) (Key reported as KEY_NUMERIC_POUND then 0x29 with no action)
17:53:32 Select subtitle cc1 via Kodi remote app on iphone (no visible display)
17:55:20 Select "Spanish" audio via Kodi remote app on iphone (seemed to switch audio track)
17:56:29 Select "English" audio via Kodi remote app on iphone (seemed to switch audio track)
17:58:10 Pressed space key on keyboard (to make sure keyboard active) (paused video)
17:58:13 PRessed space key on keyboard (video resumed)
17:59:34 & 17:59:40 & 17:59:47 Pressed Alt-g on keyboard (no visiable/audible reaction)
18:00:14 Pressed Alt-y on keyboard (Kodi Context Menu popup displayed)
18:00:31 Pressed Esc on keyboard to exit Context Menu
18:01:46 Select subtitle cc1 via Kodi remote app on iphone (no visile display)
18:02:24 Pressed back button on remote to switch from NextPVR OSD to Kodi OSD (subtitles begin being displayed)
18:03:45 Pressed stop
18:04:11 Resumed video play
18:05:19 Pressed Subtitle button on remote (x2) (no visible reaction) (Key reported as KEY_TITLE then 0x2c with no action)
18:06:06 Pressed back button on remote to switch from NextPVR OSD to Kodi OSD (no subtitles displayed)
18:06:20 Pressed info button to make sure now in Kodi OSD mode
18:07:08 Pressed Subtitle button on remote (Key reported as KEY_TITLE then 0x2c with Action NextSubtitle) (subtitles display)
18:07:55 Pressed stop
18:08:03 Toggle debug off
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,984
Threads: 956
Joined: May 2006
#6
2017-03-09, 03:41 AM
For now I can't see I can do much with that Kodo remote The JSON API doesn't play with API calls it plays with the OSD and assumes Kodi skins. What I was hoping to see with ShowSubtitles which is what I can get with the T key to enable Descriptive Video/CC'ing

Trying Hardy keycode for 0xf200 means the key is not defined in your setup so some keys won't be processed by web client. To get back to web client OSD you need to find a key that returns FullScreen to Kodi like the Esc key does, eg.

08:58:05.615 T:12660 DEBUG: CInputManager::OnKey: escape (0xf01b) pressed, action is Fullscreen

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#7
2017-03-09, 01:37 PM
Hey, Martin. Sorry, but I'm not following your responses very well...

mvallevand Wrote:For now I can't see I can do much with that Kodo remote The JSON API doesn't play with API calls it plays with the OSD and assumes Kodi skins. What I was hoping to see with ShowSubtitles which is what I can get with the T key to enable Descriptive Video/CC'ing

It's not a deal breaker for the Kodi remote app to not work, but it would be nice. But I do really want to figure out how to at least get the subtitles displayed somehow. Do you mean that pressing the T key should work? I tried that, too, and it didn't seem to work for me either. Any idea why Alt-g seems to work for you but not for me?

mvallevand Wrote:Trying Hardy keycode for 0xf200 means the key is not defined in your setup so some keys won't be processed by web client. To get back to web client OSD you need to find a key that returns FullScreen to Kodi like the Esc key does, eg.

08:58:05.615 T:12660 DEBUG: CInputManager::OnKey: escape (0xf01b) pressed, action is Fullscreen

I think "Trying Hardy keycode for 0xf200..." has a typo, but I can't quite figure out what it is supposed to be. Smile I can see if I've already got a button which maps to action Fullscreen, and if not, configure one to do that.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,984
Threads: 956
Joined: May 2006
#8
2017-03-09, 02:35 PM
The T works outside web client I can probably get ShowSubtitle working.

ALT g is likely not supported by your configuration hence the hardy code return.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,984
Threads: 956
Joined: May 2006
#9
2017-04-05, 12:33 AM
@BrettB how would you like to invoke this? I have the # on the remote (labeled subtitle on the Hauppauge remote) and T and # on the keyboard.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Skip no longer works on NextPVR New Client jcjefferies 6 829 2024-12-20, 01:37 PM
Last Post: mvallevand
  Client Install Problem jcjefferies 5 1,255 2023-09-07, 02:43 AM
Last Post: sub
  X-NEWA client problem jcjefferies 2 1,096 2023-04-11, 05:01 PM
Last Post: jcjefferies
  Exiting one remote UI client causes both clients to exit BrettB 7 2,822 2020-12-24, 09:53 PM
Last Post: mvallevand
  NextPVR Timeout message in knewc baj1 3 2,280 2020-11-21, 07:11 PM
Last Post: mvallevand
  knewc 2.9.0 Release Dual Mode mvallevand 63 17,069 2020-10-14, 12:20 AM
Last Post: mvallevand
  Video Plays Under New Client UI cweseloh 18 5,228 2020-06-16, 06:16 PM
Last Post: mvallevand
  Changing the KNEWC UI Client Skin cweseloh 5 2,685 2020-05-04, 04:45 PM
Last Post: mvallevand
  knewc xml files in NextPVR-data jksmurf 3 2,362 2020-04-04, 10:44 PM
Last Post: jksmurf
  KNEWC 2.8.0 Can't Load UI Client with NPVR5 pkscout 10 4,753 2020-01-25, 09:07 PM
Last Post: pkscout

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode