Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Bekomme Kodi adapter nicht zum Laufen

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Bekomme Kodi adapter nicht zum Laufen

    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      Knusterus last edited by

      Hallo zusammen

      Ich suche immer noch nach einer Möglichkeit Webradio zu hören und es über Iobroker auch auf dem tablet darzustellen.Jetzt wollt ich mal Kodi testen.

      Kodi ist auf dem gleichen Rechner installiert wo auch xampp mit iobroker läuft.

      Jetzt habe ich den Adapter installiert aber er startet nicht (bleibt gelb).Log sieht so aus

      ! kodi-0 2017-01-31 18:30:40.058 info starting. Version 0.2.0 in C:/ioBroker/node_modules/iobroker.kodi, node: v7.4.0
      ! host-NUC-PC 2017-01-31 18:30:38.615 info instance system.adapter.kodi.0 started with pid 4844
      ! host-NUC-PC 2017-01-31 18:30:35.837 info instance system.adapter.kodi.0 terminated with code null ()
      ! host-NUC-PC 2017-01-31 18:30:35.837 warn instance system.adapter.kodi.0 terminated due to SIGTERM
      ! host-NUC-PC 2017-01-31 18:30:35.806 info stopInstance system.adapter.kodi.0 killing pid 2140
      ! host-NUC-PC 2017-01-31 18:30:35.805 info stopInstance system.adapter.kodi.0
      ! host-NUC-PC 2017-01-31 18:30:35.805 info object change system.adapter.kodi.0

      Node.js habe ich aktuell.

      Wo liegt das Problem.

      Im Adapter habe ich die IP des Rechners eingetragen auf der Kodi und xampp laufen.Port 8080. Steht so auch im Kodi.

      Volker

      1 Reply Last reply Reply Quote 0
      • Patrick
        Patrick last edited by

        @Knusterus:

        Hallo zusammen

        Ich suche immer noch nach einer Möglichkeit Webradio zu hören und es über Iobroker auch auf dem tablet darzustellen.Jetzt wollt ich mal Kodi testen.

        Kodi ist auf dem gleichen Rechner installiert wo auch xampp mit iobroker läuft.

        Jetzt habe ich den Adapter installiert aber er startet nicht (bleibt gelb).Log sieht so aus

        ! kodi-0 2017-01-31 18:30:40.058 info starting. Version 0.2.0 in C:/ioBroker/node_modules/iobroker.kodi, node: v7.4.0
        ! host-NUC-PC 2017-01-31 18:30:38.615 info instance system.adapter.kodi.0 started with pid 4844
        ! host-NUC-PC 2017-01-31 18:30:35.837 info instance system.adapter.kodi.0 terminated with code null ()
        ! host-NUC-PC 2017-01-31 18:30:35.837 warn instance system.adapter.kodi.0 terminated due to SIGTERM
        ! host-NUC-PC 2017-01-31 18:30:35.806 info stopInstance system.adapter.kodi.0 killing pid 2140
        ! host-NUC-PC 2017-01-31 18:30:35.805 info stopInstance system.adapter.kodi.0
        ! host-NUC-PC 2017-01-31 18:30:35.805 info object change system.adapter.kodi.0

        Node.js habe ich aktuell.

        Wo liegt das Problem.

        Im Adapter habe ich die IP des Rechners eingetragen auf der Kodi und xampp laufen.Port 8080. Steht so auch im Kodi.

        Volker `

        morgen hast du das gemacht?

        Note: The advancedsettings.xml file does not exist by default. You have to create it first!

        2.1.2 jsonrpc

        To make it easier for developers using the JSON RPC API in their (third party) applications to debug during development the json output of Kodi can be prettified by setting compactoutput to false. Default json output mode is a compact print which does not contain any unnecessary whitespaces and therefore is difficult to read for humans. Furthermore using the tcpport setting it is possible to change the default TCP port used by Kodi for JSON RPC (which is 9090) to any other valid port.

        Example:

        <jsonrpc><compactoutput>false</compactoutput>

        <tcpport>9999</tcpport></jsonrpc>

        http://kodi.wiki/view/AdvancedSettings.xml

        https://github.com/instalator/ioBroker. … /README.md

        1 Reply Last reply Reply Quote 0
        • K
          Knusterus last edited by

          @Patrick:

          Note: The advancedsettings.xml file does not exist by default. You have to create it first!

          2.1.2 jsonrpc

          To make it easier for developers using the JSON RPC API in their (third party) applications to debug during development the json output of Kodi can be prettified by setting compactoutput to false. Default json output mode is a compact print which does not contain any unnecessary whitespaces and therefore is difficult to read for humans. Furthermore using the tcpport setting it is possible to change the default TCP port used by Kodi for JSON RPC (which is 9090) to any other valid port.

          Example:

          <jsonrpc><compactoutput>false</compactoutput>

          <tcpport>9999</tcpport></jsonrpc> `

          Hallo Patrick,

          danke genau das war der Fehler, jetzt läuft es.Vielen Dank!!

          Jetzt habe ich noch eine Frage zur Darstellung unter iobroker auf dem Tablet.Ich habe unter Kodi /Musik das RadioAddon geladen.

          Dort unter meine Sender meine Lieblingssender gespeichert.

          Jetzt hätte ich gern diese Liste auf meinem Tablet dargestellt,wenn mit Möglchikeit zum Umschalten der Sender.

          Außerdem hätte ich gern den aktuell laufenden Titel angezeigt,mit Sender.

          Ist das möglich und mit welchem Widget kann ich das darstellen?

          Volker

          1 Reply Last reply Reply Quote 0
          • Patrick
            Patrick last edited by

            @Knusterus:

            @Patrick:

            Note: The advancedsettings.xml file does not exist by default. You have to create it first!

            2.1.2 jsonrpc

            To make it easier for developers using the JSON RPC API in their (third party) applications to debug during development the json output of Kodi can be prettified by setting compactoutput to false. Default json output mode is a compact print which does not contain any unnecessary whitespaces and therefore is difficult to read for humans. Furthermore using the tcpport setting it is possible to change the default TCP port used by Kodi for JSON RPC (which is 9090) to any other valid port.

            Example:

            <jsonrpc><compactoutput>false</compactoutput>

            <tcpport>9999</tcpport></jsonrpc> `

            Hallo Patrick,

            danke genau das war der Fehler, jetzt läuft es.Vielen Dank!!

            Jetzt habe ich noch eine Frage zur Darstellung unter iobroker auf dem Tablet.Ich habe unter Kodi /Musik das RadioAddon geladen.

            Dort unter meine Sender meine Lieblingssender gespeichert.

            Jetzt hätte ich gern diese Liste auf meinem Tablet dargestellt,wenn mit Möglchikeit zum Umschalten der Sender.

            Außerdem hätte ich gern den aktuell laufenden Titel angezeigt,mit Sender.

            Ist das möglich und mit welchem Widget kann ich das darstellen?

            Volker `

            sorry da kann ich dir leider nicht helfen

            bin auf sonos umgestiegen

            1 Reply Last reply Reply Quote 0
            • arteck
              arteck Developer Most Active last edited by

              @Knusterus:

              @Patrick:

              Note: The advancedsettings.xml file does not exist by default. You have to create it first!

              2.1.2 jsonrpc

              To make it easier for developers using the JSON RPC API in their (third party) applications to debug during development the json output of Kodi can be prettified by setting compactoutput to false. Default json output mode is a compact print which does not contain any unnecessary whitespaces and therefore is difficult to read for humans. Furthermore using the tcpport setting it is possible to change the default TCP port used by Kodi for JSON RPC (which is 9090) to any other valid port.

              Example:

              <jsonrpc><compactoutput>false</compactoutput>

              <tcpport>9999</tcpport></jsonrpc> `

              Hallo Patrick,

              danke genau das war der Fehler, jetzt läuft es.Vielen Dank!!

              Jetzt habe ich noch eine Frage zur Darstellung unter iobroker auf dem Tablet.Ich habe unter Kodi /Musik das RadioAddon geladen.

              Dort unter meine Sender meine Lieblingssender gespeichert.

              Jetzt hätte ich gern diese Liste auf meinem Tablet dargestellt,wenn mit Möglchikeit zum Umschalten der Sender.

              Außerdem hätte ich gern den aktuell laufenden Titel angezeigt,mit Sender.

              Ist das möglich und mit welchem Widget kann ich das darstellen?

              Volker `

              schau dir doch die Ausgaben was der Adapter liefert…

              1 Reply Last reply Reply Quote 0
              • K
                Knusterus last edited by

                Hallo

                Ja beim Kodiadapter habe ich keine Liste mit meinen erstellten Radiosender gefunden,um diese darzustellen.

                Schade, bin jetzt wieder zu Foobar gewechselt.

                Danke trotzdem für Eure Hilfe

                Volker

                1 Reply Last reply Reply Quote 0
                • D
                  Dragonius last edited by

                  Hallo Leute,

                  ich habe das selbe Problem: Der Kodi-Adapter will sich nicht verbinden und bleibt immer gelb.

                  Den Tipp mit der advancedsettings.xml habe ich schon ausprobiert. Ich habe aber den Verdacht, dass ich hier noch einen Fehler mache. Egal was ich in der advancedsettings.xml eintrage, der Port bleibt immer auf 9090 stehen. Bei mir steht einzig

                  <jsonrpc><compactoutput>true</compactoutput>

                  <tcpport>9999</tcpport></jsonrpc>

                  drin. Aber eben ohne Wirkung…..

                  Abgelegt habe ich die Datei in c:\Programme(X86)\kodi\userdata

                  Die Nodes.js ist aktuell.

                  Wenn ich einen Portscanner laufen lasse, verbindet sich der Adapter für kurze Zeit kurioser Weise.

                  Das ganze läuft auf Windows 7, auf dem gleichen System wie iobroker.

                  Was mache ich noch falsch?

                  Gruß

                  Lutz

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post

                  Support us

                  ioBroker
                  Community Adapters
                  Donate
                  FAQ Cloud / IOT
                  HowTo: Node.js-Update
                  HowTo: Backup/Restore
                  Downloads
                  BLOG

                  691
                  Online

                  31.9k
                  Users

                  80.1k
                  Topics

                  1.3m
                  Posts

                  4
                  7
                  1972
                  Loading More Posts
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes
                  Reply
                  • Reply as topic
                  Log in to reply
                  Community
                  Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                  The ioBroker Community 2014-2023
                  logo