Page 1 of 12 12311 ... LastLast
Results 1 to 10 of 112

Thread: XBMC (Xbox Media Center) on Ubuntu

  1. #1
    Join Date
    Apr 2007
    Beans
    284
    Distro
    Gutsy Gibbon Testing

    XBMC (Xbox Media Center) on Ubuntu

    If any of you have an original Xbox, I'm sure you've probably modded it and put XBMC ([Wikipedia]) on to play videos, music, and photos from your network; it's basically what the AppleTV is, but better, and from 2002. You could even access and control it from a remote web browser. Screenshots: [Yahoo Images] [Mc360 Skin]

    And now...Running in Ubuntu

    There have been lots of calls to port it to Linux, due to the Xbox's lack of CPU for HD, and the Xbox360 and PS3 being a dead end. So some team members eventually ported it to SDL and Linux, and now the whole XBMC team seems to be working on the port.

    They're also looking for developers, according to today's news article on their [site], [forum], and [Digg].

    So here's how to get it running on GNU/Linux, from their README:

    This is an initial port of the skinning tool to Linux. Later on it will include
    the remaining XBMC functionality.

    I have tested this to work with Ubuntu.

    Getting the source code
    -----------------------
    # sudo apt-get install subversion
    # cd $HOME
    # svn checkout https://xbmc.svn.sourceforge.net/svn...linuxport/XBMC

    Installing the required ubuntu packages
    ---------------------------------------
    # sudo apt-get install make g++-4.1 gcc-4.1 libsdl1.2-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libsdl-sound1.2-dev libsdl-stretch-dev libcdio6 libcdio-dev libfribidi0 libfribidi-dev liblzo1 liblzo-dev libfreetype6 libfreetype6-dev libsqlite3-0 libsqlite3-dev libogg-dev libsmbclient-dev libsmbclient libasound2-dev python2.4-dev python2.4

    How to compile
    --------------
    OpenGL 3D version (requires gfx-adapter that has supported OpenGL hw acceleration, set bitdepth to 24bpp or 32bpp)
    # cd $HOME/XBMC
    # make

    SDL 2D version (much much slower GUI rendering but works on all adapters and bitdepths)
    # cd $HOME/XBMC
    # make sdl_2d

    How to run
    ----------
    1. Take the T3CH Xbox distribution and extract it to your home directory.
    2. Copy the XboxMediaCenter file that was generated by make and copy it
    to the same directory as default.xbe (T3CH folder).
    3. Copy the .so files under $HOME/XBMC/system to their respective directories
    in the T3CH/system folder.
    4. Rename the file under /XBMC/media/Fonts/arial.ttf to Arial.ttf
    5. Change directory to where you copied the exceutable and type
    # ./XboxMediaCenter
    6. If you'd like to run the executable from another directory
    (for debugging purposes), set XBMC_HOME to where you have XBMC dist:
    # XBMC_HOME=/home/whatever/XBMC
    # export XBMC_HOME

    Don't expect too much, yet.
    *no support from me for this guide; use at your own risk.
    *tested on Feisty Fawn 32 bit
    *to uninstall, delete the XBMC directory in your home directory
    *since this is a live SVN, build may not work right now, try again at another time
    [Renouveau- How you can help get a free 3d nVidia driver] | Give AMD and ATI [feedback]on their drivers; why not ask them to give driver specifications so they work better | [Video]: How to create redistributable Debian packages (.deb files)

  2. #2
    Join Date
    Oct 2005
    Beans
    46

    Re: XBMC (Xbox Media Center) on Ubuntu

    This linked actually ended up helping me install it. Looks like you missed a few dependencies.

    http://www.xboxmediacenter.com/wiki/...om_source_code

  3. #3
    Join Date
    Dec 2005
    Location
    Vancouver, BC
    Beans
    283
    Distro
    Hardy Heron (Ubuntu Development)

    Re: XBMC (Xbox Media Center) on Ubuntu

    works for me.. though none of the media players are working, I wonder if milkdrop is going to work.. that is going to be a big plus..

  4. #4
    Join Date
    Mar 2007
    Beans
    133

    Re: XBMC (Xbox Media Center) on Ubuntu

    This is VERY cool. I have used a Xbox as media center now for two or three years with XBMC. I'm missing that I cannot use 1080p and cannot play x.264. Other than that, I think XBMC is the best mediacenter available.

    I just donated some money at http://www.xboxmediacenter.com/info_contrib.htm, since I can use this instead of shelling out $500 on a commercial media player with half of the features that XMBC has

    Way to go XBMC devs..

  5. #5
    Join Date
    May 2008
    Beans
    1

    Re: XBMC (Xbox Media Center) on Ubuntu

    Visit http://www.lincudo.org

    XBMC - Media Center Ubuntu

    Deb package

  6. #6
    Join Date
    Dec 2005
    Location
    Vancouver, BC
    Beans
    283
    Distro
    Hardy Heron (Ubuntu Development)

    Re: XBMC (Xbox Media Center) on Ubuntu

    Quote Originally Posted by geinux View Post
    Visit http://www.lincudo.org

    XBMC - Media Center Ubuntu

    Deb package
    tis in spanish.. can you translate here?

  7. #7
    Join Date
    Jan 2008
    Beans
    18

    Re: XBMC (Xbox Media Center) on Ubuntu

    Quote Originally Posted by honeydew View Post
    tis in spanish.. can you translate here?
    Me! ME!

    Add to /etc/apt/sources.list:

    deb http://ppa.launchpad.net/team-xbmc-hardy/ubuntu hardy main
    deb-src http://ppa.launchpad.net/team-xbmc-hardy/ubuntu hardy main


    Terminal:

    sudo apt-get update
    sudo apt-get install xbmc

    New Skins:
    sudo apt-get install xbmc-piel-*


    Remote controls:
    sudo apt-get install xbmc-eventclients-*


    Scripts:
    sudo apt-get install-scripts xbmc





    I didn't test it yet, I'm gonna do it now.

  8. #8
    Join Date
    Jun 2008
    Beans
    1

    Re: XBMC (Xbox Media Center) on Ubuntu

    I added repositories and made update but still apt-get nags: E: Couldn't find package xbmc

    is it cos I'm having 64bit system? I read from somewhere that XBMC's support for 64bit systems is not very good.
    Last edited by j0vi; June 2nd, 2008 at 09:10 PM.

  9. #9
    Join Date
    Aug 2007
    Beans
    39

    Re: XBMC (Xbox Media Center) on Ubuntu

    Have any recommendations for a small media center pc that can handle HD?

  10. #10
    Join Date
    Jun 2006
    Beans
    28

    Re: XBMC (Xbox Media Center) on Ubuntu

    damn.. doesn't work with my via openchrome drivers..

Page 1 of 12 12311 ... LastLast

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
  •