INTERACT FORUM

Please login or register.

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

Author Topic: Startup Into Theater View Windows v19  (Read 1649 times)

TerryC

  • Member
  • *
  • Posts: 3
Startup Into Theater View Windows v19
« on: February 22, 2014, 08:37:56 am »

Under v19 Tools/options/startup I have Location set to "Audio" and Mode set to "Theater View"
When startup the screen that has "audio: and setup still appears and I have to select audio before it will proceed the Theater View

Any was to by the screen and having to select Audio. I have all other options turned off on that scree...only audio and exit show.

Thanks
Logged

cncb

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2929
Re: Startup Into Theater View Windows v19
« Reply #1 on: February 22, 2014, 11:00:42 am »

I think the "Location" setting only applies to Standard View.  If you are using a remote control you can add a shortcut button to go to "Theater View: Audio".
Logged
-Craig    MO 4Media remote and player:  Android/TV/Auto | iOS | Windows 10/UWP

glynor

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 19608
Re: Startup Into Theater View Windows v19
« Reply #2 on: February 22, 2014, 12:18:09 pm »

So, just to be clear, you want it to open Theater View and then directly open the Audio top-level view?

I don't think the Location works for Theater View either, but I can make you a script that does it, I think.
Logged
"Some cultures are defined by their relationship to cheese."

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

NickF

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 861
Re: Startup Into Theater View Windows v19
« Reply #3 on: February 23, 2014, 05:07:38 am »

Location definitely only works for Standard View.

It sounds as though you only want to have Audio showing in Theater View.  The simplest way to get the next level of Audio at startup is to un-nest them from Audio.  Go to Tools > Options > Theater View and select the items from audio which you want and click unnest.  Then select each and click Move up to get them to the top of the list.  Now these will show at the top level when you start in Theater View.

Nick.
Logged
HTPC - Intel i5-760 CPU, Windows 7 64 bit, NVIDIA GTS450 Silent, RME 9632 with A04, BlackGold BGT3600; Video Processor - Lumagen Radiance XD Processor; Projector - ProjectionDesign Action Model 3 1080; Denon AVC-A1HD; 4 x Tannoy Berkley and Velodyne DD-10

TerryC

  • Member
  • *
  • Posts: 3
Re: Startup Into Theater View Windows v19
« Reply #4 on: February 23, 2014, 07:14:52 am »

Location definitely only works for Standard View.

It sounds as though you only want to have Audio showing in Theater View.  The simplest way to get the next level of Audio at startup is to un-nest them from Audio.  Go to Tools > Options > Theater View and select the items from audio which you want and click unnest.  Then select each and click Move up to get them to the top of the list.  Now these will show at the top level when you start in Theater View.

Nick.

I am trying to have the system start-up and go straight to Theater (Tiled Album covers) with me NOT having to click the "Audio" button. The Audio button and exit buttons  on that screen is fine I just do not wish to have to select it. Thanks
Logged

TerryC

  • Member
  • *
  • Posts: 3
Re: Startup Into Theater View Windows v19
« Reply #5 on: February 23, 2014, 07:18:09 am »

Thanks for the ideas guys.
Logged

BryanC

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2558
Re: Startup Into Theater View Windows v19
« Reply #6 on: February 23, 2014, 10:03:12 am »

Code: [Select]
MC19.exe /MCC 22001,3
Logged

glynor

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 19608
Re: Startup Into Theater View Windows v19
« Reply #7 on: February 23, 2014, 10:19:21 am »

You can use the following script:

Download: MC-Launch_Theater-ToAudio.zip

MC-Launch_Theater-ToAudio.wsf
Code: [Select]
<package>
   <job id="vbs">
      <script language="VBScript">
         'Create our handy dandy Shell object
set WshShell = WScript.CreateObject("WScript.Shell")

'Launch MC in Theater View Mode
WshShell.Run "mc19.exe /Mode Theater"

WScript.Sleep 500

'Switch to the Audio Section of Theater View
WshShell.Run "mc19.exe /MCC 22001,3"

'Make sure MC is on Top
WshShell.Run "mc19.exe /Start"
      </script>
   </job>
</package>

Then, set Windows to run this script on login.  The most reliable method for this is to make a Scheduled Task.

Note: This will only work if you have the default layout at the top level in MC's Theater View setup.  If you've moved the top-level views around (I have Video first in mine, for example), then it won't work.  You can change the views underneath the top level ones, of course.
Logged
"Some cultures are defined by their relationship to cheese."

Visit me on the Interweb Thingie: http://glynor.com/
Pages: [1]   Go Up