Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Updating to Kodi 15 Help
Tagged: Kodi 15 retropie 3.3
- This topic has 7 replies, 3 voices, and was last updated 9 years, 8 months ago by
Anonymous.
-
AuthorPosts
-
02/03/2016 at 20:37 #116163
lionelhutz
ParticipantHello,
I am running RetroPie 3.3 and would like to update Kodi to 15.
I found these instructions:
#!/usr/bin/env bash
# This file is part of RetroPie.
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
#
# See the LICENSE.md file at the top-level directory of this distribution and
# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
## http://www.gtkdb.de/index_36_2176.html
rp_module_id=”kodi-15″
rp_module_desc=”Install Kodi 15 (Must install the other Kodi first!)”
rp_module_menus=”4+”
rp_module_flags=”nobin”function depends_kodi-15() {
apt-get remove -y kodi kodi.bin
}function sources_kodi-15() {
wget -O- -q http://steinerdatenbank.de/software/kodi-15.tar.gz | tar -xvz
cd kodi-15
./install
}function configure_kodi-15() {
echo ‘SUBSYSTEM==”input”, GROUP=”input”, MODE=”0660″‘ > /etc/udev/rules.d/99-input.rulesmkRomDir “ports”
cat > “$romdir/ports/Kodi.sh” << _EOF_
#!/bin/bash
startkodi
_EOF_chmod +x “$romdir/ports/Kodi.sh”
setESSystem ‘Ports’ ‘ports’ ‘~/RetroPie/roms/ports’ ‘.sh .SH’ ‘%ROM%’ ‘pc’ ‘ports’
}But I have no idea what that means. Where and how do I type this in? I am very new to RaspberryPi
02/03/2016 at 20:43 #116164herbfargus
MemberIgnore that one its outdated. Follow this link (assuming you’re on wheezy) if you’re on Jessie (which is what retropie 3.4 is based on it already has kodi 15:
https://github.com/retropie/RetroPie-Setup/wiki/KODI#kodi-15
02/03/2016 at 20:47 #116165lionelhutz
ParticipantI am on 3.3.
I do not understand those instructions. When I boot retropie i hit f4, I am then in the retropie directrory.
I typed: cd RetroPie-Setup/scriptmodules/ports
Then when i type cd kodi.sh it says no directory found.
02/03/2016 at 20:57 #116167lionelhutz
ParticipantEDIT:
I figured it out. Completely forgot about winscp…
That was really simple lol.
Thanks!
02/05/2016 at 18:00 #116308Anonymous
Inactive[quote=116167]EDIT:
I figured it out. Completely forgot about winscp…
That was really simple lol.
Thanks!
[/quote]
Hi!
After upgrading, were you able to use PVR Clients?
Thanks in advance.
02/05/2016 at 22:14 #116324lionelhutz
Participant[quote=116308]
EDIT:
I figured it out. Completely forgot about winscp…
That was really simple lol.
Thanks!
Hi!
After upgrading, were you able to use PVR Clients?
Thanks in advance.
[/quote]
Not sure I do not use that. What is it, perhaps I can test for you
02/09/2016 at 01:36 #116534Anonymous
Inactive[quote=116324]
EDIT:
I figured it out. Completely forgot about winscp…
That was really simple lol.
Thanks!
Hi!
After upgrading, were you able to use PVR Clients?
Thanks in advance.
Not sure I do not use that. What is it, perhaps I can test for you
[/quote]
Would you mind giving a try?
Thanks in advance02/22/2016 at 01:16 #117750Anonymous
InactiveAny news on this?
I still can’t install or have access to the IPTV clients on Kodi 15… -
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.