Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #116163
    lionelhutz
    Participant

    Hello,

    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 ()
    #
    # 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.rules

    mkRomDir “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

    #116164
    herbfargus
    Member

    Ignore 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

    #116165
    lionelhutz
    Participant

    I 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.

    #116167
    lionelhutz
    Participant

    EDIT:

    I figured it out. Completely forgot about winscp…

    That was really simple lol.

    Thanks!

    #116308
    Anonymous
    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.

    #116324
    lionelhutz
    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

    #116534
    Anonymous
    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 advance

    #117750
    Anonymous
    Inactive

    Any news on this?
    I still can’t install or have access to the IPTV clients on Kodi 15…

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.