Posts: 14
Joined: Nov 2010
Reputation:
0
2011-07-09, 18:46
(This post was last modified: 2011-07-09, 20:06 by Fuddster.)
Hello Myth!
! ! ! This Tutorial Section is AWESOME ! ! !
Rearanged this for Neon and everything is working BEAUTIFULLY!!!!!!
THANK U VERY MUCH!!!!
Fuddster
Posts: 2
Joined: Aug 2011
Reputation:
0
Thx for this tut Myth, it is extremely well writen and easy to follow..
I've added some mods to make it work in windows, but everything works perfectly for me..
I just have som questions:
1. When the menu is vertical, which i prefer, and you create about 8 menues they start hidding in the bottom of the screen.
my home menu looks like this
-Movies
-Movies 3D
-Cartoons
-Tv Shows
-Superhero Movies
-Superhero Series
-Animated Superhero Movies
-Animated Superhero Series
-Settings
Now settings is only half shown and i would still like to add "Dokumentaries" and "comedy" but then it would hide even further.
2. secondly i would like to make the menus wider because my tiltles are a bit long (ex. Animated superhero movies and Animated Superhero Series). Both titles only show Animated super... It would be cool to streech so i can view the whole title.
Hope someone has an idea to this.
/azi
Posts: 1
Joined: Aug 2011
Reputation:
0
Hi Myth and Others..
This is a great thread, and I have finally added Documentaries etc to the Home Screen.
I Can see that sub-menus is mentioned, and i have tried, but for the life of me, i cant find the way to add a sub-menu to confluence.
Bascially i want to have in the home screen:-
- DOCUMENTARIES
- Submenu - BBC
- Submenu - Nat Geo
- Submenu - Discovery Channel
I am sure you get the point and obviously BBC, Nat Geo and Disco will link to the smart Playlist I have already created.
If I could just have someone point me in the right direction regarding the Confluence Skin Sub-Menus, I would appreciated it alot.
Keep up the good work everyone.
Gmhhsv99
Posts: 1
Joined: Sep 2011
Reputation:
0
Hi guys
Im new to XBMC and this looks like its exactly what I need.
As I'm a complete noob with xbmc and have done no file editing how would I create home menus for 3 seperate folders MOVIES (already there), UNWATCHED MOVIES & ANIMATION. Thats pretty much all I want on the home menu really.
All my films are stored on an external hard drive under drive X:\
Does xbmc see shortcuts? As I was previously using mediabrowser I used to have my movies and unwatched in the same folder with a shortcut to the unwatched folder. I then deleted the film outside of mediabrowser when it had been watched.
Would this work with xbmc?
Thanks for any help anyone can give on how to adjust the code to show my movies on the menu.
Posts: 2,838
Joined: Dec 2006
Reputation:
2
2011-10-02, 04:51
(This post was last modified: 2011-10-03, 04:26 by steve1977.)
This is indeed a very cool tutorial, very well done. Thank you!!!
A few questions:
1) When building a playlist for all movies excl 3D movies, will this still allow me to have XBMC later sort (e.g., only 2010 movies) or does this ability "die" when working with a playlist rather than the full library?
2) When removing "TV Shows" in main menu and replacing with a new "custom button TV Shows", how can I keep the "recently added script functioning?
3) Anyone has tried whether all of this is still working with the new DB structure in Eden?
4) Anyone figured out yet what's the easiest way to have changes "survive" an skin and/or XBMC update?
Again, thanks so much!!!
Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 16 GB DDR3 | 128 GB SSD, 82 TB (9 x 6 TB, 7 x 4 TB)
HTPC 1: Raspberry Pi 2 | HTPC 2: Raspberry Pi 2 | HTPC 3: Raspberry Pi
Posts: 3
Joined: Feb 2012
Reputation:
0
ok so i'm having probs getting my files to show up so i've got something wrong. i want to add buttons for Comedians, Home Movies & Music Videos.
i've managed to get the button to show up on the home menu but when i
select it i get a blank box.
xbmc is on c: drive, all my media is on d: drive with the following mapping..
d:\
Comedians
Movies
Music Videos
Tv Shows
settings as such ..
Comedians.xsp
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Comedians</name>
<match>one</match>
<rule field="path" operator="startswith">d:/Comedians/</rule>
<order direction="ascending">title</order>
</smartplaylist>
i've also tried /Comedians/, /d/Comedians/, smb://servername/Comedians/
and button ..
<item id="17">
<label>Comedians</label>
<onclick>ActivateWindow(10025,"special://profile/playlists/video/Comedians.xsp",return)</onclick>
</item>
for now i'm just trying to get a listing to work so i haven't done anything
for fanart/icons etc. any help would be appreciated thx.
Posts: 53
Joined: Nov 2010
Reputation:
3
Did you add them to your library? XBMC smartlists filter your library for items matching your rules.
Posts: 46
Joined: Jan 2012
Reputation:
0
cank
Junior Member
Posts: 46
Great idea. I got this working in Confluence by going to the Home.xml file. I found the right location when I searched for "Weather". It took me right to the spot where the item id's are, added the code and bam, new home menu items listed!
However, I haven't found where I can add the Sub Menu code, but for now I still have the Video menu.
This is Awesome. xbmc gets better every day!
Posts: 6
Joined: Mar 2012
Reputation:
0
Hey meth, great tutorial.
I am also having a little trouble like Chemlab, when clicking into Docos, it comes up with nothing. I have already added them to my library.
I am however using Aeon Nox, and have just gone into settings>skin>playlist>Add Video Playlist to Home Menu, and added Docos into there.
My docos folder is located at T:/Docos/
Posts: 52
Joined: Jan 2012
Reputation:
2
Nice tutorial for a very frequently asked question. It's rather code-y though. Can you update the opening post to mention that you can create the smart playlist within XBMC too, not just writing it from scratch?
Also, most skins allow you to add favorites to the home menu, so an alternative is to add the playlist to favorites, then add them. Easier than editing the xml by hand, and skin updates won't break it. Some skins allow adding video playlist to the menu straightaway (I know Aeon Nox does).