Kodi Community Forum
Keymap to Tv SHows and Movies - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Keymap to Tv SHows and Movies (/showthread.php?tid=125961)



Keymap to Tv SHows and Movies - konradwalsh - 2012-03-19

Hey
I have searched through the threads and cannot find a specific solution to this.. if someone knows of one.. I will delete this thread

I have a Harmony One+ and I want to create to button maps..

I want to have a button go directly to TV Shows and one go directly to Movies..

I dont mean to videos or the folder equivalents.. I mean the Library location for TV Shows as if I selected it from the menu..

Any ideas - I have been trying to figure out the window IDs thing but that seems to only list the folders like in videos..

thanks for anyones assistance


RE: Keymap to Tv SHows and Movies - mad-max - 2012-03-19

If you're running Dharma it's here:
Code:
<g>ActivateWindow(VideoLibrary,TvShowTitles,return))</g>
<h>ActivateWindow(VideoLibrary,MovieTitles,return))</h>
<k>ActivateWindow(MusicLibrary,Artists,return)</k>
<l>ActivateWindow(VideoLibrary,MusicVideoTitles,return)</l>

mad-max


RE: Keymap to Tv SHows and Movies - konradwalsh - 2012-03-19

Hey
thanks for the detailed reply.. much appreciated.. I need to start over cause that looks just like mine.. but I am running eden.. that the difference?


RE: Keymap to Tv SHows and Movies - mad-max - 2012-03-19

Yep, that's the difference...
For Eden you need:

Code:
<g>ActivateWindow(Videos,TvShowTitles,return))</g>
<h>ActivateWindow(Videos,MovieTitles,return))</h>
<k>ActivateWindow(MusicLibrary,Artists,return)</k>
<l>ActivateWindow(Videos,MusicVideoTitles,return)</l>



RE: Keymap to Tv SHows and Movies - konradwalsh - 2012-03-19

thanks


RE: Keymap to Tv SHows and Movies - mad-max - 2012-03-19

Glad you got it sorted!

cheers


RE: Keymap to Tv SHows and Movies - schumi2004 - 2012-04-30

This doesn't work here. Still getting folder view.