Thanks a lot for your answer. I’m glad I don’t have to install Kodi again and re-do all my settings. That’s good news.
And the remote control question isn’t really a pressing one, since the solution with using two different IR receivers is working pretty well for the moment. I guess I will tackle it at some point in the future. And if you are curious about using the IR plugin yourself, you can find all I had to learn about it in this thread: https://volumio.org/forum/remote-controller-feedback-thread-t6668-20.html At the end there’s a little summary of my findings. Maybe that’s useful to you.
I just downloaded and installed it from github.com/Saiyato/volumio-kodi-plugin It is claiming it is Kodi Krypton RC1. Also it errored out when I enabled the plugin claiming the file was already there even though I was using a clean install that didnt have it.
I tried uninstalling the plugin through the GUI and re-uploading it and reinstalling it. It hangs at 70% and says:
Adding plugin to registry
Plugin Successfully Installed
Installing Kodi and its dependencies…
Plugin is already installing! Not continuing…
After a minute or two it proceeds with:
The following error occurred when installing the plugin: Error: Plugin Kodi already exists
0%
This is Volumio behaviour, not sure how to have Volumio uninstall the plugin upon error on install.sh. Will have to read into this and gather information. This is because the kodi directory is writting in the plugins dir, you need to refresh the page, uninstall the plugin and then re-install.
First of all, I will update the comment in the script, because we’re at Krypton 17.3 now (RC1 was a few months ago). In your post it says:
Sorry, your device is not (yet) supported!
On what kind of device are you installing the plugin? Because in the thread it is mentioned, but I do realize now that the plugin repo doesn’t contain info regarding the supported platforms (only raspberry Pi).
Yeah, it is using the official x86 image. Is there a way to get this plugin to work with that image? Could I install Kodi manually and then use it to control the settings?
I don’t know how Linux savvy you are, but can you post the journal from the moment you start the plugin?
I.e. run “sudo journalctl -f” over SSH, start the plugin and copy the output to here.
Else you could try to re-install the plugin, if nothing happens that implies the Kodi installation did not succeed at some point.
Hi,
It could be useful to be able to enable http remote from plugin setting. I use it on rpi2 plug on a TV screen with no keyboard /mouse. And I can’t use software like kodi Kore to remote it. It also requires to change remote port to avoid conflict with volumio. Or I missed something ?
Thank anyway for your work !
I’m currently trying to use your script to install Kodi on the x86 image (Intel NUC Hardware). Some things I was able to figure out but at the moment there seems to be an X11 related problem so Kodi crashes on launch. I will try to have a look at that tomorrow.
Care to get into this a bit or will you focus on Raspberry only?
Well, here’s some info if you’re interested:
/etc/apt/sources.list
added sources for Kodi dependencies to install (could be integrated into install.sh)
deb http://www.deb-multimedia.org jessie main non-free
deb http://www.deb-multimedia.org jessie-backports main
deb http://http.debian.net/debian jessie-backports main install.sh
removed CPU check lines
fixed path to boot configuration: “/boot/config.txt” becomes “/boot/config-3.18.25” (not sure if those RPi options are generic though)
/etc/systemd/system/kodi.service: changed “ExecStart = /usr/bin/kodi-standalone […]” to “ExecStart = /usr/bin/kodi --standalone […]” because the kodi-standalone wrapper is missing?!
Errors:
ERROR: DBus: Error org.freedesktop.DBus.Error.InvalidArgs - No such property CanSuspend
ERROR: DBus: Error org.freedesktop.DBus.Error.InvalidArgs - No such property CanHibernate
ERROR: PulseAudio: Failed to connect context
ERROR: X11 Error: No Display found
FATAL: CApplication::Create: Unable to init windowing system
//EDIT:
Oh well… "The integrated Intel HD graphics adapter does not work with Debian Jessie. It is working with Debian Stretch (Testing). "
I just bought a new laptop, so I’m thinking about setting up the old one as an x86/x64 test machine. Not sure if it’s easy to do, but I’ll try to read into it this summer. The SnapCast plugin is taking a bit longer than expected, so I haven’t put much effort in the Kodi plugin as of late.