INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Remote command "Show OSD" has no effect  (Read 949 times)

JeTie

  • Junior Woodchuck
  • **
  • Posts: 87
Remote command "Show OSD" has no effect
« on: July 06, 2015, 03:12:08 pm »

I've upgraded from MC19 to MC20.0.124 - all looks fine so far but "Show OSD" does not work as it used to be.

During Video playback (HQ) in MC19 the time bar used to show up but in MC20 nothing happens.
The config in MC20 looks OK; I even learned the command again but to no avail.

Showing the OSD via up/down buttons works like before.

I'm wondering whether "Show OSD" has been scrapped in MC20 for it isn't present in the "Add" command list either.
Any ideas?

Thanks, Jens
Logged

JeTie

  • Junior Woodchuck
  • **
  • Posts: 87
Re: Remote command "Show OSD" has no effect [Solved]
« Reply #1 on: July 06, 2015, 03:48:20 pm »

Happily solved  :D
"Show OSD" was of my own design, I just realized, i.e. a custom command with the purpose to show the timeline OSD with just 1 click.

MC_OSD.vbs
Code: [Select]
Dim oShell, mcVer
Set oShell = WScript.CreateObject ("WScript.Shell")
mcVer = "20"

' Show On Screen Display: Time
oShell.run "MC" & mcVer & ".exe /MCC 10051"

Set oShell = Nothing
Logged
Pages: [1]   Go Up