![]() |
|
|||||||
| Horizonz Subforum for the Horizonz skin (and mods for/of it). |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Member
Join Date: Nov 2008
Posts: 40
![]() |
I modified xml files to get two menus (Kids and Dad) in Home screen instead of one Movies menu.
Here is what I did: I made two smart playlists. One named Kids that includes family genre movies and one named Dad that excludes family genre movies. In strings.xml I changed CLIP to KIDS and ADULT to DAD. In Sources.xml I put new source with path to playlists/video. In Homescrollers.xml I changed clips and adult: <onclick>XBMC.ActivateWindow(MyVideoFiles,path to playlist/Kids.xsp)</onclick> and <onclick>XBMC.ActivateWindow(MyVideoFiles,path to playlist/Dad.xsp)</onclick> In Home Shortcuts I selected Clips and Adult and deselected Movies. In Backgrounds I selcted folders for Clips and Adult. Now in Home screen i have Kids and Dad instead of Movies. And I can see scraped info. BUT: View types avalable are List, Poster and Showcase. List view works as it should. In poster view it doesn't show thumbnail of selected movie, only reflection. In Showcase (that is what I want to use) movie thumbnail doesn't slide to the left when info pane slides in. So info pane will be on top of the thumbnail. Any Ideas how to fix this? EDIT: I changed MyVideoFiles to MyVideoLibrary in Homescrollers.xml and now I have two movie libraries in library mode instead of one. Sweet. EDIT 2: I also added 'return' as a parameter to the activatewindow call (thanks to jmarshall), so it will take only one step to get back to the main menu. Last edited by 123ccd; 2008-11-30 at 17:03. Reason: found the solution |
|
|
|
|
|
#2 | |
|
Fan
Join Date: Feb 2008
Posts: 334
![]() |
Quote:
I have to click the "exit" button on my remote many times to go from viewing my movies to get to the main menu. Thanks Martin |
|
|
|
|
|
|
#3 |
|
Member
Join Date: Nov 2008
Posts: 40
![]() |
Open Homescrollers.xml.
Find: <item id="6"> <label>31006</label> ... <onclick>XBMC.ActivateWindow(MyVideoLibrary,moviet itles)</onclick> Change it to: <onclick>XBMC.ActivateWindow(MyVideoLibrary,moviet itles,return)</onclick> Now you go from movie library to main menu with one click. |
|
|
|
|
|
#4 | |
|
Fan
Join Date: Feb 2008
Posts: 334
![]() |
Quote:
|
|
|
|
|
|
|
#5 |
|
Skilled Skinner
Join Date: Jun 2008
Location: London, UK
Posts: 561
![]() |
thats what im talking about... people througing ideas around and helping each other out... great stuff 123ccd
|
|
|
|
|
|
#6 |
|
Senior Member
Join Date: Dec 2008
Posts: 100
![]() |
Doesnt work for me :<
<onclick>XBMC.ActivateWindow(MyVideoFiles,plugin ://video/Apple Movie Trailers II/,return)</onclick> any other suggestions? |
|
|
|
|
|
#7 | |
|
Alaska Group
Join Date: Jun 2008
Location: Scotland
Posts: 338
![]() |
Quote:
Code:
<onclick>XBMC.ActivateWindow(24,plugin://video/Apple Movie Trailers II,return)</onclick> this is the safe way of doing as with bbc iplayer if you use library mode you get the incorrect names not sure if it does it for that plugin. |
|
|
|
|
|
|
#8 |
|
Skilled Skinner
Join Date: Jun 2008
Location: London, UK
Posts: 561
![]() |
that sounds cool rocky5
|
|
|
|
|
|
#9 |
|
Senior Member
Join Date: Dec 2008
Posts: 100
![]() |
I played around with it and
XBMC.ActivateWindow(24,plugin://video/Apple Movie Trailers II,return) does not work to well with Antlantis release but.. <onclick>XBMC.ActivateWindow(MyVideoLibrary,plugin ://video/Apple Movie Trailers II,return)</onclick> works fine on mac version at least.. So thanks all... |
|
|
|
|
|
#10 |
|
Member
Join Date: Nov 2008
Posts: 40
![]() |
Now I have more than two smart playlists. I uploaded screen capture video to youtube to demonstrate Plex and Horizonz to my friend. If you are interested how Horizonz looks with these playlists you can watch it here:
http://www.youtube.com/watch?v=MlnTlUAJiXQ |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|