Extended Service Info Converter

  • Ok. Everything is fixed in my ExtendedServiceInfo.py . Now We have TUNER INFO (freq, sr, fec, polarisation) working :winking_face: + rest of functions like (Orbital position, ch number... If you want Tuner Info in your skin you have to add in your skin.xml new line for this (with your position in infobar) for example:


    Zitat


    <widget source="session.CurrentService" render="Label" position="688,109" zPosition="1" size="280,20" font="Regular;16" halign="left" backgroundColor="#333333" transparent="1">
    <convert type="ExtendedServiceInfo">TunerInfo</convert>
    </widget>


    If you want this Copy this file by ftp to /usr/lib/enigma2/python/Components/Converter/ and overwrite if you have older Extendedservice file .


    Thx vali for some advices and little help :) Cheers


    btw. Everything is Tested and working good with Gemini 4.10 & 4.20 with all skins (I'm using only Kerni HD 1 my mod)

  • Neues ipk ist im ersten Posting zu finden.

    <b>MfG Ali</b>
    <p />
    <select OnChange="window.open(this.options[this.selectedIndex].value, 'New')">
    <option value="/wbb2">Aus meinem Labor:</option>
    <option value="/wbb2/thread.php?threadid=127480">ARD Mediathek</option>
    <option value="/wbb2/thread.php?threadid=105590">CCcam Info</option>
    <option value="/wbb2/thread.php?threadid=99943">CS-Manager</option>
    <option value="/wbb2/thread.php?threadid=117478">DVD Backup</option>
    <option value="/wbb2/thread.php?threadid=90957">Extended Service Info</option>
    <option value="/wbb2/thread.php?threadid=92153">Mosaic</option>
    <option value="/wbb2/thread.php?threadid=114726">Movie Jukebox</option>
    <option value="/wbb2/thread.php?threadid=127314">Movielist Preview</option>
    <option value="/wbb2/thread.php?threadid=107501">ORF.at</option>
    <option value="/wbb2/thread.php?threadid=99478">Permanent Clock</option>
    <option value="/wbb2/thread.php?threadid=111496">Podcast</option>
    <option value="/wbb2/thread.php?threadid=125382">Porn Center</option>
    <option value="/wbb2/thread.php?threadid=89009">RS Downloader</option>
    <option value="/wbb2/thread.php?threadid=118188">Seekbar</option>
    <option value="/wbb2/thread.php?threadid=92584">Zap-History Browser</option>
    <option value="/wbb2/thread.php?threadid=127065">Zap Statistic</option>
    <option value="/wbb2/thread.php?threadid=125298">ZDF Mediathek</option>
    </select>

  • Hey Ali


    Was ist neu? Kann kein Unterschied feststellen!



    Gruß



    Fighter-XP

    Box1: 7080
    Box2: 8000
    Box3: 500HD
    Box4: 600PVR
    Abo´s: 2xSky FULL HD/MTV/SRG/HD+/ORF
    TV: Samsung UE46B7090
    Zubehör: 8xSmargo an CCcam-DebianServer
    Sat´s: 23,5 19,2 13,0 9,0

  • Eigentlich waren da nur die letzten Fixe drin. Lade aber gleich eine neue Version hoch mit Satname.

    <b>MfG Ali</b>
    <p />
    <select OnChange="window.open(this.options[this.selectedIndex].value, 'New')">
    <option value="/wbb2">Aus meinem Labor:</option>
    <option value="/wbb2/thread.php?threadid=127480">ARD Mediathek</option>
    <option value="/wbb2/thread.php?threadid=105590">CCcam Info</option>
    <option value="/wbb2/thread.php?threadid=99943">CS-Manager</option>
    <option value="/wbb2/thread.php?threadid=117478">DVD Backup</option>
    <option value="/wbb2/thread.php?threadid=90957">Extended Service Info</option>
    <option value="/wbb2/thread.php?threadid=92153">Mosaic</option>
    <option value="/wbb2/thread.php?threadid=114726">Movie Jukebox</option>
    <option value="/wbb2/thread.php?threadid=127314">Movielist Preview</option>
    <option value="/wbb2/thread.php?threadid=107501">ORF.at</option>
    <option value="/wbb2/thread.php?threadid=99478">Permanent Clock</option>
    <option value="/wbb2/thread.php?threadid=111496">Podcast</option>
    <option value="/wbb2/thread.php?threadid=125382">Porn Center</option>
    <option value="/wbb2/thread.php?threadid=89009">RS Downloader</option>
    <option value="/wbb2/thread.php?threadid=118188">Seekbar</option>
    <option value="/wbb2/thread.php?threadid=92584">Zap-History Browser</option>
    <option value="/wbb2/thread.php?threadid=127065">Zap Statistic</option>
    <option value="/wbb2/thread.php?threadid=125298">ZDF Mediathek</option>
    </select>

  • Hallo an ALLE!


    Bin ganz neu in der Dreambox Szene :)
    Wie und was muss ich machen damit die Kanalnummer angezeigt wird?
    Den Ordner ALI nach /usr/lib/enigma2/python/Plugins/Extensions/ hab ich gemacht.
    Die Infobar ist auf vorhanden.
    Plugin wurde installiert.
    Was nun? Wo finde ich die skin.xml?
    Benutze den HD1 skin.

    Dreambox 800se


    19,2E / 13E / 9E / 4,8e / 4W

  • die skin.xml findest du in /usr/share/enigma2/name_deines_skins


    hier ne anleitung wo du was ändern musst.


    wenn du ne datei suchst, kannst du in telnet mit

    Code
    find / -name "skin.xml"


    machen

  • Geh mal nach /usr/share/enigma2/Kerni-HD1.
    Da findest Du die skin.xml
    Da suchste dann nach InfobarSummary:

    Code
    <screen name="InfoBarSummary" position="0,0" 	size="132,64">
    		<widget source="session.CurrentService" render="Label" position="3,1" size="126,64" font="LCD;105" halign="center" valign="center" >
    			<convert type="ExtendedServiceInfo">ServiceNumber</convert>
    		</widget>


    Bei Font kannste dann auch Regular einstellen. Dahinter die Größe der Schrift. Einfach mal mit spielen bis es gefällt.
    Edit: Oh, sorry, Du willst nicht die Kanalnr. im Display sehen... Hatte ich übersehen.

  • Code
    <screen name="InfoBarSummary" position="0,0" 	size="132,64">


    das ist aber der oled :winking_face:

  • GP 4.3 + Dreamnetcast erzeugt bei mir nen BSOD. Liegt es am Service Info Converter?

  • Hatte ich schon gefixt und keine neue Version gepostet.


    http://code.google.com/p/enigma2/source/detail?r=79


    Ich erneuere gleich die Version im ersten Posting.

    <b>MfG Ali</b>
    <p />
    <select OnChange="window.open(this.options[this.selectedIndex].value, 'New')">
    <option value="/wbb2">Aus meinem Labor:</option>
    <option value="/wbb2/thread.php?threadid=127480">ARD Mediathek</option>
    <option value="/wbb2/thread.php?threadid=105590">CCcam Info</option>
    <option value="/wbb2/thread.php?threadid=99943">CS-Manager</option>
    <option value="/wbb2/thread.php?threadid=117478">DVD Backup</option>
    <option value="/wbb2/thread.php?threadid=90957">Extended Service Info</option>
    <option value="/wbb2/thread.php?threadid=92153">Mosaic</option>
    <option value="/wbb2/thread.php?threadid=114726">Movie Jukebox</option>
    <option value="/wbb2/thread.php?threadid=127314">Movielist Preview</option>
    <option value="/wbb2/thread.php?threadid=107501">ORF.at</option>
    <option value="/wbb2/thread.php?threadid=99478">Permanent Clock</option>
    <option value="/wbb2/thread.php?threadid=111496">Podcast</option>
    <option value="/wbb2/thread.php?threadid=125382">Porn Center</option>
    <option value="/wbb2/thread.php?threadid=89009">RS Downloader</option>
    <option value="/wbb2/thread.php?threadid=118188">Seekbar</option>
    <option value="/wbb2/thread.php?threadid=92584">Zap-History Browser</option>
    <option value="/wbb2/thread.php?threadid=127065">Zap Statistic</option>
    <option value="/wbb2/thread.php?threadid=125298">ZDF Mediathek</option>
    </select>

  • Schaut zwar ganz gut aus, hab aber festgestellt, dass der Service Number Renderer die bessere Alternative ist. Hat soweit auch alles gefunkt. Nur kann ich von der "großen" Zahl nur die obere Hälfte im Display erkennen. Unten ist die Uhr eingeblendet. Weißt du, wie ich die wegbekomme? Muss es doch ne Einstellung geben...

  • Zitat

    Original von Iceman36
    Schaut zwar ganz gut aus, hab aber festgestellt, dass der Service Number Renderer die bessere Alternative ist. Hat soweit auch alles gefunkt. Nur kann ich von der "großen" Zahl nur die obere Hälfte im Display erkennen. Unten ist die Uhr eingeblendet. Weißt du, wie ich die wegbekomme? Muss es doch ne Einstellung geben...


    Lade einfach mal Deine skin.xml hoch. Ich passe es Dir an.

  • Zitat

    Original von Iceman36
    Oki, hier mal die Original Skin.xml.


    Benny


    Hab mich übrigens im Thread geirrt. Wollt das ganze Geschreibsel hier eigentlich unter den "Was mit dem kleinen Display Anfangen?" Thread schreiben...


    Probier mal diese skin.xml.

  • Hat funktioniert! *freu* Hab nur ein kleines Problem. Die Zahlen im Display sind unten abgeschnitten. Nicht viel...fehlt vielleicht ein oder zwei Pixelreihen. Aber geht wohl von der Anpassung nicht bessser. Sind die schon ganz oben anliegend am Display?


    Dankeschön!


    Benny