Kodi Community Forum
[ATV2] HOW-TO position XBMC button in first spot on ATV menu - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: iOS & tvOS (https://forum.kodi.tv/forumdisplay.php?fid=137)
+---- Thread: [ATV2] HOW-TO position XBMC button in first spot on ATV menu (/showthread.php?tid=94712)

Pages: 1 2 3 4 5


[ATV2] HOW-TO position XBMC button in first spot on ATV menu - EvilMonkey - 2011-02-19

hello,

i know that this is not exactly an XBMC thing, but i think there might be others who want the thing i just achieved for their ATV as well.

i was getting annoyed bei XBMC being the fourth button on th ATV menu. i have an ATV2 with just nitoTV installed and XBMC. so XBMC will be positioned after Movies, nitTV and Internet.

since i only have the ATV2 for XBMC, i wanted to optimize where XBMC is in the menu. Overflow was not an option for me, since i still would not be having XBMC in the first spot of the ATV menu.

if you want to do this, you only need to edit two files! Big Grin connect to your ATV either using SSH or like me, using a ftp client through a SFTP connection (use root as user).

WATCH OUT! STEP 2 HAS TO BE REDONE EVERYTIME YOU ARE UPDATEING XBMC!

1st file to edit: /Applications/AppleTV.app/Appliances/Movies.frappliance/Info.plist

look for those lines
Code:
<key>FRAppliancePreferedOrderValue</key>
<real>0.0</real>
and change the value in between real-tag to 2.0 - save file and close.

2nd file to edit: /Applications/XBMC.frappliance/Info.plist

look for those lines
Code:
<key>FRAppliancePreferedOrderValue</key>
<integer>2</integer>
and change the value in between integer-tag to 0 - save file and close.

after that yuo can simply reboot your ATV2 using nitoTV and after that you should be greeted with XBMC in first place of the menu. you can of course change the values and therefore the position of all menu options to your liking. XBMC in first was just the one i was looking for.

hopefully this little "hack" is useful to others. l8r. Cool


- Memphiz - 2011-02-19

Cool ... I will try that!


- Fire69 - 2011-02-19

Nice find! Nod

You wouldn't happen to know if editing some files will start XBMC automatically by any chance? Big Grin


- Maetrik - 2011-02-19

Great, was looking for that Smile


- Bumpaneer - 2011-02-19

What are you using to edit the file? When I try to open it, the file does not appear to be in plain text.


- Memphiz - 2011-02-19

Plist Editor on Mac osx i think...


- EvilMonkey - 2011-02-19

Fire69 Wrote:Nice find! Nod

You wouldn't happen to know if editing some files will start XBMC automatically by any chance? Big Grin

sadly: no. this would be my desired solution also. i didn't find any plist-files that seem to trigger the start of lowtide, so i stuck with re-ordering the menu and just having to click the remote once.


- EvilMonkey - 2011-02-19

Bumpaneer Wrote:What are you using to edit the file? When I try to open it, the file does not appear to be in plain text.

since i own a mac, TextWrangler has always been my editor of choice.
http://www.barebones.com/products/textwrangler/


- Bumpaneer - 2011-02-19

For the other windows users out there I just grabbed
http://www.softpedia.com/get/Programming/File-Editors/plist-Editor-for-Windows.shtml

Worked well for me. Thanks for the howto.


- CASHMON3Y - 2011-02-19

For autostarting, I found this article on fire-core. I think its for the first gen, but since they both ran roughly the same OS maybe it would work? http://forum.firecore.com/topic/1013


- mrdally204 - 2011-02-19

Hi,
I'm a windows user here and have not been able to open the files with success. I've tried notepad, notepad++, open office writer with all the same result. The lines I'm looking for just do not exist. The real tags are nowhere to be found. Can you give an app that may work in a windows environment?

Edit. answer was posted before I refreshed. Works like a charm thanks!


- Bumpaneer - 2011-02-19

Look back two posts...


- Fire69 - 2011-02-19

CASHMON3Y Wrote:For autostarting, I found this article on fire-core. I think its for the first gen, but since they both ran roughly the same OS maybe it would work? http://forum.firecore.com/topic/1013

As far as I know, the original AppleTV used an entirely different OS (stripped down OSX), so I doubt it if this will work.


- freaksworth - 2011-02-19

perl script for handling .plist files in linux/windows:
http://scw.us/iPhone/plutil/


- Prasket00 - 2011-02-20

awesome, thank you!