Installing Xbox Media Center (XBMC) On Ubuntu 8.04


Version 1.0
Author: Falko Timme <ft [at] falkotimme [dot] com>
Last edited 09/30/2008

The Xbox Media Center (XBMC) is amedia center application for Linux, Mac, and Windows that allows you to manage/watch/listen to/view your videos, music, and pictures. It has anice interface, can be controlled from the desktop or aremote control or via its built-in web interface, and it can be extended by custom scripts. This guide shows how you can install XBMC on an Ubuntu 8.04 desktop.

I do not issue any guarantee that this will work for you!


1 Installing XBMC


First, open aterminal ( Applications > Accessories > Terminal ):



Open /etc/apt/sources.list

sudo gedit /etc/apt/sources.list


… and add the following repositories to it:

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


Run

sudo apt-get update


afterwards to update the package database.

Afterwards, you can install XBMC as follows:

sudo apt-get install xbmc


(Optional) To install additional skins, run

sudo apt-get install xbmc-skin-*


(Optional) To add support for more remote controls, run

sudo apt-get install xbmc-eventclients-*


(Optional) To install ascripting example, run

sudo apt-get install xbmc-scripts-example


You can now start XBMC by going to Applications > Sound & Video > XBMC Media Center :



To learn how to use XBMC (especially how to use custom scripts, use remote controls, etc.), take alook at the XBMC online manual .

2 XBMC Screenshots


Here are some screenshots of the XBMC interface:


















3 Activating The XBMC Web Interface


XBMC has aweb interface that you can use to control XBMC remotely. It is disabled by default, but can be enabled under Settings > Network > Servers :



I couldn't find the default XBMC web user in the manual, that's why I did not set a password (if you find out the user, you can set a password, but otherwise you will not be able to log in). If you find out what the name of the web user is, please let me know.

Afterwards, you can fire up a browser and go to http://<IP_ADDRESS>:8080/ - replace <IP_ADDRESS> with the IP address of the Ubuntu system where XBMC is installed; in my case it's 192.168.0.8 , so the URL is http://192.168.0.8:8080/ .

This is how the web interface looks:




linux/installing_xbmc_on_ubuntu_8_04.txt · Ultima modifica: 2015/06/08 20:15 da 127.0.0.1
Torna su
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0