![[Image: helpme.jpg]](http://s7.postimage.org/93y53mr2z/helpme.jpg)
I apologize in advance if this has already been covered I tried using search but I am unsure if I am using the right terms.
Thanks for any assistance that can be provided.
mharris
Junior Member Posts: 6 Joined: Feb 2012 Reputation: 0 |
2012-02-17 21:21
Post: #1
I recently upgraded my Apple TV with XBMC to Eden B3. Prior to this my Video Tab in the Home Screen only had 3 items "Movies", "TV" and "Add-ons" It now has added "Files" and "Library". I would like it to be just like it was before.
![]() I apologize in advance if this has already been covered I tried using search but I am unsure if I am using the right terms. Thanks for any assistance that can be provided. |
| find quote |
mad-max
Posting Freak Joined: Jul 2010 Reputation: 52 Location: Germany |
2012-02-17 21:27
Post: #2
Check IncludesMainMenuItems.xml...
The first grouplist is for videos...there you find the buttons for files and library... mm |
| find quote |
mharris
Junior Member Posts: 6 Joined: Feb 2012 Reputation: 0 |
2012-02-17 22:02
Post: #3
MadMax,
Thanks for your quick response. Could you tell me where I might find "IncludesMainMenuItems.xml" and what I need to edit in the file? I couldn't find it in: /private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/skin.confluence/720p/ Thanks.
(This post was last modified: 2012-02-18 05:53 by mharris.)
|
| find quote |
mharris
Junior Member Posts: 6 Joined: Feb 2012 Reputation: 0 |
2012-02-18 22:22
Post: #4
Can anyone tell me where to find "IncludesMainMenuItems.xml" on my AppleTV2 Running XBMC Eden Beta 3?
|
| find quote |
mad-max
Posting Freak Joined: Jul 2010 Reputation: 52 Location: Germany |
2012-02-18 23:00
Post: #5
Hey mharris,
missed that one...sorry...it's includeshomemenuitems.xml |
| find quote |
mharris
Junior Member Posts: 6 Joined: Feb 2012 Reputation: 0 |
2012-02-18 23:09
Post: #6
What should be edited in the file?
Sorry I am not knowledgeable at all in xml. |
| find quote |
mad-max
Posting Freak Joined: Jul 2010 Reputation: 52 Location: Germany |
2012-02-18 23:43
Post: #7
To get rid of those two buttons, you need to delete the following control
Code: <control type="button" id="90105"> <include>ButtonHomeSubCommonValues</include> <label>744</label> 30. <onclick>ActivateWindow(Videos,Files,return)</onclick> </control> <control type="button" id="90106"> <include>ButtonHomeSubCommonValues</include> <label>14022</label> 35. <onclick>ActivateWindow(Videos,Root)</onclick> <visible>Library.HasContent(Videos)</visible> </control> |
| find quote |
mharris
Junior Member Posts: 6 Joined: Feb 2012 Reputation: 0 |
2012-02-18 23:50
Post: #8
Thanks it worked perfectly.
|
| find quote |
Amadeus
Junior Member Posts: 25 Joined: Feb 2012 Reputation: 0 |
2012-03-20 00:07
Post: #9
Hi there,
I'd like to remove these items as well. I'm happy editing XML, but is it something that is ever likely to be able to be done via the GUI? Just curious more than anything. There is a fine line between flexibility and overwhelming users with options they'll never use. thanks |
| find quote |
mad-max
Posting Freak Joined: Jul 2010 Reputation: 52 Location: Germany |
2012-03-20 09:24
Post: #10
I don't think that it will be ever available in the default skin as it is meant to be simple and easy for beginers...
That's why a lot of things are not included... Other skins have that option, but IMHO it's not the hardest thing to delete 5 lines of code
|
| find quote |