voyagerxp
Senior Member Posts: 174 Joined: Feb 2012 Reputation: 0 |
2012-05-04 18:21
Post: #1
Quick question, can i change the order of the buttons on the main menu. I say this because i've split my main movies from the children's movies using smart playlists and adding them on the custom buttons but they my movies and cartoons buttons are at the bottom of my main menu. I'd like them in order if possible but can't see any option.
|
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2012-05-04 20:57
Post: #2
nope that's not possible.
the only way to get it done is modify the skin xml code. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
voyagerxp
Senior Member Posts: 174 Joined: Feb 2012 Reputation: 0 |
2012-05-04 21:32
Post: #3
Ok m8 was worth an ask
|
| find quote |
steve1977
Posting Freak Posts: 1,577 Joined: Dec 2006 Reputation: 0 |
2012-05-13 07:29
Post: #4
(2012-05-04 18:21)voyagerxp Wrote: Quick question, can i change the order of the buttons on the main menu. I say this because i've split my main movies from the children's movies using smart playlists and adding them on the custom buttons but they my movies and cartoons buttons are at the bottom of my main menu. I'd like them in order if possible but can't see any option. It appears that editing the main menu with smart playlist is becoming more and more popular!!! Two related questions: 1) Did someone figure out yet how those smart-list menu items can work together with "recently added" script. Taking your example, any chance to have "recently added children's movies" show up on the main screen? 2) Ronie, could you consider adapting the feature to change the order of the menu items as requested by user voyagerxp. I can imagine that this is becoming more relevant more and more relevant given the high number of users requesting smart-list-design menu items. Thanks in advance! Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 12 GB DDR3 | 256 GB SSD, 40 TB (1 x 4 TB, 6 x 3TB, 9 x 2 TB) HTPC 1: Apple Mac Mini (mid-2011) | Intel Core i5 2.5 GHz | 4GB DDR3 | 500 GB HTPC 2: Apple Mac Mini (mid-2007) | Intel Core 2 Duo 2.0 GHz | 4 GB DDR2 | 16 GB SSD |
| find quote |
Mudislander
Skilled Skinner Joined: Jun 2009 Reputation: 20 |
2012-05-13 07:37
Post: #5
(2012-05-13 07:29)steve1977 Wrote: It appears that editing the main menu with smart playlist is becoming more and more popular!!! Two related questions: Re Question 1 - This script Random and Last Items , needs quite a bit of work to implement it though. |
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2012-05-13 17:29
Post: #6
(2012-05-13 07:29)steve1977 Wrote: 2) Ronie, could you consider adapting the feature to change the order of the menu items as requested by user voyagerxp. it's simply not possible to make the menu order user configurable. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
steve1977
Posting Freak Posts: 1,577 Joined: Dec 2006 Reputation: 0 |
2012-05-13 19:24
Post: #7
(2012-05-13 17:29)ronie Wrote:(2012-05-13 07:29)steve1977 Wrote: 2) Ronie, could you consider adapting the feature to change the order of the menu items as requested by user voyagerxp. Got it. Thanks for your quick reply. One other thought - would it be possible to integrate the script from above post into Transparency. If I read the linked thread correctly, it has been integrated into a Confluence Mod. If this would make it into Transparency, I could come up with my own "order" through custom menu points. Basically, I would then only work with custom menus and remove all "normal" menus. I would then have 6 smart playlist on custom menu items. What prevents me now is the implementation of the script as I cannot live without "recently added ;-) 1) Movies (w/o concerts) 2) Concerts 3) TV Shows (w/o documentaries) 4) Documentaries 5) Home videos 6) Sports Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 12 GB DDR3 | 256 GB SSD, 40 TB (1 x 4 TB, 6 x 3TB, 9 x 2 TB) HTPC 1: Apple Mac Mini (mid-2011) | Intel Core i5 2.5 GHz | 4GB DDR3 | 500 GB HTPC 2: Apple Mac Mini (mid-2007) | Intel Core 2 Duo 2.0 GHz | 4 GB DDR2 | 16 GB SSD |
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2012-05-13 23:03
Post: #8
(2012-05-13 19:24)steve1977 Wrote: One other thought - would it be possible to integrate the script from above post into Transparency.never say never, but i currently have no intention to add it. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
DaMizZa
Senior Member Joined: Dec 2010 Reputation: 2 Location: Saskatchewan, Canada |
2012-05-14 22:28
Post: #9
(2012-05-04 18:21)voyagerxp Wrote: Quick question, can i change the order of the buttons on the main menu. I say this because i've split my main movies from the children's movies using smart playlists and adding them on the custom buttons but they my movies and cartoons buttons are at the bottom of my main menu. I'd like them in order if possible but can't see any option. You can do it, it just requires some tinkering with the xml files. You may first want to backup your config files before editing them, and set up a button on your remote/keyboard to reload the skin in the event of something getting borked, as you'll be given just a black screen and the very top bar if there's any errors. Edit the ~/.xbmc/addons/skin.transparency/720p/Includes_Home.xml file and find the following line if you use the vertical menu: Code: <include name="VerticalMenu">Code: <include name="HorizontalMenu">Under this tag, you should have <item id="#"> lines. Simply cut & paste the full <item id="#"> to </item> lines and paste them where you want that particular menu item to appear. So just take the custom menu entries you created, and (this requires a little figuring out as to what is what, but it shouldn't be too hard) paste them above/below/between the existing menu items where ever you'd like to have them. Best of luck! XBMCbuntu {Frodo} - Ubuntu 12.04 (Main): Intel Q6600 [2.4GHz Quad Core], 4GB DDR3, nVidia GT-210, Antec Fusion Case (iMon LCD), PS3 BD Remote XBMC Live {Frodo} - Ubuntu 10.04 (Bedroom): Intel Atom D510 [1.66GHz Dual Core], ION Graphics, 2GB DDR2, PS3 BD Remote |
| find quote |
steve1977
Posting Freak Posts: 1,577 Joined: Dec 2006 Reputation: 0 |
2012-07-21 13:51
Post: #10
Looks like Frodo will bring a long waited function (multiple movie libraries). Will T! be supporting this and what's the status? See posts below:
http://forum.xbmc.org/showthread.php?tid=111155&page=6 Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 12 GB DDR3 | 256 GB SSD, 40 TB (1 x 4 TB, 6 x 3TB, 9 x 2 TB) HTPC 1: Apple Mac Mini (mid-2011) | Intel Core i5 2.5 GHz | 4GB DDR3 | 500 GB HTPC 2: Apple Mac Mini (mid-2007) | Intel Core 2 Duo 2.0 GHz | 4 GB DDR2 | 16 GB SSD |
| find quote |


Search
Help