Giter Club home page Giter Club logo

Comments (3)

rj4387rmx87t98d7 avatar rj4387rmx87t98d7 commented on June 23, 2024 1

^ That worked for me! I wish it was a part of the official documentation though. In all my research I haven't found that repo on my own. Thanks for your reply!

For anyone with the same problem, basically, try to run
curl -1sLf 'https://dl.cloudsmith.io/public/moonlight-game-streaming/moonlight-qt/setup.deb.sh' | distro=raspbian codename=$(lsb_release -cs) sudo -E bash
instead of
curl -1sLf 'https://dl.cloudsmith.io/public/moonlight-game-streaming/moonlight-qt/setup.deb.sh' | distro=raspbian sudo -E bash

from moonlight-qt.

kurac338 avatar kurac338 commented on June 23, 2024

The following are my own instructions for OSMC + Moonlight-QT + Moonlight Kodi plugin.

Installation

  • Configure /boot/config-user.txt

  • (If not fixed on the OS level) Add the osmc user into the input group

sudo usermod -a -G input $USER
sudo reboot
# The following command will try to resolve the distribution release
# If that does not work, use 'codename=buster' to override the value
curl -1sLf 'https://dl.cloudsmith.io/public/moonlight-game-streaming/moonlight-qt/setup.deb.sh' | distro=raspbian codename=$(lsb_release -cs) sudo -E bash
sudo apt install moonlight-qt
  • (Optional) Install Docker
  • Install addon
# Check the website for latest release version (https://github.com/veldenb/plugin.program.moonlight-qt/releases/latest)
VERSION=0.4.3; wget https://github.com/veldenb/plugin.program.moonlight-qt/releases/latest/download/plugin.program.moonlight-qt-${VERSION}.zip
# Install the downloaded addon package using Kodi GUI. For convenience, download into $HOME folder
# Remove downloaded plugin archive, as its no longer needed
  • Configure addon
  • Connect a keyboard to RPI (controller navigation does not work for all buttons)
  • Configure moonlight-qt settings and add a host

Updating

Plugin needs to be updated manually by following the steps outlined above.
From official addon repository docs:

When you want to update Moonlight you can use the update menu in the add-on settings and press "Update Moonlight to the latest version".
The plugin will update Moonlight and will notify you when it's finished.

Monitoring

tail -f ~/.kodi/userdata/addon_data/plugin.program.moonlight-qt/moonlight-qt.log

References:

from moonlight-qt.

cgutman avatar cgutman commented on June 23, 2024

I updated the installation steps to add codename=$(lsb_release -cs). Thanks for the suggestion.

from moonlight-qt.

Related Issues (20)

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.