INTERACT FORUM

Please login or register.

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

Author Topic: Start in Theater View (Quick One)  (Read 2188 times)

thurston

  • World Citizen
  • ***
  • Posts: 160
Start in Theater View (Quick One)
« on: June 30, 2008, 10:55:40 am »

How do I create a desktop icon that will start MC in theater view?

I've seen this somewhere before but I now can't find it anywhere in the forum or wiki.

Thanks
Logged

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: Start in Theater View (Quick One)
« Reply #1 on: June 30, 2008, 11:45:49 am »

make a new shortcut to mc on your desktop. change the target to
MC12.exe /Mode Theater

more command lines here: http://wiki.jrmediacenter.com/index.php/The_Command_Line

 :)
gab
Logged

thurston

  • World Citizen
  • ***
  • Posts: 160
Re: Start in Theater View (Quick One)
« Reply #2 on: June 30, 2008, 12:26:27 pm »

This is what I was looking for!

Note to others attempting to accomplish this:
The shortcut must be created from the file called MC12.exe in the folder C:\WINDOWS\system32 (not the file called Media Center 12.exe in folder C:\Program Files\J River\Media Center 12).

Once the shortcut is created, right click on the shortcut, select Properties, select the Shortcut Tab, change the Target box to C:\WINDOWS\system32\MC12.exe /mode theater

Thanks Gappie!
Logged

glynor

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 19608
Re: Start in Theater View (Quick One)
« Reply #3 on: June 30, 2008, 05:30:36 pm »

Quick note... Since System32 should be in your search path in Windows, you don't need to specify c:\windows\blah\blah, just paste exactly what Gappie posted into the Shortcut's target box and it'll work.

Unless, of course, you've done some really weird stuff and excluded System32 from the search path.  Seems unlikely though.
Logged
"Some cultures are defined by their relationship to cheese."

Visit me on the Interweb Thingie: http://glynor.com/

JONCAT

  • Guest
Re: Start in Theater View (Quick One)
« Reply #4 on: July 07, 2008, 05:54:01 pm »

Do you guys see this bug?
 
When using a shortcut for C:\Windows\System32\MC12.exe   (with MC12.exe /Mode Theater as target in shortcut):

I get crashes on startup when the settings for

Options>Startup are anything other than Start.

Location doesn't seem to matter.

I'm setting up a remote to use a hotkey to load in Theater View (with above command line) for my wife with Zone 2 enabled, and then I can manually start MC (normally) in standard mode/audio when I'm using it. This should be possible right?

DC
Logged

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: Start in Theater View (Quick One)
« Reply #5 on: July 08, 2008, 03:46:11 am »

no crashes here. but on my system the letters in standard view are all messed up, or the pip is not visible in playing now theaterview. happens when using the command line or when you select thv as startup in options. i reported this several times on the beta forum, but i guess not much people have the same problem.
http://yabb.jriver.com/interact/index.php?topic=44823.0

 :)
gab
Logged

JONCAT

  • Guest
Re: Start in Theater View (Quick One)
« Reply #6 on: July 08, 2008, 09:18:23 am »

Thanks Gappie. Using Start as the startup location is the only way I can use the command line to load into Theater View or else it crashes.

DC
Logged

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: Start in Theater View (Quick One)
« Reply #7 on: July 08, 2008, 11:27:02 am »

one thing you could try is making a bat file. it does the same as i do with girder to ommit the display bugs. it starts mc in standard view, wait 2 seconds, and switches to Theater view.
(thanks benn600 for the ping command)

Code: [Select]
mc12.exe /start
ping -n 2 127.0.0.1 >NUL
MC12.exe /Mode Theater

 :)
gab

edit:
you could also use
Code: [Select]
mc12.exe /start
ping -n 2 127.0.0.1 >NUL
MC12.exe /mcc 22001,1
where you could change the mcc command to startup in theaterview in for instance playing now. mcc 22001,2

Logged
Pages: [1]   Go Up