This shows you the differences between two versions of the page.
|
xbian_cp_sk_tr [2015/11/30 01:32] nenad |
xbian_cp_sk_tr [2016/03/21 15:23] (current) nenad |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ==== Creating Xbian image with CouchPotato, SickRage and Transmission for Raspberry Pi / Raspberry Pi 2 ==== | ==== Creating Xbian image with CouchPotato, SickRage and Transmission for Raspberry Pi / Raspberry Pi 2 ==== | ||
| + | === **UPDATE - New official SickRage repository included! (jan2016)** === | ||
| === Creating Xbian image on MicroSD/SD card === | === Creating Xbian image on MicroSD/SD card === | ||
| - | Recommended at least 8gb card with a speed of reading and writing 40Mbps | + | Recommended microsd card size is 8gb with maximum speed of reading and writing around 40Mbps. Try to use external hd for downloading Movies, TV Shows ... Firtsly I used the same SD card for downloading Movies, TV Shows and after three months I get some bad sectors and boot problems. |
| 1. Download Xbian installer from http://www.xbian.org/getxbian/ | 1. Download Xbian installer from http://www.xbian.org/getxbian/ | ||
| - | 2. Select version: Xbian 2014.12.15 rpi (recommended latest stable version without step 3.) | + | 2. Select version: Xbian 2014.12.15 rpi (recommended latest stable version without step 3.) For Raspberry Pi 2, use image for Pi2 model, don't use image from Raspberry Pi 1! |
| - | Additional information: Some early version cannot be updated and you have to change update servers. | + | |
| - | 3. Insert your microSD/SD card into Raspberry Pi, follow wizard to end (if you don't finish wizard, you won't be able to connect via ssh). | + | Additional information: Some early version cannot be updated and you have to manualy change update repos (this was problem around dec. 2014 - feb. 2015, latest stable versions have been fixed) |
| + | |||
| + | 3. Insert your microSD/SD card into Raspberry Pi, go through wizard! (if you don't finish wizard, you won't be able to connect via ssh). | ||
| Line 41: | Line 43: | ||
| 7. Install a working unrar for the Raspberry Pi: | 7. Install a working unrar for the Raspberry Pi: | ||
| - | <code>wget http://sourceforge.net/projects/bananapi/files/unrar_5.0.10-1_armhf.deb | + | <code>wget http://sourceforge.net/projects/bananapi/files/unrar_5.2.6-1_armhf.deb |
| </code> | </code> | ||
| Line 48: | Line 50: | ||
| 9. Git clone the SickRage installation into Raspbian: | 9. Git clone the SickRage installation into Raspbian: | ||
| - | <code>sudo git clone https://github.com/SiCKRAGETV/SickRage.git /opt/sickrage</code> | + | <code>sudo git clone https://github.com/SiCKRAGE/SickRage.git /opt/sickrage</code> |
| 10. Make Xbian owner: | 10. Make Xbian owner: | ||
| Line 245: | Line 247: | ||
| <code>mv /usr/local/share/xbmc/kodi/addons/plugin.xbianconfig/categories/30_packages.py /usr/local/share/xbmc/kodi/addons/plugin.xbianconfig/categories/30_packages.tmp</code> | <code>mv /usr/local/share/xbmc/kodi/addons/plugin.xbianconfig/categories/30_packages.py /usr/local/share/xbmc/kodi/addons/plugin.xbianconfig/categories/30_packages.tmp</code> | ||
| - | Script for removing finished torrents: | + | === Script for removing finished torrents === |
| 1. Step, stop transmission: | 1. Step, stop transmission: | ||
| <code> | <code> | ||
| Line 312: | Line 315: | ||
| Now change "false" to "true" | Now change "false" to "true" | ||
| + | |||
| + | <code> | ||
| + | "script-torrrent-done-enabled": true, | ||
| + | </code> | ||
| 7. Set path to script in settings.json. Search for: | 7. Set path to script in settings.json. Search for: | ||
| + | |||
| + | <code>"script-torrent-done-filename":"", | ||
| + | </code> | ||
| + | |||
| + | Add path: | ||
| + | <code> | ||
| + | "/etc/transmission/autoremove.sh" | ||
| + | </code> | ||
| + | |||
| + | Now looks something like this: | ||
| <code> | <code> | ||