INTERACT FORUM

Please login or register.

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

Author Topic: Guide remote button  (Read 1532 times)

muzicman0

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1239
Guide remote button
« on: June 09, 2014, 12:15:14 pm »

Is it possible to open op Media Center in theater view and go directly to the guide?  I would like to make my remote's guide button do this using eventghost.  even if it is a key combo once inside theater view...

What about other area's like movies, shows, etc...is it possible to get MC to open to these views?

mm0
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71663
  • Where did I put my teeth?
Re: Guide remote button
« Reply #1 on: June 09, 2014, 12:28:59 pm »

Explore the options under Startup.

Programming options are in the Devzone.
Logged

muzicman0

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1239
Re: Guide remote button
« Reply #2 on: June 09, 2014, 12:50:16 pm »

So it looks like I can use a Media Center Core Command, and I see this on the page (here):

Code: [Select]
enum SHOW_THEATER_VIEW_MODES
{
    SHOW_THEATER_VIEW_MODE_TOGGLE_THEATER_VIEW,
    SHOW_THEATER_VIEW_MODE_HOME,
    SHOW_THEATER_VIEW_MODE_PLAYING_NOW,
    SHOW_THEATER_VIEW_MODE_AUDIO,
    SHOW_THEATER_VIEW_MODE_IMAGES,
    SHOW_THEATER_VIEW_MODE_VIDEOS,
    SHOW_THEATER_VIEW_MODE_PLAYLISTS,
    SHOW_THEATER_VIEW_MODE_CD_DVD,
    SHOW_THEATER_VIEW_MODE_TELEVISION,
    SHOW_THEATER_VIEW_MODE_TELEVISION_GUIDE,
    SHOW_THEATER_VIEW_MODE_TELEVISION_RECORDINGS,
    SHOW_THEATER_VIEW_MODE_LAST_VIEWED,
};

So it looks like I can start it in Guide mode (SHOW_THEATER_VIEW_MODE_TELEVISION_GUIDE), but I am not sure how to configure the command line argument...I can launch mc19.exe and add /MCC as an argument, but I am unsure where to go from there...

Can anyone help out with this?  I'm not a programmer, but I do work in technology (network engineer), so I can figure most stuff out, just lost on this one!

mm0
Logged

muzicman0

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1239
Re: Guide remote button
« Reply #3 on: June 09, 2014, 01:30:54 pm »

So I started plugging in random numbers, and discovered that:

Code: [Select]
mc19.exe /MCC 22001, 9

appears to do what I want with the guide.  I'll do more testing and see what happens.
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Guide remote button
« Reply #4 on: June 09, 2014, 01:58:14 pm »

I've updated the Wiki for the two modes that were not shown:

22001   MCC_THEATER_VIEW   0: Toggle, 1: Home, 2: Playing Now, 3: Audio, 4: Images, 5: Video, 6: Playlists, 7: CD & DVD, 8: TV, 9: TV Guide, 10: TV Recordings
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up