OSMC: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(→‎RaspBMC: {{kodi}} name change)
Line 5: Line 5:
* More info on OSMC and what it is: http://forum.stmlabs.com/showthread.php?tid=15102
* More info on OSMC and what it is: http://forum.stmlabs.com/showthread.php?tid=15102


= RaspBMC =  
= OSMC =  


Raspbmc is an {{kodi}} and linux-based OS distribution for [[Raspberry Pi]], created and maintained by Sam Nazarko.
OSMC is an {{kodi}} and linux-based OS distribution for [[Raspberry Pi]], created and maintained by Sam Nazarko.


== Main features ==
== Main features ==
Line 22: Line 22:
* Free!
* Free!


== Installing Raspbmc ==
== Installing OSMC ==
* [http://www.raspbmc.com/wiki/user/windows-installation/ Installing via Windows]
* https://osmc.tv/download/
* [http://www.raspbmc.com/wiki/user/os-x-linux-installation/ Installing via Mac OS X or Linux]


== Updating Raspbmc ==
== Updating OSMC ==
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 {{kodi}} 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.
OSMC has an advanced update function where you can choose when you want updates to be downloaded and installed.
You can also use Debian APT to update your OSMC setup.


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


== Back Up Configuration/settings ==
== Back Up Configuration/settings ==
# Login to the pi and, from the /home/pi/ dir, type: <code>tar -czf backup.tar.gz .xbmc/ </code>
# Login to the pi and, from the /home/pi/ dir, type: <code>tar -czf backup.tar.gz .kodi/ </code>
# Transfer that file to a secondary machine (ftp, sftp, or scp are all viable options)
# Transfer that file to a secondary machine (ftp, sftp, or scp are all viable options)
Put back the backup on the system:
Put back the backup on the system:
# Return the tar file you copied in step 2 to the Raspberry Pi
# Return the tar file you copied in step 2 to the Raspberry Pi
# Run the following commands: <code> sudo initctl stop xbmc; tar -xzf backup.tar.gz; rm backup.tar.gz; sudo initctl start xbmc </code>
# Run the following commands: <code> sudo systemctl stop mediacenter; tar -xzf backup.tar.gz; rm backup.tar.gz; sudo systemctl start mediacenter </code>


== Further reading ==
== Further reading ==
* http://www.raspbmc.com - Project home
* https://osmc.tv - Project home
* http://forum.stmlabs.com/forumdisplay.php?fid=7 - Raspbmc support forums
* https://discourse.osmc.tv - OSMC support forums
* http://www.raspberrypi.org/archives/604- Raspbmc announcement from RaspberryPi.org
* [[forum:121499|forum.xbmc.org thread about Raspbmc]]


== See also ==
== See also ==

Revision as of 16:38, 18 March 2015

Home icon grey.png   ▶ Devices ▶ OSMC

OSMC is the future name of the RaspBMC and Crystalbuntu XBMC/OS distributions, created and maintained by Sam Nazarko.

OSMC

OSMC is an Kodi 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 Kodi multiseat systems.
  • 1080p decoding
  • Free!

Installing OSMC

Updating OSMC

OSMC has an advanced update function where you can choose when you want updates to be downloaded and installed. You can also use Debian APT to update your OSMC setup.

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 .kodi/
  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 systemctl stop mediacenter; tar -xzf backup.tar.gz; rm backup.tar.gz; sudo systemctl start mediacenter

Further reading

See also

Crystalbuntu

Crystalbuntu is an easy to use XBMC and linux-based OS distribution for Apple TV 1 (silver) created and maintained by Sam Nazarko. It is based on a light weight Ubuntu 12.04 LTS distribution.

See also