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.
123ccd
Junior Member Posts: 40 Joined: Nov 2008 Reputation: 0 |
2008-11-29 17:59
Post: #1
(This post was last modified: 2008-11-30 17:03 by 123ccd.)
|
| find quote |
Ayla
Fan Posts: 578 Joined: Feb 2008 Reputation: 0 |
2008-11-30 22:36
Post: #2
123ccd Wrote:EDIT 2: How exactly do I do that? 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 |
| find quote |
123ccd
Junior Member Posts: 40 Joined: Nov 2008 Reputation: 0 |
2008-11-30 23:15
Post: #3
Open Homescrollers.xml.
Find: <item id="6"> <label>31006</label> ... <onclick>XBMC.ActivateWindow(MyVideoLibrary,movietitles)</onclick> Change it to: <onclick>XBMC.ActivateWindow(MyVideoLibrary,movietitles,return)</onclick> Now you go from movie library to main menu with one click. |
| find quote |
Ayla
Fan Posts: 578 Joined: Feb 2008 Reputation: 0 |
2008-12-01 00:39
Post: #4
123ccd Wrote:Open Homescrollers.xml. Thanks a lot, I'll try it out right away ! |
| find quote |
xb2iris
Skilled Skinner Joined: Jun 2008 Reputation: 0 Location: London, UK |
2008-12-01 13:36
Post: #5
thats what im talking about... people througing ideas around and helping each other out... great stuff 123ccd
|
| find quote |
Ilia
Senior Member Posts: 296 Joined: Dec 2008 Reputation: 0 |
2008-12-17 23:30
Post: #6
Doesnt work for me :<
<onclick>XBMC.ActivateWindow(MyVideoFiles,plugin://video/Apple Movie Trailers II/,return)</onclick> any other suggestions? |
| find quote |
Rocky5
Alaska Group Joined: Jun 2008 Location: Scotland |
2008-12-18 01:01
Post: #7
Ilia Wrote:Doesnt work for me :< Code: <onclick>XBMC.ActivateWindow(24,plugin://video/Apple Movie Trailers II,return)</onclick> |
| find quote |
xb2iris
Skilled Skinner Joined: Jun 2008 Reputation: 0 Location: London, UK |
2008-12-18 15:10
Post: #8
that sounds cool rocky5
|
| find quote |
Ilia
Senior Member Posts: 296 Joined: Dec 2008 Reputation: 0 |
2008-12-19 01:44
Post: #9
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... |
| find quote |
123ccd
Junior Member Posts: 40 Joined: Nov 2008 Reputation: 0 |
2008-12-19 09:56
Post: #10
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 |
| find quote |

Search
Help