Raspberry + Kodi

(a love story!)

Materials

Install raspbian 

Install raspbian (1)

remove sd card content

Install raspbian (2)

 

install raspbian image with 'dd'

Conjuros:

         

 

~$sudo df -h

~$sudo fsdisk -l

~$sudo umount /dev/sd*

~$ sudo dd bs=4M if=2015-05-05-raspbian-wheezy.img of=/dev/sdd

~$sudo pkill -USR1 -n -x dd (different terminal)

~$sync

Install raspbian (3)

 

first configuration step: 

 


~$sudo raspi-config

Install raspbian (4)

 

Install raspbian (5)

 

reboot and login: 

 


login: pi

Password: raspberry

Install raspbian (6)

 

update packages: 

 


~$sudo apt-get update

Install raspbian (7)

 

connect through ssh


~$sudo ifconfig

(from a remote computer in te same network)

~$ssh -X pi@192.168.1.XXX

Starting with media centers

first contact with multi-media (from terminal)


~$omxplayer <nombre-de-archivo>  (Para reproducir archivos multimedia desde consola)

first contact with multi-media (time to Kodi)

~$sudo apt-get install kodi

# Set this to 1 to enable startup
ENABLED=1

# The user to run Kodi as
USER=pi

# Adjust niceness of Kodi (decrease for higher priority)
NICE=-10

do you want kodi to be launched at start time?

~$sudo vim /etc/default/kodi

Kodi time

(Web rules)

Time to Yatse

Transmission

tiny torrent manager for your raspberry pi

rasberry and kodi

By MOREduino

rasberry and kodi

  • 2,820