PDA

View Full Version : No more WINDOW_VIDEO_TITLE


TechPagan
2007-03-02, 18:05
I am upgrading my version of XBMC from XBMC-2.0.1-FINAL-FAT-T3CH to XBMC-SVN_2007-02-26_rev7937-T3CH. I customize the skin I use (mc360) for XBMC to make movie watching stupid proof for my wife. The problem I am having is I used to be able to dispaly my movie collection by title using ActivateWindow(WINDOW_VIDEO_TITLE) command in home.xml of the skin. It has been changed so now I have to use ActivateWindow(WINDOW_VIDEO_NAV). Doing it this way takes you to the library view where you can then select Title from a list of 6 selections. This extra step is apparently to difficult for my wife (yes she is blonde) to understand. Is there any way to get the Title view to come up without having to select if from the list? Any help would be appreciated.

jmarshall
2007-03-02, 23:10
ActivateWindow(MyVideoLibrary,Titles)

TechPagan
2007-03-03, 00:19
I feel like a moron; it works fine now. I will tell you I tried that exact thing first and it didn't work to my surprise. I checked what I typed in a previous version (windows vistas idea of automatic file backup) of home.xml and I typoed. Thanks yet again for saving the day jmarshall.