INTERACT FORUM

Please login or register.

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

Author Topic: Keyboard Shortcut ->Change Library  (Read 2765 times)

StuckMojo

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 381
  • Change this by choosing profile
Keyboard Shortcut ->Change Library
« on: September 07, 2011, 04:55:33 pm »

Is it possible to create a Keyboard Shortcut to swap between librarys like the zones shortcut?

Now that i have two local Librarys i would like to change from one library to the other with remote control.
Therefore i need a Keyboard shortcut for my remote control.
Or it would be nice if it could be integrated in theater view like zones in playing now.
Or is there an other way to manage this? ? (Without using Media Center with different Command Line starting Parameters,please.)
Logged
Lian Li PC-C60B HTPC Case
(Soundgraph Imon Display + Remote Control)
Asus M4A87TD/USB3 + 8GB DDR3
AMD Athlon II X4 605e 4x2,3Ghz (45W TDP)
Onkyo TX-NR906
Teufel System 5 THX Select 2

Lasse_Lus

  • Citizen of the Universe
  • *****
  • Posts: 999
Re: Keyboard Shortcut ->Change Library
« Reply #1 on: September 08, 2011, 06:52:24 am »

Is it possible to create a Keyboard Shortcut to swap between librarys like the zones shortcut?
....(Without using Media Center with different Command Line starting Parameters,please.)

why not benefit from the functions that exists (mc16.exe) ? you have MCC_LOAD_LIBRARY
MCC 20025, [int nLibraryIndex]

or  /Library <library name>
Logged
MT5FR

Vocalpoint

  • Citizen of the Universe
  • *****
  • Posts: 2007
Re: Keyboard Shortcut ->Change Library
« Reply #2 on: September 08, 2011, 02:51:11 pm »

why not benefit from the functions that exists (mc16.exe) ? you have MCC_LOAD_LIBRARY
MCC 20025, [int nLibraryIndex]

or  /Library <library name>


Lasse,

Can you elaborate on just how you would use these existing functions in a "keyboard" shortcut? Or even a Windows desktop shortcut? This could be handy for me.

VP
Logged

Lasse_Lus

  • Citizen of the Universe
  • *****
  • Posts: 999
Re: Keyboard Shortcut ->Change Library
« Reply #3 on: September 08, 2011, 03:26:39 pm »

sure vp :)

open up .\.\Data\Default Resources\Resource.xml or rather Custom Resources
(if you have not done it, create a new folder under data named custom resources and copy the files from default, then your settings will be safe even if you reinstall MC)

choose your key..and enter something like this..

<Entry Key="Ctrl;9" Command="20025," Param="5" />

i had my on 5, there was a bunch of dlna librarys that i did not know of from 1-4
0 is the default library..

or create a textfile on the desktop with

mc16.exe /Library "your library name"

or mc16.exe /MCC 20025,5 and save it as a bat file (.bat)

you can also set up keyboard shortcuts under options/Remote control

quick and simple
Logged
MT5FR

StuckMojo

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 381
  • Change this by choosing profile
Re: Keyboard Shortcut ->Change Library
« Reply #4 on: September 08, 2011, 08:20:14 pm »

Thanks,That's what I wanted! ;)

One more Question.
Is there a command "Number" for switching through library's like zone switching.
If Yes,What is the Command="xxxxx," Param="x" for this.
A one button solution for my remote control to switch between librarys would be nice.
Logged
Lian Li PC-C60B HTPC Case
(Soundgraph Imon Display + Remote Control)
Asus M4A87TD/USB3 + 8GB DDR3
AMD Athlon II X4 605e 4x2,3Ghz (45W TDP)
Onkyo TX-NR906
Teufel System 5 THX Select 2

Lasse_Lus

  • Citizen of the Universe
  • *****
  • Posts: 999
Re: Keyboard Shortcut ->Change Library
« Reply #5 on: September 09, 2011, 01:40:56 am »

Thanks,That's what I wanted! ;)

One more Question.
Is there a command "Number" for switching through library's like zone switching.
If Yes,What is the Command="xxxxx," Param="x" for this.



that's good mojo,..

you have them here http://wiki.jriver.com/index.php/Media_Center_Core_Commands#Specifying_Zones

<Entry Command="10011" Text="Toggle Zone" Param="-1" />
<Entry Command="10011" Text="Set Zone" Param="x" />

[ctrl]t is default for toggle between zones

Quote
A one button solution for my remote control to switch between librarys would be nice.

under options/Remote control, you can set up one button solutions really easy, with chains of commands,  but i'm not aware of any toggle library..but you can build it with a batfile or similar
Logged
MT5FR

StuckMojo

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 381
  • Change this by choosing profile
Re: Keyboard Shortcut ->Change Library
« Reply #6 on: September 09, 2011, 06:22:37 am »

Thanks for helping.
Logged
Lian Li PC-C60B HTPC Case
(Soundgraph Imon Display + Remote Control)
Asus M4A87TD/USB3 + 8GB DDR3
AMD Athlon II X4 605e 4x2,3Ghz (45W TDP)
Onkyo TX-NR906
Teufel System 5 THX Select 2
Pages: [1]   Go Up