PDA

View Full Version : Window ID - Movie Library & TV Library Titles


szsori
2007-03-13, 01:21
I'm using MC360 and I'm trying to modify it so the Videos button reads as "Movies" and the Movie Trailers button reads as "TV Shows". I'm also trying to remove the "Display Movie Trailers" option so "TV Shows" is always displayed. So far, that's pretty easy.

The part I can't figure out is how to use WindowActivate to go directly to a sub-section within the video library other than genres/title/actors/etc. Right now when I select Videos (library mode), I see "Movies", "TV Shows", and one other selection. I'd like the "Movies" button to go directly into the "Movies" section of the library. Same thing for "TV Shows", but I'd additionally like it to go into the "Title" subsection within "TV Shows".

I've tried WindowActivate(MyVideoLibrary, Movies) and WindowActivate(MyVideoLibrary, TV Shows), but even if that would have worked, I'm lost when trying to go the additional step into "Title".

Thanks for any help someone can give me. I plan on cleaning this up once I'm done and releasing it as a mod for MC360, since I think other people might prefer this setup as well, now that the TV scrapers are in place.

spiff
2007-03-13, 01:30
its on my list, just not done yet.

szsori
2007-03-13, 01:31
Thanks! :)

spiff
2007-03-13, 01:46
Revision: 8113
http://svn.sourceforge.net/xbmc/?rev=8113&view=rev
Author: spiff_
Date: 2007-03-12 15:44:41 -0700 (Mon, 12 Mar 2007)

Log Message:
-----------
added: shortcut strings for tvshow nodes in video library.

movies, moviegenres, movieactors, movieyears, moviedirectors, movititles, tvshows, tvshowgenres, tvshowactors, tvshowyears, tvshowdirectors, tvshowtitles

have fun.