INTERACT FORUM
More => Old Versions => Media Center 12 (Development Ended) => Topic started by: Robo983 on November 19, 2007, 11:41:39 am
-
I have been searching this forum and can't say I found this one addressed.
Is there a way to add the Repeat function/button in Theater View? I see them in standard view and would like to have the ability to toggle it in Theater view as it is in the standard view. Even if there was a Hot Key or short cut, command, or anything that could be programmed to a Remote key. My kids and I both thank you if there is an answer to this.
-
under your remote buton you could put
mc12.exe /mcc 10006,0
this will toggle through the contious play modes.
its from here: http://wiki.jrmediacenter.com/index.php/Media_Center_Core_Commands
this also should work
mc12.exe /Command ToggleContinuous
http://wiki.jrmediacenter.com/index.php/The_Command_Line
-
Thanks, I looked at the command line link but didn't see this one. I use a Hauppauge remote and do not think it can handle sending cmd strings like this but I'll give it a shot.
-
you could try to define a hot key.
in C:\Program Files\J River\Media Center 12\Data\Default Resources
you find a file called Resource.xml. make a new folder called under data called: Custom Resources. copy the resource.xml to this new folder. open this file with notepad change the hotkeys to your liking.
there is also a wiki page about this: http://wiki.jrmediacenter.com/index.php/User_Defined_Global_Keyboard_Shortcuts
-
Thanks for your time :), clearly I need to start using the Wiki this was very helpful and should do the trick. I had been trying to use the help file built-in but it is lacking a lot of info and forgot about the wiki.