Keymap to Tv SHows and Movies
#1
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
Reply
#2
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
- - - Tribute to Metallica - - -
If I managed to help you, please click my reputation
Reply
#3
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?
Reply
#4
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>
- - - Tribute to Metallica - - -
If I managed to help you, please click my reputation
Reply
#5
thanks
Reply
#6
Glad you got it sorted!

cheers
- - - Tribute to Metallica - - -
If I managed to help you, please click my reputation
Reply
#7
This doesn't work here. Still getting folder view.
Reply

Logout Mark Read Team Forum Stats Members Help
Keymap to Tv SHows and Movies0