Beiträge von suschi1975

    Ich habe nur den externen mit xmltv.sock aktiviert und da war kein Update vorhanden, obwohl nochmal manuell aus deinem Addon heraus angestoßen.

    Testweise habe ich mal den internen grabber zusätzlich aktiviert, bei ARD den Kanal von XMLTV:TV_grab_file hinterlegt und den internen neu gestartet, dann war das EPG aktuell.
    Daher meine Vermutung, dass es mit dem internen funktioniert, nicht aber mit dem externen

    Kann es sein, dass das EPG über xmltv.sock noch nicht richtig aktuallisiert wird?
    ARD sendet zur Zeit immer um 20.15 Uhr eine Sondersendung zu Corona. Dies wird jedoch immer erst im Laufe des Tages im Programm von ARD bekannt gegeben/geändert.
    In der Guide.xml ist das auch drin, aber im EPG von TVH nicht.

    Ich habe gerade auch nochmal manuell das EPG generiert und in den sock geschrieben. Ändert nichts am EPG in TVH

    In der anderen Anleitung steht u.a.

    Spoiler anzeigen


    2.
    Sucht nach dieser Zeile
    <!-- NextRecording -->


    direkt darunter die nächsten Zeilen einfügen und Datei speichern.
    <control type="group" id="5777">
    <left>-1425</left>
    <top>400</top>
    <control type="button">
    <description>left Arrow</description>
    <left>70</left>
    <top>90</top>
    <width>30</width>
    <height>40</height>
    <texturefocus>arrow-big-left.png</texturefocus>
    <texturenofocus>arrow-big-left.png</texturenofocus>
    <onclick>Control.Move(58051,-1)</onclick>
    <visible>Control.HasFocus(58051) + Container(58051).HasPrevious</visible>
    </control>
    <control type="group">
    <control type="label">
    <description>Widget label</description>
    <left>660</left>
    <top>310</top>
    <height>20</height>
    <width>480</width>
    <label>TV-Highlights</label>
    <align>center</align>
    <aligny>center</aligny>
    <font>font13</font>
    <textcolor>white</textcolor>
    </control>
    <control type="list" id="58051">
    <left>120</left>
    <top>0</top>
    <width>1675</width>
    <height>320</height>
    <onleft>58051</onleft>
    <onright>58051</onright>
    <onup>58051</onup>
    <ondown>9020</ondown>
    <viewtype label="535">list</viewtype>
    <pagecontrol>-</pagecontrol>
    <scrolltime>200</scrolltime>
    <orientation>Horizontal</orientation>
    <itemlayout height="240" width="240">
    <control type="image">
    <description>background</description>
    <left>0</left>
    <top>0</top>
    <width>240</width>
    <height>300</height>
    <texture border="15">RecentAddedBack.png</texture>
    </control>
    <control type="image">
    <description>Broadcast Picture</description>
    <left>10</left>
    <top>10</top>
    <width>220</width>
    <height>155</height>
    <aspectratio>scale</aspectratio>
    <texture background="true">$INFO[ListItem.thumb]</texture>
    <bordertexture border="5">button-nofocus.png</bordertexture>
    <bordersize>5</bordersize>
    </control>
    <control type="label">
    <description>Genre</description>
    <left>20</left>
    <top>190</top>
    <width>200</width>
    <height>14</height>
    <font>font10</font>
    <textcolor>white</textcolor>
    <align>left</align>
    <aligny>top</aligny>
    <label>$INFO[ListItem.genre]</label>
    </control>
    <control type="label">
    <description>Movie Title</description>
    <left>20</left>
    <top>168</top>
    <width>200</width>
    <height>20</height>
    <font>font12</font>
    <textcolor>white</textcolor>
    <align>center</align>
    <aligny>center</aligny>
    <label>$INFO[ListItem.title]</label>
    </control>
    <control type="image">
    <description>Channellogo</description>
    <left>10</left>
    <top>210</top>
    <width>100</width>
    <height>75</height>
    <aspectratio>keep</aspectratio>
    <align>left</align>
    <aligny>top</aligny>
    <texture background="false">$INFO[ListItem.Art(logo)]</texture>
    <bordersize>5</bordersize>
    </control>
    <control type="label">
    <description>Starttime - Endtime</description>
    <left>100</left>
    <top>220</top>
    <width>130</width>
    <height>14</height>
    <font>font10</font>
    <textcolor>white</textcolor>
    <align>right</align>
    <aligny>top</aligny>
    <label>$INFO[ListItem.Property(StartTime)] - $INFO[ListItem.Property(EndTime)]</label>
    </control>
    <control type="label">
    <description>PVR Channel</description>
    <left>110</left>
    <top>255</top>
    <width>120</width>
    <height>14</height>
    <font>font10</font>
    <textcolor>white</textcolor>
    <align>right</align>
    <aligny>top</aligny>
    <label>$INFO[ListItem.Label2]</label>
    </control>
    </itemlayout>
    <focusedlayout height="240" width="240">
    <control type="image">
    <description>background</description>
    <left>0</left>
    <top>0</top>
    <width>240</width>
    <height>300</height>
    <texture border="15">RecentAddedBack.png</texture>
    </control>
    <control type="image">
    <left>10</left>
    <top>10</top>
    <width>220</width>
    <height>155</height>
    <aspectratio>scale</aspectratio>
    <texture background="true">$INFO[ListItem.thumb]</texture>
    <bordertexture border="5">folder-focus.png</bordertexture>
    <bordersize>5</bordersize>
    <visible>true</visible>
    </control>
    <control type="image">
    <left>10</left>
    <top>10</top>
    <width>220</width>
    <height>155</height>
    <aspectratio>scale</aspectratio>
    <texture>$INFO[ListItem.thumb]</texture>
    <bordertexture border="5">button-nofocus.png</bordertexture>
    <bordersize>5</bordersize>
    <visible>true</visible>
    </control>
    <control type="label">
    <left>20</left>
    <top>190</top>
    <width>200</width>
    <height>14</height>
    <font>font10</font>
    <textcolor>$VAR[ThemeHomeLabelColor]</textcolor>
    <align>left</align>
    <aligny>top</aligny>
    <label>$INFO[ListItem.genre]</label>
    </control>
    <control type="label">
    <left>20</left>
    <top>168</top>
    <width>200</width>
    <height>20</height>
    <font>font12</font>
    <textcolor>$VAR[ThemeHomeLabelColor]</textcolor>
    <align>center</align>
    <aligny>center</aligny>
    <label>$INFO[ListItem.Label]</label>
    <visible>true</visible>
    </control>
    <control type="image">
    <description>Channellogo</description>
    <left>10</left>
    <top>210</top>
    <width>100</width>
    <height>75</height>
    <aspectratio>keep</aspectratio>
    <align>left</align>
    <aligny>top</aligny>
    <texture background="false">$INFO[ListItem.Art(logo)]</texture>
    <bordersize>5</bordersize>
    </control>
    <control type="label">
    <left>100</left>
    <top>220</top>
    <width>130</width>
    <height>14</height>
    <font>font10</font>
    <textcolor>$VAR[ThemeHomeLabelColor]</textcolor>
    <align>right</align>
    <aligny>top</aligny>
    <label>$INFO[ListItem.Property(StartTime)] - $INFO[ListItem.Property(EndTime)]</label>
    </control>
    <control type="label">
    <left>110</left>
    <top>255</top>
    <width>120</width>
    <height>14</height>
    <font>font10</font>
    <textcolor>$VAR[ThemeHomeLabelColor]</textcolor>
    <align>right</align>
    <aligny>top</aligny>
    <label>$INFO[ListItem.Label2]</label>
    </control>
    </focusedlayout>
    <onclick>RunScript(script.service.gto,action=infopopup&blob=$INFO[ListItem.Property(BlobId)])</onclick>
    <content target="pvr">plugin://script.service.gto?action=getcontent&ts=$INFO[Window(Home).Property(GTO.timestamp)]</content>
    </control>
    <control type="button">
    <description>right Arrow</description>
    <left>1810</left>
    <top>90</top>
    <width>30</width>
    <height>40</height>
    <texturefocus>arrow-big-right.png</texturefocus>
    <texturenofocus>arrow-big-right.png</texturenofocus>
    <onclick>Control.Move(58051,1)</onclick>
    <visible>Control.HasFocus(58051) + Container(58051).HasNext</visible>
    </control>
    </control>
    </control>

    Bei Dir steht nur

    Spoiler anzeigen


    - Import the widget. Search for: ```<!-- NextRecording -->```. Place following above this line:
    ```
    <!-- GTO Widget -->
    <include condition="System.HasAddon(script.service.gto)">HomeRecentlyAddedGTO</include>

    Ich habe nur das von Dir drin

    Hallo,
    tolles Widget, danke dafür. Hat bei mir problemlos Tips angezeigt, aber leider habe ich noch ein kleines Problem.

    Ich verwende den AEON NOX SILVO Skin und wenn ich im Hauptmenü bin, kann ich nicht nach oben auf die Tipps springen um mir z.B. die komplette Info anzeigen zu lassen.
    Ist das garnicht vorgesehen, oder muss ich noch etwas anpassen?

    Ich hoffe Ihr versteht was ich meine und könnt mir helfen.

    Würde es auch gerne testen, aber bei mir kommt kein Update. Ich bin noch immer auf 0.1.1.
    Manuell habe ich schon nach Updates gesucht und auch das Repo nochmal installiert.
    Muss ich einfach warten oder gibt es noch einen anderen weg?

    Edit:
    aktualisierung ist jetz da. habe an der falschen Stelle die aktuallisierung angestoßen. Über die Sidebar geht es

    Tausend Dank, genau der Hinweis mit dem Pflegen des Pfades im TVH-Server Addon hat mir gefehlt. Ich habe immer in der WebOberfläche oder XML-Dateien nach einer Möglichkeit gesucht, den Pfad zur guide.xml anzugeben.
    An das Addon und dessen Einstellungsmöglichkeiten habe ich nicht gedacht. Danke, werde das mal testen.

    Ich will jetzt auch mal mein EPG etwas aufbessern blicke es aber nicht. Die guide.xml wird erstellt, aber wie bekomme ich die Daten in TVHeadend eingelesen?
    Benötige ich da jetzt noch ein separates EPG-Grabber-Modul in TVH oder geht das mit den vorhandenen?

    Über eine Anleitung für einen Noob würde ich mich sehr freuen.
    TVH läuft unter Libreelec auf einem Pi

    Danke vielmals für etwas Unterstützung