INTERACT FORUM

More => Old Versions => JRiver Media Center 18 for Windows => Topic started by: NickF on October 29, 2012, 10:40:40 am

Title: Change Zones from inside Theater View
Post by: NickF on October 29, 2012, 10:40:40 am
Is there a way to change zones from within Theater View?  I have a number of options at the secondary roller level such as Music, Movies and TV.  I want a different zone selected for each of these to set my preferred settings for Audio and Video.  I know I can have an option to launch a program using MC18.exe and this works fine but I can't nest other options under it.

Is there a way to use a Core Command from within an expression so I can use Rules for Display?  Or is there a better way?

Any help much appreciated.

Nick.
Title: Re: Change Zones from inside Theater View
Post by: Matt on October 29, 2012, 10:49:52 am
Zones are listed in the secondary roller under 'More'.  They're on the right side.
Title: Re: Change Zones from inside Theater View
Post by: locust on October 29, 2012, 11:05:21 am
If you have a remote you may be able to make two commands one for audio and one for video each having two runs, the first run would set the view and the second would set the zone. Using the core commands below, that way you would only need to press one button, to get to the desired area and to set the zone. Although I am unsure whether or not it is possible to make command 10011 set the desired zone you want in a run rather than just toggle. Is there a way to find out the nZoneIndex of your zones and use them in the command?

Hope this helps

22001 MCC_THEATER_VIEW   0:Toggle, 1:Home, 2:Playing Now, 3:Audio, 4:Images, 5:Video, 6:Playlists, 7:CD & DVD, 8:TV
10011   MCC_SET_ZONE   int nZoneIndex (-1 toggles forward, -2 toggles backwards)
Title: Re: Change Zones from inside Theater View
Post by: NickF on October 29, 2012, 11:07:02 am
Zones are listed in the secondary roller under 'More'.  They're on the right side.
Thanks Matt, I had missed that.  It would be nice to make this automated, rather than having to make a manual selection.  Can I do it the way I was hoping?

Nick.
Title: Re: Change Zones from inside Theater View
Post by: Matt on October 29, 2012, 11:10:08 am
It would be nice to make this automated

If I understand correctly, you're asking for a feature we've committed to adding to v18:
http://yabb.jriver.com/interact/index.php?topic=74442.msg505027#msg505027

I'm not sure when it will happen, other than during v18.
Title: Re: Change Zones from inside Theater View
Post by: NickF on October 29, 2012, 11:11:17 am
If you have a remote you may be able to make two commands one for audio and one for video each having two runs, the first run would set the view and the second would set the zone. Using the core commands below, that way you would only need to press one button, to get to the desired area and to set the zone. Although I am unsure whether or not it is possible to make command 10011 set the desired zone you want in a run rather than just toggle. Is there a way to find out the nZoneIndex of your zones and use them in the command?

Hope this helps

22001 MCC_THEATER_VIEW   0:Toggle, 1:Home, 2:Playing Now, 3:Audio, 4:Images, 5:Video, 6:Playlists, 7:CD & DVD, 8:TV
10011   MCC_SET_ZONE   int nZoneIndex (-1 toggles forward, -2 toggles backwards)
Thanks Brian.  That would be OK when entering Theater View but once inside it and using the menus for navigation, that won't work.  Also, I have changed some of the roller option names so 22001 doesn't work.  It would be nice if that command worked by doing a match to a menu title.

Nick.
Title: Re: Change Zones from inside Theater View
Post by: NickF on October 29, 2012, 11:14:54 am
If I understand correctly, you're asking for a feature we've committed to adding to v18:
http://yabb.jriver.com/interact/index.php?topic=74442.msg505027#msg505027

I'm not sure when it will happen, other than during v18.
Yes, I think that is another way of achieving the same objective.  What I am asking for now is a way to switch zones on selection of a particular Theater View menu option.  So is using core commands within rules not possible?

Nick.
Title: Re: Change Zones from inside Theater View
Post by: MrC on October 29, 2012, 11:35:25 am
Yes, I think that is another way of achieving the same objective.  What I am asking for now is a way to switch zones on selection of a particular Theater View menu option.  So is using core commands within rules not possible?

Nick, add a new menu option to Theater View in Options, selecting External Program.  Then specify the MCC command line there.
Title: Re: Change Zones from inside Theater View
Post by: NickF on October 29, 2012, 12:07:53 pm
Nick, add a new menu option to Theater View in Options, selecting External Program.  Then specify the MCC command line there.
I tried this option but the problem with it is that you can't nest other menu items under it.  Or am I missing something?

Nick.
Title: Re: Change Zones from inside Theater View
Post by: MrC on October 29, 2012, 12:15:00 pm
Add a Category, and nest under that.
Title: Re: Change Zones from inside Theater View
Post by: rick.ca on October 29, 2012, 01:52:35 pm
I've dealt with this by programming a remote button with Ctrl+T to cycle zones, and modifying the skin to show the zone (along with the time) in the upper left corner.
Title: Re: Change Zones from inside Theater View
Post by: h8maintenance on October 29, 2012, 02:53:34 pm
I use "Add Media Center Command", scroll to the bottom of the command list and you'll have your own pre-defined zone already set-up there.