Giter Club home page Giter Club logo

kontroller's Introduction

Kontroller

Kodi remote control app for SailfishOS.

Features

Current features include:

  • Music library browsing
  • Video library browsing
  • Player control
  • Basic library management
  • Basic remote
  • Discovery of servers on the local network
  • Multiple servers
  • Volume management, via Kodi or external device
  • Shutdown / wake-up management

Wake-on-LAN

Wake-on-LAN usually requires some configuration at the server level.

Raspberry Pi / LibreELEC

LibreELEC should already enable Wake-on-LAN. Note that it will not work for the Wi-Fi interface (Kontroller does not detect that).

If not using LibreELEC, the steps for Linux will usually work.

PC

Usually, the Wake-on-LAN option must be enabled in the BIOS/UEFI settings. Sometimes the name is unclear, but look for something like wake up from PCI device. It must then be activated at the system level.

Linux with systemd

You need to install the ethtool package to help with configuring Wake-on-LAN. Then, identify your network card with ip link. It should show a line with either something like ethX or enpXsY, where X and Y are digits.

Create the file /etc/systemd/system/wol.service (as root) with the following content:

[Unit]
Description=Configure Wake On LAN

[Service]
Type=oneshot
ExecStart=/sbin/ethtool -s enp2s0 wol g

[Install]
WantedBy=basic.target

Replace enp2s0 with the actual value for your network interface.

Then, type the following commands (as root):

# systemctl daemon-reload
# systemctl enable wol.service

Windows

There are lots of tutorials online about turning on Wake-on-LAN on Windows. Check https://duckduckgo.com/?q=windows+enable+wake+on+lan for details.

kontroller's People

Contributors

black-sheep-dev avatar comradekingu avatar dikonov avatar eson57 avatar julien-blanc avatar julien-blanc-tgcm avatar popanz avatar weblate avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.