1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kodi_ynh.git synced 2024-09-03 19:26:34 +02:00
Kodi package for YunoHost
Find a file
2017-10-19 13:08:22 +02:00
conf Fix nginx conf for control web interface in yunohost pannel 2017-10-19 13:08:22 +02:00
scripts Fix nginx conf for control web interface in yunohost pannel 2017-10-19 13:08:22 +02:00
.gitignore Add .gitignore 2017-09-27 18:42:12 +02:00
manifest.json First work 2017-09-27 23:15:40 +02:00
README.md Fix nginx conf for control web interface in yunohost pannel 2017-10-19 13:08:22 +02:00

Kodi for YunoHost

This package is currently under development, install it at your own risk.

Kodi transform your YunoHost server on media center that is designed to look great on your big screen TV but is just as home on a small screen.

Shipped version:

  • 16.1 on Debian from jessie backports
  • 17.3 on Raspberry from official raspbian repo

Install Kodi with YunoHost

Current package status

  • The scprit use jessie backports to install Kodi 16 on x86 machines (We have to wait for YunoHost Debian Strech support or use testing source)
  • A dedicated kodi user is create
  • Use of systemd
  • You can launch Kodi with the sudo systemctl start kodi command or stop Kodi with sudo systemctl stop kodi
  • You can choose if you want that Kodi start at YunoHost server statup
  • You can access to the control web interface from the YunoHost pannel
  • Kodi directly start after package installation
  • Start and stop Kodi from Admin YunoHost services tab

To do

  • Test control web interface on Raspberry
  • Include SSOWat pannel in nginx.conf
  • Switch from skipped_uri to protected_uri and try if it still works
  • Add missing elements in remove script
  • Add option in manifest to open 8080 port to be able to use Kodi remote smartphone app
  • Check if a "/" path still works
  • Write the upgrade script