Results 1 to 8 of 8

Thread: Update XBMC without losing Boxee

  1. #1
    Join Date
    Mar 2012
    Posts
    3

    Default Update XBMC without losing Boxee

    Last time I did an update on XBMC to Eden (v.11) it removed my Boxee install, forcing me to bang my head for about 2 weeks while I learned how to manually re add it.

    My question is this, can I update XBMC without losing Boxee, and if so, will I be able to simply re-add it back afterwards? My thoughts on this is that perhaps Boxee is reliant on the XBMC files and this is why this happened. Stop me if I'm wrong.

    Any thoughts? Thanks is advance for the assistance and taking time to help me out.

  2. #2
    Join Date
    Jan 2010
    Location
    The South - USA
    Posts
    1,084

    Default

    Quote Originally Posted by Decibel79 View Post
    Last time I did an update on XBMC to Eden (v.11) it removed my Boxee install, forcing me to bang my head for about 2 weeks while I learned how to manually re add it.

    My question is this, can I update XBMC without losing Boxee, and if so, will I be able to simply re-add it back afterwards? My thoughts on this is that perhaps Boxee is reliant on the XBMC files and this is why this happened. Stop me if I'm wrong.

    Any thoughts? Thanks is advance for the assistance and taking time to help me out.
    Absolutely not possible that simply installing XBMC removed boxee, unless you restored your atv, or you somehow corrupted the boxee.app folder screwing around with your atv folder structure.

    Unless you have some weird setup, NO you can add XBMC ad infinitum. It is is NOT dependent upon Boxee to run, different application support folders. If you used atvusb-creator, you should have no issue. That being said, there are so many variants out there, I assume you have 3.0.2, used atvusb-creator, ran nito smart installer, installed OS.dmg.

  3. #3

    Exclamation Boxee is gone!

    Hi guys, i updated to the latest version of xbmc a couple of weeks ago and it has removed my boxee install.. please help.!!

  4. #4
    Join Date
    Jan 2010
    Location
    The South - USA
    Posts
    1,084

    Default

    Quote Originally Posted by rishinicolai View Post
    Hi guys, i updated to the latest version of xbmc a couple of weeks ago and it has removed my boxee install.. please help.!!
    Specifics please ?

  5. #5

    Unhappy Installed the latest XBMC

    Quote Originally Posted by nuggyblake View Post
    Specifics please ?
    I also updated XBMC and i can't get to the boxee installer anymore. anyone find a fix for this yet?

  6. #6
    Join Date
    Jan 2010
    Location
    The South - USA
    Posts
    1,084

    Default

    Quote Originally Posted by rishinicolai View Post
    I also updated XBMC and i can't get to the boxee installer anymore. anyone find a fix for this yet?
    http://forums.boxee.tv/showthread.php?t=55353

  7. #7
    Join Date
    Aug 2012
    Posts
    1

    Default Manually put back boxee

    Thanks to verbal who explain how to remove Boxee and helped me understand hot to put it back. I was lucky to still have boxee in my apple tv on:

    /mnt/Scratch/Users/frontrow/Applications/Boxee.app

    It seems that by updating the menu (plugin of XBMS) the Boxee remain in your apple tv if you had it before.

    You can put back Boxee but it does involve some hacking around through terminal Here's how I did it:
    ssh into your AppleTV, you may use putty under windows:

    sudo bash
    sudo mount –uw /
    cd to /System/Library/CoreServices/Finder.app/Contents/PlugIns/XBMCLauncher.frappliance/Contents/Resources/English.lproj/

    there you'll find InfoPlist.strings
    Copy to /Users/frontrow and place it on your desktop using Cyberduck or any other SSH client (WinSCP)
    Edit with some text editor, look for CFBundleName and change into "XBMC/Boxee", save and restore to it's original location (if you get permission errors try chmod 775 InfoPlist.strings to change permissions)
    Now the menu item is changed into XBMC/Boxee

    Next , change icon;

    ls to /System/Library/CoreServices/Finder.app/Contents/PlugIns/XBMCLauncher.frappliance/Contents/Resources and locate Preview.png
    copy to /Users/frontrow and move to your desktop.
    This file can be edited as you desire and saved as .png. Or you can replace with the one taken from http://code.google.com/p/atv-xbmc-la...view.png?r=796
    Restore to it's original location and you're all set.

    To add Boxee submenu to the main menu of XBMC/Boxee edit the file Info.plist from /System/Library/CoreServices/Finder.app/Contents/PlugIns/XBMCLauncher.frappliance/Contents/ and add a new set of <dict> tags like below:


    <dict>
    <key>LaunchAgentFileName</key>
    <string>org.xbmc.helper.plist</string>
    <key>apppath</key>
    <string>/Applications/Boxee.app/Contents/MacOS/Boxee</string>
    <key>arguments</key>
    <array>
    <string>-fs</string>
    </array>
    <key>entry-type</key>
    <integer>0</integer>
    <key>helperpath</key>
    <string>/Applications/Boxee.app/Contents/Resources/Boxee/BoxeeHelper</string>
    <key>identifier</key>
    <string>Boxee</string>
    <key>is-network-dependent</key>
    <false/>
    <key>is-share-dependent</key>
    <false/>
    <key>is-store-category</key>
    <false/>
    <key>name</key>
    <string>BOXEE</string>
    <key>preferred-order</key>
    <real>2</real>
    <key>priority</key>
    <real>1</real>
    </dict>

    Note that prefered order real value needs to be changed as above for this submenu but also needs to be incremented by one for the following submenus: Downloads, Settings and About.

    restart apple

    - Be aware, once you update any of the apps through Maintenance, all is reset to default.!
    Hope this helps!
    Last edited by alexg74; August 20th, 2012 at 05:06 AM.

  8. #8
    Join Date
    Jan 2010
    Location
    The South - USA
    Posts
    1,084

    Default

    I see you are using firecore. You can save yourself a lot of bother by using atvusb, installing nito and running smart installer. It downloads the recovery dmg that adds the bits missing from the mutant version of the tiger OS. Add OS.dmg and its complete. Its all in my signature. I just re-did this over the weekend and boxee works okay with flash etc.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •