RaspberryPI/OSMC

Raspberry PI で Amazon Prime Videoを再生できるらしいので試してみた。
OSMCという、メディアセンター?専用のOSイメージを利用する。

1. OSMCの取得

Official Page https://osmc.tv/

Raspberry Pi 2/3/3+ 用の2019.05-1イメージ

2. インストール

イメージを解凍して、MicroSDカードへ書き込む

# gzip -d OSMC_TGT_rbp2_20190522.img.gz
# dd if=OSMC_TGT_rbp2_20190522.img of=/dev/mmcblk0

3. 初期設定

言語 Japanese
TimeZone Asia/Tokyo
Hostname current name osmc
SSH SSH Service is Enabled
License Continue
Networking Wired (none)
Wireless <ESSID>
DHCP
Bluetooth (none)
Tetherring (none)
MySQL (default)
Look + Feel OSMC
Sign-Up No thanks

4. Amazon Prime Video

1. nightly build版OSMCにする

$ ssh osmc@osmc.local
$ sudo -s
# vi /etc/apt/sources.list
+ deb http://download.osmc.tv/dev/gmc-18 gmc-18 main
# wget -qO - http://download.osmc.tv/dev/gmc-18/gpg.key | apt-key add -

-> うまくいかない

2. Sandmann79リポジトリ

$ wget https://github.com/Sandmann79/xbmc/releases/download/v1.0.2/repository.sandmann79.plugins-1.0.2.zip

Settings > Add-on browser > Install from zip file

"For security, installation of add-ons from unknown sources is disabled."

Settings > System > Add-ons > Unknown sources > Yes

Settings > Add-on browser > Install from zip file

Home folder > repository.sandmann79.plugins-1.0.2.zip

2. Add-ons install

Settings > Add-on browser > Install from repository > Sandmann79s Respository > Video add-ons > Amazon VOD > install > OK

3. Amazon VOD 設定

Settings > Add-on browser > My add-ons > Video add-ons > Amazon VOD

Configure > Connection > Amazon Account > Sign In...

ID: e-mail address

Password: <password>

4. Settings

Settins > Interface > Regional

Language Japanese
Fonts
Arial Defaultのままだと文字化ける

written at 2019.6.9



---
update at 2019/06/09 11:13:35

※注:当サイトは特定環境において確認できた事象のみを記述しています。他の環境での動作は一切保証しません。