Difference between revisions of "XBMC Live"
From ERPXE Wiki
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/thumb/2/25/Kodi-logo-Thumbnail-light-transparent.png/240px-Kodi-logo-Thumbnail-light-transparent.png |
| website = http://xbmc.org/ | | website = http://xbmc.org/ | ||
| wikipedia = http://en.wikipedia.org/wiki/Xbmc | | wikipedia = http://en.wikipedia.org/wiki/Xbmc | ||
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | ||
| version = 10.1 | | version = 10.1 | ||
− | | from_erpxe_version = 1. | + | | from_erpxe_version = 1.01 |
| http = {{no}} | | http = {{no}} | ||
| nfs = {{yes}} | | nfs = {{yes}} | ||
Line 19: | Line 19: | ||
| recovery = {{no}} | | recovery = {{no}} | ||
| requireIP = true | | requireIP = true | ||
− | | image1 = | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Xbmc_911.png/250px-Xbmc_911.png |
− | | image1url = | + | | image1url = https://en.wikipedia.org/wiki/File:Xbmc_911.png |
− | | image2 = | + | | image2 = https://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/Main_Screen_Estuary_17.6.png/320px-Main_Screen_Estuary_17.6.png |
− | | image2url = | + | | image2url = https://commons.wikimedia.org/wiki/File:Main_Screen_Estuary_17.6.png |
− | | image3 = | + | | image3 = |
− | | image3url = | + | | image3url = |
}} | }} | ||
Line 30: | Line 30: | ||
{{TFTPPlugin | {{TFTPPlugin | ||
− | | filename = xmbclive101 | + | | filename = xmbclive101-XXX.tar.gz |
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
| product = XBMC Live 10.1 | | product = XBMC Live 10.1 | ||
Line 47: | Line 47: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
[[Category:Linux Live]] | [[Category:Linux Live]] | ||
+ | [[Category:Supported from ERPXE 1.01]] |
Latest revision as of 07:31, 5 May 2019
Important information
This plugin requires a static IP address (Default is 10.0.0.1). Every change to the server IP MUST be reflected into the plugin's menu file. How to adjust ERPXE to local IP address
return to Plugins list
XBMC Live 10.1 http://xbmc.org/ |
---|
Contents
Information
ERPXE Module
- Name: - XBMC Live
- Version: 10.1
- Official website: http://xbmc.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Xbmc
- Download: http://www.erpxe.com/downloads
Plugin type
XBMC Live | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | No | Yes | No |
Plugin Requirments
XBMC Live | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
XBMC (which has officially been rebranded to simply "XBMC" from its previous old name; "Xbox Media Center") supports most common audio, video, and image formats, playlists, audio visualizations, slideshows, weather forecasts reporting, and third-party plugins.
Linux Installation Instructions
Download xmbclive101-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract xmbclive101-XXX.tar.gz file:
tar -xvzf xmbclive101-XXX.tar.gz
Download XBMC Live 10.1 ISO Latest Version to /mnt/ :
http://xbmc.org/download/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/xbmc-10.1-live.iso /mnt/cdrom/
Copy initrd.img , initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/xbmclive/vmlinuz cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/xbmclive/initrd.img cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/xbmclive/live/
Verify files with filelist.txt in each folder.
All Done!