-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility of Kodi 18 / Leia? #13
Comments
This is possible, but I'm going to need a ppa in order to test, because I can't compile the package myself. |
You can count on me with tests as well. |
@whatsnewsisyphus Unfortunately no, that ppa is for Ubuntu, we're going to need a Debian ppa (with armhf packages). I've tried and failed to compile Kodi myself in the past, so I'm pretty sure it will take me at least hours and hours of trying before I see any progress, hence the need for a ppa ;) |
Would osmc packages or LibreELEC packages help? |
I have looked at this in the past, but I'm not sure I can just install those... I have to investigate. I'm working on a different plugin now which is nearing alpha status, after that I'm continuing the LCD plugin. So it might take some time before I'm able to test this. |
No problem, I just thought I'd note it. I'll let you know if I come across
a ppa. I'm more concerned about the VPN issue anyhow.
…On Tue, Oct 10, 2017, 4:12 AM Rachid Groeneveld ***@***.***> wrote:
I have looked at this in the past, but I'm not sure I can just install
those... I have to investigate.
The problem with those packages is ease of use, a ppa allows me to just
update and install, custom packages at various locations do not ;)
I'm working on a different plugin now which is nearing alpha status, after
that I'm continuing the LCD plugin. So it might take some time before I'm
able to test this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAbwdBbjddgxfr7D_ilPLLDnt_jz9hCJks5sqycIgaJpZM4Px1xm>
.
|
Knock knock. Is the project still alive ? |
Sure, but I haven't found a ppa hosting stable Leia |
The Kodi 18 Leia (beta) is available for download ... except RPi :-( so maybe in near future .... |
The Kodi wiki now lists a backport of Kodi 18 for Debian Jessie:
Kodi Leia still doesn't appear to be available in the official Raspbian repos, though. |
Now that it's officially released, would it be easier to update your plugin to Kodi 18? |
As far as i can see, there are only repos for kodi18 on strech, but not for jessie (which is, what vollumio is currently using). So someone would have to create a debian package for it.. |
Or, move towards Stretch if not Buster, which would make it easier to install other apps in the future. Same applies to wanting Kodi to work on RPi 4's, that only works on Buster. |
Speaking of the RPi 4B, any progress toward its support, please? Appreciate your efforts on this! |
Hi @Rhapsody02 , if you're running Buster, you should be good. If not, you will have to either wait for stable Buster or compile it yourself on Jessie I'm afraid. |
@Saiyato just a heads up/question for when you find the time - Any tips for kovzol from over at the forums to get Kodi working on Volumio Buser? |
Evening, Just patched it on GH, first tests on a Pi2 with Buster fail... Feel free to test on a Pi4, I will test my Pi3 when I get the time. |
@Saiyato I tested Kodi 18.6 Leia on a Raspberry Pi 4 4G based on the default raspbian / debain repo successfully. Details on the Volumio forum: Volumio Debian Buster Beta - Raspi images debugging Could you update your Kodi plugin that the pippleware repo will not added if the armv71 arch and Buster distro is detected, because it seems to be unnecessary in this case. Additional the path /opt/vc/bin has to be added to PATH environment. I did it globally by following:
Further the following line has to be added to /boot/userconfig.txt in order to start Kodi on Buster: In order to install Kodi from repo the package raspberrypi-kernel is required. Therefore backup the default Volumio apt preferences to restore it during uninstalling the Kodi package: However, the autostart at boot time does not work yet. Finally, I not sure about the groups where the user might be included. Ashthespy on Volumio forum suggested to add the user also to the netdev group. Could this be neseccary if Kodi is going to connect network resources? Thanks for your effort. :-) |
I'll fix this in the next build, until then you could try EDIT: I peek at [ -f /opt/vc/bin/vcgencmd ] && alias vcgencmd="LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/vc/lib /opt/vc/bin/vcgencmd"
[ -f /opt/vc/bin/tvservice ] && alias tvservice="LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/vc/lib /opt/vc/bin/tvservice"
Should also check if |
If I use the suggested approach I still get error messages: |
Hi all, Just tried installing manually on my Pi4 (had to switch, because it's my movie Pi), it's all good when installing from the default ppa. No need for the pipplware ppa, which is good news. Great find! A few notes, @mike42smith I think you forgot the 'mapping egl libraries' part, this takes care of vcgencmd mapping, no vc-fix.sh required. This will auto-add it to the $PATH env What I didn't do yet:
Note that I can call tvservice from the cli:
PS: Yes running a 4k movie on my test setup (1080p monitor), this should have Kodi downscale to full HD (which, I think, should be extra heavy). So if it runs like this... it should run on my telly. It's playing a 4k movie now, let's see if it finishes without problems ;) Testscript:
|
Neato, will it also "Just work" for the pi3?
FWIW, the volumio@volumio:~$ grep tvservice /etc/bash.bashrc -C 3
alias service="sudo /usr/sbin/service"
alias ifconfig="sudo /sbin/ifconfig"
# tv-service
alias tvservice="/opt/vc/bin/tvservice"
# vcgencmd
alias vcgencmd="/opt/vc/bin/vcgencmd" But
|
Quick update: The tvservice error had to do with running kodi as a different user from /usr/bin and with the standalone argument. I fixed this by symlinking /opt/vc/bin/tvservice to /usr/bin/tvservice (see latest commit in branch Buster. I believe this is what you are saying in different words as well :P As for the Pi3... not sure yet, will test after I get this branch up-and-running nicely for the Pi4. The Pi3 should still use Jessie for now ;) (or accept things might not work as intended). To be continued... |
Thanks Saiyato.
Let me make some comments to your script :-)
Sorry, I am not very familiar with the Volumio environment. But I will help if needed and I can. :-) |
Hi @mike42smith
|
Update on the memory part, LibreElec (a trusted source imho) states 320M is necessary for (some) 4k playback; see post
Which is an advise I followed earlier and it worked perfectly, 192M still has choppy playback, going to try 244M after which I will decide on 244M or 320M |
A few reboots later, set gpu_mem to 320M and the errors in the logs disappeared, 244M still showed the same allocation errors (and had choppy playback). So I'm going to update gpu_mem_1024 to 320 (was 256). |
@Saiyato: Some additional feedback to the install.sh in the Buster branch. If you add a possibility to activate and deactivate Kodi autostart in the Volumio web frontend, could you also add a function to activate the Kodi webserver in the settings. Otherwise the user needs a addional keyboard to activate it and so the possibility to use a smartphone app to control directly. Thanks :-) |
Hi @mike42smith , Just amended most of the above, herewith my comments:
in my next test run ;)
|
@ashthespy it works on both my Pi2 and Pi3B+, as well as on the Pi4 obviously ;) The thing that remains is patching the plugin itself (index.js) and deciding what we want to do with the disabled APT pinning. |
@mike42smith 00-vmcs.conf is indeed written when installing the package from the default PPA, I made the creation of it conditional. As said in my previous comment, the plugin needs a refresh, because the settings-file structure changed as of Kodi Leia. |
That is great! I didn't bother getting further with a buster build for the pi0 as node12 has dropped official support for armv6l. They still provide "unofficial" build though, but does it even make sense to run Kodi on a Pi1/Zero?
|
@Saiyato Just a tiny request: Would you be so kind and remove the name of the Kodi version (Krypton) of the package.json file in line 12 (in the Buster branch). Otherwise it might be confusing for Buster users expecting Kodi Leia. |
Hi Saiyato, Now I realize that some kodi plugins were not supported anymore with krypton and require Leia. So I am interested if you still plan to get Leia working with Pi3? I am happy to support with testing! All the best! |
The plugin from branche buster installed on Buster ( the 2020-08-21, version 0.010 The following message appears during installation: /usr/local/bin/volumio: line242: /usr/local/bin/node: No such file or directory Seems to be working fine except the TV remote does not work. I can use the keyboard (logitec k400 plus). Do you know what to do to make the remote work? |
This is probably cause it's still looking for the |
Thanks, I can test it next week.
Christel
Op zo 25 okt. 2020 19:44 schreef Ash <[email protected]>:
… The plugin from branche buster installed on Buster ( the 2020-08-21,
version 0.010
Raspberry Pi Volumio-3.010-2020-08-21-pi)
<https://community.volumio.org/t/volumio-debian-buster-beta-raspi-images-debugging/11988>
The following message appears during installation: /usr/local/bin/volumio:
line242: /usr/local/bini/node: No such file or directory
This is probably cause its still looking for the node binary at the
legacy path.. Try where node to figure out the new path and either fix
the volumio script, or symlink to the legacy path..
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHF7URS7AHWP2CU2FOTWERTSMRWZXANCNFSM4D6HLRTA>
.
|
Just tested a bit, this should work (for now) Note that I have not tested a lot, just a quick test to verify |
I test it, ( sudo ln -s /usr/bin/node /usr/local/bin/node) Compressing the plugin Error: Command failed: /bin/mv *.zip /tmp/plugins/kodi.zip
|
I think you need to install the nodes, what have you done exactly? I can advise you to use the plugin helper repo as a reference (link: https://github.com/Saiyato/volumio-plugin-helper) It's very likely you need to run |
kodi 18.7 is installed, i think without nodes (want de afstandsbediening van TV werkt nog niet) (ik heb een map gemaakt en volumio-kodi-plugin-Buster er in gezet, deze geïnstalleerd met volumio plugin install en dan kreeg ik meldingen in het bovenstaand scherm |
Any chance of working with Kodi 18? (DRM would allow Netflix) Let me know if you need testers.
The text was updated successfully, but these errors were encountered: