OSMC: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Undo revision 64161 by Politas (talk))
m (Bot: Automated text replacement (- XBMC + {{name}} ))
Line 1: Line 1:
<section begin="intro" />Raspbmc is an XBMC and linux-based OS distribution for [[Raspberry Pi]], created and maintained by Sam Nazarko.<section end="intro" />
<section begin="intro" />Raspbmc is an {{name}} and linux-based OS distribution for [[Raspberry Pi]], created and maintained by Sam Nazarko.<section end="intro" />


== Main features ==
== Main features ==
Line 10: Line 10:
* AFP, NFS and SMB file sharing
* AFP, NFS and SMB file sharing
* Configuration utility allowing installation of custom nightlies, audio configuration, update management,
* Configuration utility allowing installation of custom nightlies, audio configuration, update management,
* Server mode – allows MySQL database hosting and Thumbnail sharing for XBMC multiseat systems.
* Server mode – allows MySQL database hosting and Thumbnail sharing for {{name}} multiseat systems.
* 1080p decoding
* 1080p decoding
* Free!
* Free!
Line 20: Line 20:


== Updating Raspbmc ==
== Updating Raspbmc ==
Raspbmc auto-updates itself, as long as version 1.0 Final (or later) is installed and the option 'Keep Raspbmc updated' is enabled in Raspbmc settings under System Configuration.  This only takes place if the release build of XBMC is being used.  If you have updated to a nightly version then you have to switch back to the release build via the Raspbmc Settings plugin for it to auto-update.
Raspbmc auto-updates itself, as long as version 1.0 Final (or later) is installed and the option 'Keep Raspbmc updated' is enabled in Raspbmc settings under System Configuration.  This only takes place if the release build of {{name}} is being used.  If you have updated to a nightly version then you have to switch back to the release build via the Raspbmc Settings plugin for it to auto-update.


=== How to force an update if your Pi won't update ===
=== How to force an update if your Pi won't update ===

Revision as of 01:14, 5 June 2014

Raspbmc is an XBMC and linux-based OS distribution for Raspberry Pi, created and maintained by Sam Nazarko.

Main features

  • Custom Linux distribution with minimalised kernel.
  • Auto-updating
  • UI installers for Windows, Linux and Mac OS X to allow installation onto am removable device (like USB key or external Hard drive), and NFS share
  • PVR / AirTunes / AirPlay integration
  • Many addons will work on Raspbmc including SpotiMC for Spotify support
  • Same stability and support as the Crystalbuntu Linux distribution
  • AFP, NFS and SMB file sharing
  • Configuration utility allowing installation of custom nightlies, audio configuration, update management,
  • Server mode – allows MySQL database hosting and Thumbnail sharing for XBMC multiseat systems.
  • 1080p decoding
  • Free!

Installing Raspbmc

Updating Raspbmc

Raspbmc auto-updates itself, as long as version 1.0 Final (or later) is installed and the option 'Keep Raspbmc updated' is enabled in Raspbmc settings under System Configuration. This only takes place if the release build of XBMC is being used. If you have updated to a nightly version then you have to switch back to the release build via the Raspbmc Settings plugin for it to auto-update.

How to force an update if your Pi won't update

Ssh into your Pi and run the following commands:

sudo -s
cd /scripts/upd_sys
rm *.sh
wget http://svn.stmlabs.com/svn/raspbmc/release/update-system/getfile.sh
wget http://svn.stmlabs.com/svn/raspbmc/release/update-system/cdn_env_prep.sh
reboot

Back Up Configuration/settings

  1. Login to the pi and, from the /home/pi/ dir, type: tar -czf backup.tar.gz .xbmc/
  2. Transfer that file to a secondary machine (ftp, sftp, or scp are all viable options)

Put back the backup on the system:

  1. Return the tar file you copied in step 2 to the Raspberry Pi
  2. Run the following commands: sudo initctl stop xbmc; tar -xzf backup.tar.gz; rm backup.tar.gz; sudo initctl start xbmc

Further reading

See also