LoginSignup
1
1

More than 5 years have passed since last update.

Openelecのカスタマイズ

Last updated at Posted at 2015-05-05

Ram Disk を作成

OpenELEC kodiログファイルを tempfs に移動

rm -R /storage/.kodi/temp
cd /storage/.kodi
ln -s /dev/shm temp

OpenELEC ログファイルを tempfs に移動

rm -R /storage/logfiles
cd /storage/
ln -s /dev/shm logfiles

IP address, DNS, Default Router, Wifi SSID and Password

~/.kodi/userdata/addon_data/os.openelec.settings

crontabの設定

~/.cache/cron/crontabs/root

Bonjour共有ディレクトリの(samba)設定

/etc/samba/smb.conf
~/.config/samba.conf

KodiのUIから設定

System > Setting > Services > Webserver > Allow control of XBMC via HTTP

System > Setting > Services > Webserver > port

System > Settings > Audio output > Dual audio output

System > Appearance > International > Timezone country

System > Appearance > File lists > Allow file renaming and deletion

System > Appearance > File lists > Show hidden files and directories

System > OpenELEC > Services > SSH > Start ssh server at boot

System > OpenELEC > Services > crond > Start cron deamon at boot

System > OpenELEC > Network

/storage/.xbmc/userdata/guisettings.xml

settings > mymusic > playlist > repeat > true
settings > myvideo > playlist > repeat > true

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1