Syntax der myservices.xml, ruDbox neutrino auf der 7020

  • Hi,


    da ich Enigma als extremst nervig empfinde (ich komm nach 2 Monaten Gemini auf der 7020 nicht damit klar) hab ichs jetzt mal mit den Neutrino ruDbox-Image probiert... soweit funktioniert alles perfekt wie auch auf der DBox, sogar besser weil schnellere Umschaltzeiten, lokale Platte statt NFS mounts usw...


    Jetzt wollte ich noch die myservices.xml anpassen um u.a. auch die Premiere-Direkt Feeds aufzeichen zu können. Problem ist das die Syntax der Dateien im gegensatz zum Keywelt-Neutrino wohl völlig anders aussieht...


    Gewohnt bin ich aus der services.xml eigentlich:

    Code
    <zapit>
    	<sat name="Astra 19.2E" diseqc="0">
    		<transponder id="0004" onid="0085" frequency="12031500" inversion="2" symbol_rate="27500000" fec_inner="3" polarization="0">
    			<channel service_id="0012" name="PREMIERE DIREKT" service_type="01"/>
    			<channel service_id="0017" name="PREMIERE KRIMI" service_type="01"/>
    			<channel service_id="0010" name="PREMIERE SERIE" service_type="01"/>


    dazu in der myservices.xml

    Code
    <zapit>
    	<sat name="Astra 19.2E" diseqc="0">
    		<transponder id="0004" onid="0085" frequency="12031500" inversion="2" symbol_rate="27500000" fec_inner="3" polarization="0">
    			<channel action="add" service_id="00d0" name="PREMIERE Feed 00d0" service_type="01"/>
    			<channel action="add" service_id="00d1" name="PREMIERE Feed 00d1" service_type="01"/>
    			<channel action="add" service_id="00d2" name="PREMIERE Feed 00d2" service_type="01"/>
    		</transponder>


    die services.xml vom ruDbox-Neutrino sieht folgendermassen aus:

    Code
    <zapit>
    	<sat name="Astra 1BCEFGH,2C (19.2E)" diseqc="0" position="192">
    		<TS id="0004" on="0085" frq="12032000" inv="2" sr="27500000" fec="3" pol="0">
    			<S i="0012" n="PREMIERE DIREKT" v="aff" a="b00" p="aff" pmt="67" tx="0" t="1"/>
    			<S i="0017" n="PREMIERE KRIMI" v="5ff" a="600" p="5ff" pmt="68" tx="20" t="1"/>
    			<S i="0010" n="PREMIERE SERIE" v="3ff" a="400" p="3ff" pmt="66" tx="20" t="1"/>


    Jetzt die erste Frage:
    Was bedeuten die Werte v="aff" a="b00" p="aff" pmt="67" tx="0" t="1" ?
    Welche Werte sind hier für die Direkt-Feeds einzusetzen?


    Ich kombiniere mal als logischen Schluss, dass es in der myservices.xml wohl folgendermassen weitergehen muss:

    Code
    <zapit>
    	<sat name="Astra 1BCEFGH,2C (19.2E)" diseqc="0" position="192">
    			<TS id="0004" on="0085" frq="12032000" inv="2" sr="27500000" fec="3" pol="0">


    Nur weiter?

    Code
    <channel action="add" S i="0d" n="PREMIERE Feed 00d0" v="???" a="???" p="???" pmt="??" tx="?" t="?"/>


    Der String channel action="add" oder "replace" funktioniert schonmal nicht, das hab ich getestet indem ich einen Channel aus der servicesl.xml gelöscht und in die myservices wie oben beschreiben wieder eingefügt hab... oder die myservices.xml wird komplett ignoriert? Das kann ich so nicht nachvollziehen...


    Gibts irgendwo ne Doku zum Aufbau der Datei in diesem Image?

  • Neutrino.DREAM has another format-settings and algo-scan than original tuxbox Neutrino. myservices.xml - not for Neutrino.DREAM. There is we are using ubouquets.xml (user bouquets).


    Zitat

    Originally posted by schappl
    Jetzt die erste Frage:
    Was bedeuten die Werte [i]v="aff" a="b00" p="aff" pmt="67" tx="0" t="1"..


    v - video-pid
    a - audio-pid
    p - pcr-pid
    pmt - pmt-pid
    tx - teletext-pid
    t - type (1-tv, 2-radio)


    If You have time to open readme-file, You'll see info about Neutrino.DREAM settings editor for windows.

  • Zitat

    Original von satnews
    Neutrino.DREAM has another format-settings and algo-scan than original tuxbox Neutrino. myservices.xml - not for Neutrino.DREAM. There is we are using ubouquets.xml (user bouquets).


    yes, that I saw :winking_face:



    ok, where I find indicated for the premiere direkt subchannels?


    Zitat

    If You have time to open readme-file, You'll see info about Neutrino.DREAM settings editor for windows.


    the program dreamset i found, but it is not useful to me. it can not create the pid's for the myservices file...


    sorry for the bad english, i have it not learned in the school :winking_face: