- ioBroker Community Home
- Deutsch
- Skripten / Logik
- Blockly
- [gelöst] Kodi: Enduhrzeit berechnen
[gelöst] Kodi: Enduhrzeit berechnen
-
@Kuddel sagte:
um die Enduhrzeit des Films.
Die wird im Intervall jede Minute neu berechnet und ausgegeben.
@paul53 wir meinen auf jeden Fall das gleiche. Es funzt. Vielen Dank.

Export:
<xml xmlns="https://developers.google.com/blockly/xml"> <variables> <variable id="Gv49fQ40~+/ya6#JMvO}">time_total</variable> <variable id="8?J4Jmf7%_-wS9!yell|">time</variable> <variable id="z6@)Eo%V776?qOlzgeJq">sekunden_total</variable> <variable type="interval" id="pause">pause</variable> <variable id="c70ch.|4qGYP3!UEvS8x">sekunden</variable> <variable id="7gbI~lkqQ~M|C;mJ+cDq">i</variable> <variable type="timeout" id="timeout">timeout</variable> <variable id="fB}3.DkAG[Zns[jkc^B)">diff</variable> <variable id="=M^bc[m%CQVRvq!f}vIA">rest_sek_gesamt</variable> </variables> <block type="on_ext" id="mhrPpA^7UN)RTNT]/[[R" x="-12" y="-387"> <mutation xmlns="http://www.w3.org/1999/xhtml" items="2"></mutation> <field name="CONDITION">ne</field> <field name="ACK_CONDITION"></field> <value name="OID0"> <shadow type="field_oid" id="X%v$|Bp`D)/8o$MsBajH"> <field name="oid">kodi.0.info.playing_time</field> </shadow> </value> <value name="OID1"> <shadow type="field_oid" id="^}PdG{a#qWn,IS+^NU!x"> <field name="oid">kodi.0.state</field> </shadow> </value> <statement name="STATEMENT"> <block type="comment" id="e).{m6=;nkG@Eqt4*$Z:"> <field name="COMMENT">Play</field> <next> <block type="controls_if" id="I9pPj}k.Tg@,RB-Ad!C^" collapsed="true"> <value name="IF0"> <block type="logic_compare" id="f;Y93jeAj5hLE=HpAXci"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="+oIYTrzhXShgXD?-dx?!"> <field name="ATTR">val</field> <field name="OID">kodi.0.state</field> </block> </value> <value name="B"> <block type="text" id="L7`/vLtiabj}GQ5_)n?I"> <field name="TEXT">play</field> </block> </value> </block> </value> <statement name="DO0"> <block type="variables_set" id="fTK`7dy@}I9{xOUk:fdm"> <field name="VAR" id="Gv49fQ40~+/ya6#JMvO}">time_total</field> <value name="VALUE"> <block type="lists_split" id="fSNHlFM[e|2s~?~WLoA]"> <mutation mode="SPLIT"></mutation> <field name="MODE">SPLIT</field> <value name="INPUT"> <block type="get_value" id="%}I/[z=}v|bA_s+cN3T+"> <field name="ATTR">val</field> <field name="OID">kodi.0.info.playing_time_total</field> </block> </value> <value name="DELIM"> <shadow type="text" id="bO/MuTT:URPjI@SOF^wu"> <field name="TEXT">:</field> </shadow> </value> </block> </value> <next> <block type="variables_set" id="3L:9B.c/-jdK~YPS;}kk"> <field name="VAR" id="8?J4Jmf7%_-wS9!yell|">time</field> <value name="VALUE"> <block type="lists_split" id="m0vWY?4A}Fy?zECIMa-g"> <mutation mode="SPLIT"></mutation> <field name="MODE">SPLIT</field> <value name="INPUT"> <block type="get_value" id="cmBA^z.eb9hODfdHQbW8"> <field name="ATTR">val</field> <field name="OID">kodi.0.info.playing_time</field> </block> </value> <value name="DELIM"> <shadow type="text" id=";o/sw@k#dD0mWkC4+b)M"> <field name="TEXT">:</field> </shadow> </value> </block> </value> <next> <block type="variables_set" id=";/]R)Ct0Dfu6i-d@fN1="> <field name="VAR" id="z6@)Eo%V776?qOlzgeJq">sekunden_total</field> <value name="VALUE"> <block type="math_number" id="!A%IT%#arX*{$UY8=Kva"> <field name="NUM">0</field> </block> </value> <next> <block type="variables_set" id="%LYJ{05i.|T3]O%OZlti"> <field name="VAR" id="c70ch.|4qGYP3!UEvS8x">sekunden</field> <value name="VALUE"> <block type="math_number" id="-:ZTaSM~NWM#h9LoWuBz"> <field name="NUM">0</field> </block> </value> <next> <block type="controls_for" id="2R-$*vTVI{p#n(T8RV.d"> <field name="VAR" id="7gbI~lkqQ~M|C;mJ+cDq">i</field> <value name="FROM"> <shadow type="math_number" id="yo3lqjuQw}eovRb+XXQ?"> <field name="NUM">1</field> </shadow> </value> <value name="TO"> <shadow type="math_number"> <field name="NUM">10</field> </shadow> <block type="lists_length" id="030ssz#WyY6qdm{Y]+%7"> <value name="VALUE"> <block type="variables_get" id="LtjmBy}A-?%QRfowFhZH"> <field name="VAR" id="Gv49fQ40~+/ya6#JMvO}">time_total</field> </block> </value> </block> </value> <value name="BY"> <shadow type="math_number" id="W4)e3sbN-C[AtksvJyb0"> <field name="NUM">1</field> </shadow> </value> <statement name="DO"> <block type="math_change" id="gZ[fn:P}L%w5Hu*/k[w]"> <field name="VAR" id="z6@)Eo%V776?qOlzgeJq">sekunden_total</field> <value name="DELTA"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id="_nrssb{}I|MM@7r=B2*[" inline="false"> <field name="OP">MULTIPLY</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id="?QRRgY%9F+.UW^4Wl#AO"> <field name="OP">POWER</field> <value name="A"> <shadow type="math_number" id="`nZhdJ)1xBsAmv:WOH{$"> <field name="NUM">60</field> </shadow> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id="%5v;FD87a~}IdxMU?0vb"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="~kv8]AFICio,y}2%8r:A"> <field name="VAR" id="7gbI~lkqQ~M|C;mJ+cDq">i</field> </block> </value> <value name="B"> <shadow type="math_number" id="By?4fEM=/cIUg=PVf-%."> <field name="NUM">1</field> </shadow> </value> </block> </value> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="convert_tonumber" id="Xjk8qkB+rf0:[Z@JKl{4"> <value name="VALUE"> <block type="lists_getIndex" id="=M7:!eN*k,;Op`ncPBu)"> <mutation statement="false" at="true"></mutation> <field name="MODE">GET</field> <field name="WHERE">FROM_END</field> <value name="VALUE"> <block type="variables_get" id="4n4]sPE}}yOyCqIR6sK$"> <field name="VAR" id="Gv49fQ40~+/ya6#JMvO}">time_total</field> </block> </value> <value name="AT"> <block type="variables_get" id="5KN91f+6[?BIQQU^P+T/"> <field name="VAR" id="7gbI~lkqQ~M|C;mJ+cDq">i</field> </block> </value> </block> </value> </block> </value> </block> </value> </block> </statement> <next> <block type="controls_for" id="/[|3}k{qYeK4wFiN6#lx"> <field name="VAR" id="7gbI~lkqQ~M|C;mJ+cDq">i</field> <value name="FROM"> <shadow type="math_number" id="1FErI$q)qi=X^N_:%Js?"> <field name="NUM">1</field> </shadow> </value> <value name="TO"> <shadow type="math_number"> <field name="NUM">10</field> </shadow> <block type="lists_length" id="yJ$~7a^l4Gd#j:0c3$xr"> <value name="VALUE"> <block type="variables_get" id="Lh*:^j)}o|0jC8rH:.-+"> <field name="VAR" id="8?J4Jmf7%_-wS9!yell|">time</field> </block> </value> </block> </value> <value name="BY"> <shadow type="math_number" id="T3rAediff*:%E88l7+4%"> <field name="NUM">1</field> </shadow> </value> <statement name="DO"> <block type="math_change" id="Bsy0,}!M#a)Xi$$B[t]z"> <field name="VAR" id="c70ch.|4qGYP3!UEvS8x">sekunden</field> <value name="DELTA"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id="ecXevA40kHBJjiNry:#^" inline="false"> <field name="OP">MULTIPLY</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id="K#Ey7v.v;+lcl{1f@5]H"> <field name="OP">POWER</field> <value name="A"> <shadow type="math_number" id="a~E=mS#u_.VcC[jX^/;*"> <field name="NUM">60</field> </shadow> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id="p}_MS2!F;,r~o9#j=$`e"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="Wr7+iV$a;ynQ,P%0v/|h"> <field name="VAR" id="7gbI~lkqQ~M|C;mJ+cDq">i</field> </block> </value> <value name="B"> <shadow type="math_number" id="7DDk.nAP2`-o[3:5T/`V"> <field name="NUM">1</field> </shadow> </value> </block> </value> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="convert_tonumber" id="95Wkc=Wn9wjOL/~emwC:"> <value name="VALUE"> <block type="lists_getIndex" id="):n}4;0GiBs#gE+_-.uf"> <mutation statement="false" at="true"></mutation> <field name="MODE">GET</field> <field name="WHERE">FROM_END</field> <value name="VALUE"> <block type="variables_get" id="WCs.rt_18?skHj|HC;)H"> <field name="VAR" id="8?J4Jmf7%_-wS9!yell|">time</field> </block> </value> <value name="AT"> <block type="variables_get" id="dA]HyO~W)iY5ROXqc$PI"> <field name="VAR" id="7gbI~lkqQ~M|C;mJ+cDq">i</field> </block> </value> </block> </value> </block> </value> </block> </value> </block> </statement> <next> <block type="variables_set" id="x8t?3^{cNVFaKtPFnFq9"> <field name="VAR" id="fB}3.DkAG[Zns[jkc^B)">diff</field> <value name="VALUE"> <block type="math_arithmetic" id="2+`tDY!LQG^9AZO8#!ZQ" inline="false"> <field name="OP">MULTIPLY</field> <value name="A"> <shadow type="math_number" id="(_=}+a~Ov.r2s~-^a_*5"> <field name="NUM">1000</field> </shadow> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id="D.`(%|9dOcm*(umN9bT@" inline="false"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="u7f(0GaP.#L;(fYVBLIF"> <field name="VAR" id="z6@)Eo%V776?qOlzgeJq">sekunden_total</field> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="]@3~@l|_;uO[L%2ioP,k"> <field name="VAR" id="c70ch.|4qGYP3!UEvS8x">sekunden</field> </block> </value> </block> </value> </block> </value> <next> <block type="variables_set" id="@IH=J5P5=tnH`9Iu_Px|"> <field name="VAR" id="=M^bc[m%CQVRvq!f}vIA">rest_sek_gesamt</field> <value name="VALUE"> <block type="math_arithmetic" id="~E$;9??|fPcDC|HJqW`-" inline="false"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="1`UnN?gb.[~)w}d6VRR)"> <field name="VAR" id="z6@)Eo%V776?qOlzgeJq">sekunden_total</field> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id=")m(;caB*Y|AI7#H$k`-_"> <field name="VAR" id="c70ch.|4qGYP3!UEvS8x">sekunden</field> </block> </value> </block> </value> <next> <block type="control" id="E.QKHpVBex}})iCx|o|3"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">javascript.0.sonstige.kodi_endzeit</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="text_join" id="r1UQi]J^lm7$v9OOADL%"> <mutation items="2"></mutation> <value name="ADD0"> <block type="convert_from_date" id="TgQBU@2m$Aam**8naRqf"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">hh:mm</field> <value name="VALUE"> <block type="math_arithmetic" id="vFX,u4337mHL^[94MZjL"> <field name="OP">ADD</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="time_get" id="WGy*s;07oKI/J`GDI-x3"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">object</field> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="%/#p`[h/wlvqSaXg{l2J"> <field name="VAR" id="fB}3.DkAG[Zns[jkc^B)">diff</field> </block> </value> </block> </value> </block> </value> <value name="ADD1"> <block type="text" id="+v9neh|_70u#CP~sT+@%"> <field name="TEXT"> Uhr</field> </block> </value> </block> </value> <next> <block type="comment" id=":K!+{P30dMt;$jGMg6$T"> <field name="COMMENT">Restzeit in DP schreiben</field> <next> <block type="controls_if" id="YLU1O|*kP;~~)*%A*c64" collapsed="true"> <mutation else="1"></mutation> <value name="IF0"> <block type="logic_compare" id="O/cS/vtiw%t25mVoX0E)"> <field name="OP">GTE</field> <value name="A"> <block type="variables_get" id="Z9ar3}8Z9NYbMmd_Lr{$"> <field name="VAR" id="=M^bc[m%CQVRvq!f}vIA">rest_sek_gesamt</field> </block> </value> <value name="B"> <block type="math_number" id="EQS;F?$mC9ays!GQHelg"> <field name="NUM">3600</field> </block> </value> </block> </value> <statement name="DO0"> <block type="control" id=":vGI/P.wI*w^?R3?]A_y"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">javascript.0.sonstige.kodi_restzeit</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="text_join" id="qj]1+vKK[~s9~4E-?Hmt"> <mutation items="2"></mutation> <value name="ADD0"> <block type="convert_from_date" id="op^3$IrO,sQp3qbNH[yr"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">hh:mm:ss</field> <value name="VALUE"> <block type="math_arithmetic" id="`@gy7^%rBU*AJl2gq,W^" inline="false"> <field name="OP">ADD</field> <value name="A"> <shadow type="math_number" id="7DRWC8OQ|/xV,23*f7b."> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id="SRr*2A-d~+C3S^ASaz|z" inline="false"> <field name="OP">MULTIPLY</field> <value name="A"> <shadow type="math_number" id="B;w,.X}/n^mV^MqBH1EO"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="Gje!a(?`DOk/EP7U~{+7"> <field name="VAR" id="=M^bc[m%CQVRvq!f}vIA">rest_sek_gesamt</field> </block> </value> <value name="B"> <shadow type="math_number" id="eh15lqzy94bn2F7r%vLT"> <field name="NUM">1000</field> </shadow> </value> </block> </value> <value name="B"> <shadow type="math_number" id="K2`(*`(@|mb~gR~jDTT."> <field name="NUM">1</field> </shadow> <block type="convert_from_date" id="D)wHz^=FFv!%zu14#F`9"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">object</field> <value name="VALUE"> <block type="text" id="l2}(S$*x*xXv8{@KIM.D"> <field name="TEXT">1970-01-01 00:00</field> </block> </value> </block> </value> </block> </value> </block> </value> <value name="ADD1"> <block type="text" id=":iAB8qR}G,901EBDh9V@"> <field name="TEXT"> Std.</field> </block> </value> </block> </value> </block> </statement> <statement name="ELSE"> <block type="control" id="1TUgHZS-t^g/r?roa;T:"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">javascript.0.sonstige.kodi_restzeit</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="text_join" id="T7V(Q!yelYlEyv$W7W4_"> <mutation items="2"></mutation> <value name="ADD0"> <block type="convert_from_date" id="jqWJ%(d*IN6r=2uM2yvn"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="true" language="false"></mutation> <field name="OPTION">custom</field> <field name="FORMAT">mm:ss</field> <value name="VALUE"> <block type="math_arithmetic" id="V_}s;3rr[k0N-jfh|V}}" inline="false"> <field name="OP">ADD</field> <value name="A"> <shadow type="math_number" id=".@}R8NgR0O}W6q=Evlt;"> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id=")rp!A(b[(?HtEXZ4lGAs" inline="false"> <field name="OP">MULTIPLY</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="p?7L/:k:KJVYeaAb(Pvk"> <field name="VAR" id="=M^bc[m%CQVRvq!f}vIA">rest_sek_gesamt</field> </block> </value> <value name="B"> <shadow type="math_number" id="$eyPSY:~L?%j}!8_HgRv"> <field name="NUM">1000</field> </shadow> </value> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="convert_from_date" id="y9P,E-JX6-@5QR+90)Ca"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">object</field> <value name="VALUE"> <block type="text" id="rE/w?T7DF_A_Vh|YK/Rp"> <field name="TEXT">1970-01-01 00:00</field> </block> </value> </block> </value> </block> </value> </block> </value> <value name="ADD1"> <block type="text" id="hNX8Lh|^E|EZ)wM(jO+["> <field name="TEXT"> Min.</field> </block> </value> </block> </value> </block> </statement> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </statement> <next> <block type="comment" id="+zq5@V@e$$#D{-]3AT-E"> <field name="COMMENT">Pause</field> <next> <block type="controls_if" id=";n_=@UVd^DqV.?;]3Jq6" collapsed="true"> <mutation else="1"></mutation> <value name="IF0"> <block type="logic_compare" id="~?TdMe@2kWc!X~CHG#Px"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="vkq#*7CI%~KAo6}aN`.*"> <field name="ATTR">val</field> <field name="OID">kodi.0.state</field> </block> </value> <value name="B"> <block type="text" id="Sd)4bs6WWM-wKb|6|kBW"> <field name="TEXT">pause</field> </block> </value> </block> </value> <statement name="DO0"> <block type="timeouts_setinterval" id="!8Wv4SBCEvUmrE;TW4!5"> <field name="NAME">pause</field> <field name="INTERVAL">1</field> <field name="UNIT">min</field> <statement name="STATEMENT"> <block type="comment" id="]`=!gRNO}!?WJ9H4/w~5"> <field name="COMMENT">Enduhrzeit in DP schreiben</field> <next> <block type="control" id="A4j1_:q-k8t:BD.o3HPR"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">javascript.0.sonstige.kodi_endzeit</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="text_join" id="LR9vlB1j/],FLkOk=5/0"> <mutation items="2"></mutation> <value name="ADD0"> <block type="convert_from_date" id="-M]s,Gg]qRi]#p_i*Pr4"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">hh:mm</field> <value name="VALUE"> <block type="math_arithmetic" id="!ksjJXQg#CH{1t!3Q~H%" inline="false"> <field name="OP">ADD</field> <value name="A"> <shadow type="math_number" id="}w#EY{y_=LB$2/IK5B4D"> <field name="NUM">1</field> </shadow> <block type="time_get" id="eXoj:YRIaA[2x~W%8#OJ"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">object</field> </block> </value> <value name="B"> <shadow type="math_number" id="T?9oKpMb-p2G6x_qe+HM"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="7h~WCpO,zUTA,*7{lzh6"> <field name="VAR" id="fB}3.DkAG[Zns[jkc^B)">diff</field> </block> </value> </block> </value> </block> </value> <value name="ADD1"> <block type="text" id="$D@48(mTlXBKja}5yTVe"> <field name="TEXT"> Uhr</field> </block> </value> </block> </value> </block> </next> </block> </statement> </block> </statement> <statement name="ELSE"> <block type="timeouts_clearinterval" id="h`yOHRQ.,nZ-({~pH.}t"> <field name="NAME">pause</field> </block> </statement> <next> <block type="comment" id="w~DY]eDh4!M4G05i:ir)"> <field name="COMMENT">Stop</field> <next> <block type="controls_if" id="C#zmK?=rWEEceQ=e3`H%" collapsed="true"> <value name="IF0"> <block type="logic_compare" id="%+qm,D`-fAh`)B455.6L"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="#Tr$;,0QAf^kEl@|?I=A"> <field name="ATTR">val</field> <field name="OID">kodi.0.state</field> </block> </value> <value name="B"> <block type="text" id="Wfz6nysYViLI1`-KM^;x"> <field name="TEXT">stop</field> </block> </value> </block> </value> <statement name="DO0"> <block type="timeouts_settimeout" id="a1k-cGo80C?L%m#=$.:h"> <field name="NAME">timeout</field> <field name="DELAY">1000</field> <field name="UNIT">ms</field> <statement name="STATEMENT"> <block type="control" id="VSZMp_fJpd1OzYCY=~xN"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">javascript.0.sonstige.kodi_endzeit</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="text" id="b8vzkml]yd@f[0(Q`e(2"> <field name="TEXT"></field> </block> </value> <next> <block type="control" id="AIf3cY6ex%9}xpyKmOtB"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">javascript.0.sonstige.kodi_restzeit</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="text" id="nX.)Ffq{`}-Hsq,#!6^6"> <field name="TEXT"></field> </block> </value> </block> </next> </block> </statement> </block> </statement> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </statement> </block> </xml> -
@paul53 wir meinen auf jeden Fall das gleiche. Es funzt. Vielen Dank.

Export:
<xml xmlns="https://developers.google.com/blockly/xml"> <variables> <variable id="Gv49fQ40~+/ya6#JMvO}">time_total</variable> <variable id="8?J4Jmf7%_-wS9!yell|">time</variable> <variable id="z6@)Eo%V776?qOlzgeJq">sekunden_total</variable> <variable type="interval" id="pause">pause</variable> <variable id="c70ch.|4qGYP3!UEvS8x">sekunden</variable> <variable id="7gbI~lkqQ~M|C;mJ+cDq">i</variable> <variable type="timeout" id="timeout">timeout</variable> <variable id="fB}3.DkAG[Zns[jkc^B)">diff</variable> <variable id="=M^bc[m%CQVRvq!f}vIA">rest_sek_gesamt</variable> </variables> <block type="on_ext" id="mhrPpA^7UN)RTNT]/[[R" x="-12" y="-387"> <mutation xmlns="http://www.w3.org/1999/xhtml" items="2"></mutation> <field name="CONDITION">ne</field> <field name="ACK_CONDITION"></field> <value name="OID0"> <shadow type="field_oid" id="X%v$|Bp`D)/8o$MsBajH"> <field name="oid">kodi.0.info.playing_time</field> </shadow> </value> <value name="OID1"> <shadow type="field_oid" id="^}PdG{a#qWn,IS+^NU!x"> <field name="oid">kodi.0.state</field> </shadow> </value> <statement name="STATEMENT"> <block type="comment" id="e).{m6=;nkG@Eqt4*$Z:"> <field name="COMMENT">Play</field> <next> <block type="controls_if" id="I9pPj}k.Tg@,RB-Ad!C^" collapsed="true"> <value name="IF0"> <block type="logic_compare" id="f;Y93jeAj5hLE=HpAXci"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="+oIYTrzhXShgXD?-dx?!"> <field name="ATTR">val</field> <field name="OID">kodi.0.state</field> </block> </value> <value name="B"> <block type="text" id="L7`/vLtiabj}GQ5_)n?I"> <field name="TEXT">play</field> </block> </value> </block> </value> <statement name="DO0"> <block type="variables_set" id="fTK`7dy@}I9{xOUk:fdm"> <field name="VAR" id="Gv49fQ40~+/ya6#JMvO}">time_total</field> <value name="VALUE"> <block type="lists_split" id="fSNHlFM[e|2s~?~WLoA]"> <mutation mode="SPLIT"></mutation> <field name="MODE">SPLIT</field> <value name="INPUT"> <block type="get_value" id="%}I/[z=}v|bA_s+cN3T+"> <field name="ATTR">val</field> <field name="OID">kodi.0.info.playing_time_total</field> </block> </value> <value name="DELIM"> <shadow type="text" id="bO/MuTT:URPjI@SOF^wu"> <field name="TEXT">:</field> </shadow> </value> </block> </value> <next> <block type="variables_set" id="3L:9B.c/-jdK~YPS;}kk"> <field name="VAR" id="8?J4Jmf7%_-wS9!yell|">time</field> <value name="VALUE"> <block type="lists_split" id="m0vWY?4A}Fy?zECIMa-g"> <mutation mode="SPLIT"></mutation> <field name="MODE">SPLIT</field> <value name="INPUT"> <block type="get_value" id="cmBA^z.eb9hODfdHQbW8"> <field name="ATTR">val</field> <field name="OID">kodi.0.info.playing_time</field> </block> </value> <value name="DELIM"> <shadow type="text" id=";o/sw@k#dD0mWkC4+b)M"> <field name="TEXT">:</field> </shadow> </value> </block> </value> <next> <block type="variables_set" id=";/]R)Ct0Dfu6i-d@fN1="> <field name="VAR" id="z6@)Eo%V776?qOlzgeJq">sekunden_total</field> <value name="VALUE"> <block type="math_number" id="!A%IT%#arX*{$UY8=Kva"> <field name="NUM">0</field> </block> </value> <next> <block type="variables_set" id="%LYJ{05i.|T3]O%OZlti"> <field name="VAR" id="c70ch.|4qGYP3!UEvS8x">sekunden</field> <value name="VALUE"> <block type="math_number" id="-:ZTaSM~NWM#h9LoWuBz"> <field name="NUM">0</field> </block> </value> <next> <block type="controls_for" id="2R-$*vTVI{p#n(T8RV.d"> <field name="VAR" id="7gbI~lkqQ~M|C;mJ+cDq">i</field> <value name="FROM"> <shadow type="math_number" id="yo3lqjuQw}eovRb+XXQ?"> <field name="NUM">1</field> </shadow> </value> <value name="TO"> <shadow type="math_number"> <field name="NUM">10</field> </shadow> <block type="lists_length" id="030ssz#WyY6qdm{Y]+%7"> <value name="VALUE"> <block type="variables_get" id="LtjmBy}A-?%QRfowFhZH"> <field name="VAR" id="Gv49fQ40~+/ya6#JMvO}">time_total</field> </block> </value> </block> </value> <value name="BY"> <shadow type="math_number" id="W4)e3sbN-C[AtksvJyb0"> <field name="NUM">1</field> </shadow> </value> <statement name="DO"> <block type="math_change" id="gZ[fn:P}L%w5Hu*/k[w]"> <field name="VAR" id="z6@)Eo%V776?qOlzgeJq">sekunden_total</field> <value name="DELTA"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id="_nrssb{}I|MM@7r=B2*[" inline="false"> <field name="OP">MULTIPLY</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id="?QRRgY%9F+.UW^4Wl#AO"> <field name="OP">POWER</field> <value name="A"> <shadow type="math_number" id="`nZhdJ)1xBsAmv:WOH{$"> <field name="NUM">60</field> </shadow> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id="%5v;FD87a~}IdxMU?0vb"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="~kv8]AFICio,y}2%8r:A"> <field name="VAR" id="7gbI~lkqQ~M|C;mJ+cDq">i</field> </block> </value> <value name="B"> <shadow type="math_number" id="By?4fEM=/cIUg=PVf-%."> <field name="NUM">1</field> </shadow> </value> </block> </value> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="convert_tonumber" id="Xjk8qkB+rf0:[Z@JKl{4"> <value name="VALUE"> <block type="lists_getIndex" id="=M7:!eN*k,;Op`ncPBu)"> <mutation statement="false" at="true"></mutation> <field name="MODE">GET</field> <field name="WHERE">FROM_END</field> <value name="VALUE"> <block type="variables_get" id="4n4]sPE}}yOyCqIR6sK$"> <field name="VAR" id="Gv49fQ40~+/ya6#JMvO}">time_total</field> </block> </value> <value name="AT"> <block type="variables_get" id="5KN91f+6[?BIQQU^P+T/"> <field name="VAR" id="7gbI~lkqQ~M|C;mJ+cDq">i</field> </block> </value> </block> </value> </block> </value> </block> </value> </block> </statement> <next> <block type="controls_for" id="/[|3}k{qYeK4wFiN6#lx"> <field name="VAR" id="7gbI~lkqQ~M|C;mJ+cDq">i</field> <value name="FROM"> <shadow type="math_number" id="1FErI$q)qi=X^N_:%Js?"> <field name="NUM">1</field> </shadow> </value> <value name="TO"> <shadow type="math_number"> <field name="NUM">10</field> </shadow> <block type="lists_length" id="yJ$~7a^l4Gd#j:0c3$xr"> <value name="VALUE"> <block type="variables_get" id="Lh*:^j)}o|0jC8rH:.-+"> <field name="VAR" id="8?J4Jmf7%_-wS9!yell|">time</field> </block> </value> </block> </value> <value name="BY"> <shadow type="math_number" id="T3rAediff*:%E88l7+4%"> <field name="NUM">1</field> </shadow> </value> <statement name="DO"> <block type="math_change" id="Bsy0,}!M#a)Xi$$B[t]z"> <field name="VAR" id="c70ch.|4qGYP3!UEvS8x">sekunden</field> <value name="DELTA"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id="ecXevA40kHBJjiNry:#^" inline="false"> <field name="OP">MULTIPLY</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id="K#Ey7v.v;+lcl{1f@5]H"> <field name="OP">POWER</field> <value name="A"> <shadow type="math_number" id="a~E=mS#u_.VcC[jX^/;*"> <field name="NUM">60</field> </shadow> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id="p}_MS2!F;,r~o9#j=$`e"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="Wr7+iV$a;ynQ,P%0v/|h"> <field name="VAR" id="7gbI~lkqQ~M|C;mJ+cDq">i</field> </block> </value> <value name="B"> <shadow type="math_number" id="7DDk.nAP2`-o[3:5T/`V"> <field name="NUM">1</field> </shadow> </value> </block> </value> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="convert_tonumber" id="95Wkc=Wn9wjOL/~emwC:"> <value name="VALUE"> <block type="lists_getIndex" id="):n}4;0GiBs#gE+_-.uf"> <mutation statement="false" at="true"></mutation> <field name="MODE">GET</field> <field name="WHERE">FROM_END</field> <value name="VALUE"> <block type="variables_get" id="WCs.rt_18?skHj|HC;)H"> <field name="VAR" id="8?J4Jmf7%_-wS9!yell|">time</field> </block> </value> <value name="AT"> <block type="variables_get" id="dA]HyO~W)iY5ROXqc$PI"> <field name="VAR" id="7gbI~lkqQ~M|C;mJ+cDq">i</field> </block> </value> </block> </value> </block> </value> </block> </value> </block> </statement> <next> <block type="variables_set" id="x8t?3^{cNVFaKtPFnFq9"> <field name="VAR" id="fB}3.DkAG[Zns[jkc^B)">diff</field> <value name="VALUE"> <block type="math_arithmetic" id="2+`tDY!LQG^9AZO8#!ZQ" inline="false"> <field name="OP">MULTIPLY</field> <value name="A"> <shadow type="math_number" id="(_=}+a~Ov.r2s~-^a_*5"> <field name="NUM">1000</field> </shadow> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id="D.`(%|9dOcm*(umN9bT@" inline="false"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="u7f(0GaP.#L;(fYVBLIF"> <field name="VAR" id="z6@)Eo%V776?qOlzgeJq">sekunden_total</field> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="]@3~@l|_;uO[L%2ioP,k"> <field name="VAR" id="c70ch.|4qGYP3!UEvS8x">sekunden</field> </block> </value> </block> </value> </block> </value> <next> <block type="variables_set" id="@IH=J5P5=tnH`9Iu_Px|"> <field name="VAR" id="=M^bc[m%CQVRvq!f}vIA">rest_sek_gesamt</field> <value name="VALUE"> <block type="math_arithmetic" id="~E$;9??|fPcDC|HJqW`-" inline="false"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="1`UnN?gb.[~)w}d6VRR)"> <field name="VAR" id="z6@)Eo%V776?qOlzgeJq">sekunden_total</field> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id=")m(;caB*Y|AI7#H$k`-_"> <field name="VAR" id="c70ch.|4qGYP3!UEvS8x">sekunden</field> </block> </value> </block> </value> <next> <block type="control" id="E.QKHpVBex}})iCx|o|3"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">javascript.0.sonstige.kodi_endzeit</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="text_join" id="r1UQi]J^lm7$v9OOADL%"> <mutation items="2"></mutation> <value name="ADD0"> <block type="convert_from_date" id="TgQBU@2m$Aam**8naRqf"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">hh:mm</field> <value name="VALUE"> <block type="math_arithmetic" id="vFX,u4337mHL^[94MZjL"> <field name="OP">ADD</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="time_get" id="WGy*s;07oKI/J`GDI-x3"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">object</field> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="%/#p`[h/wlvqSaXg{l2J"> <field name="VAR" id="fB}3.DkAG[Zns[jkc^B)">diff</field> </block> </value> </block> </value> </block> </value> <value name="ADD1"> <block type="text" id="+v9neh|_70u#CP~sT+@%"> <field name="TEXT"> Uhr</field> </block> </value> </block> </value> <next> <block type="comment" id=":K!+{P30dMt;$jGMg6$T"> <field name="COMMENT">Restzeit in DP schreiben</field> <next> <block type="controls_if" id="YLU1O|*kP;~~)*%A*c64" collapsed="true"> <mutation else="1"></mutation> <value name="IF0"> <block type="logic_compare" id="O/cS/vtiw%t25mVoX0E)"> <field name="OP">GTE</field> <value name="A"> <block type="variables_get" id="Z9ar3}8Z9NYbMmd_Lr{$"> <field name="VAR" id="=M^bc[m%CQVRvq!f}vIA">rest_sek_gesamt</field> </block> </value> <value name="B"> <block type="math_number" id="EQS;F?$mC9ays!GQHelg"> <field name="NUM">3600</field> </block> </value> </block> </value> <statement name="DO0"> <block type="control" id=":vGI/P.wI*w^?R3?]A_y"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">javascript.0.sonstige.kodi_restzeit</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="text_join" id="qj]1+vKK[~s9~4E-?Hmt"> <mutation items="2"></mutation> <value name="ADD0"> <block type="convert_from_date" id="op^3$IrO,sQp3qbNH[yr"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">hh:mm:ss</field> <value name="VALUE"> <block type="math_arithmetic" id="`@gy7^%rBU*AJl2gq,W^" inline="false"> <field name="OP">ADD</field> <value name="A"> <shadow type="math_number" id="7DRWC8OQ|/xV,23*f7b."> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id="SRr*2A-d~+C3S^ASaz|z" inline="false"> <field name="OP">MULTIPLY</field> <value name="A"> <shadow type="math_number" id="B;w,.X}/n^mV^MqBH1EO"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="Gje!a(?`DOk/EP7U~{+7"> <field name="VAR" id="=M^bc[m%CQVRvq!f}vIA">rest_sek_gesamt</field> </block> </value> <value name="B"> <shadow type="math_number" id="eh15lqzy94bn2F7r%vLT"> <field name="NUM">1000</field> </shadow> </value> </block> </value> <value name="B"> <shadow type="math_number" id="K2`(*`(@|mb~gR~jDTT."> <field name="NUM">1</field> </shadow> <block type="convert_from_date" id="D)wHz^=FFv!%zu14#F`9"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">object</field> <value name="VALUE"> <block type="text" id="l2}(S$*x*xXv8{@KIM.D"> <field name="TEXT">1970-01-01 00:00</field> </block> </value> </block> </value> </block> </value> </block> </value> <value name="ADD1"> <block type="text" id=":iAB8qR}G,901EBDh9V@"> <field name="TEXT"> Std.</field> </block> </value> </block> </value> </block> </statement> <statement name="ELSE"> <block type="control" id="1TUgHZS-t^g/r?roa;T:"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">javascript.0.sonstige.kodi_restzeit</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="text_join" id="T7V(Q!yelYlEyv$W7W4_"> <mutation items="2"></mutation> <value name="ADD0"> <block type="convert_from_date" id="jqWJ%(d*IN6r=2uM2yvn"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="true" language="false"></mutation> <field name="OPTION">custom</field> <field name="FORMAT">mm:ss</field> <value name="VALUE"> <block type="math_arithmetic" id="V_}s;3rr[k0N-jfh|V}}" inline="false"> <field name="OP">ADD</field> <value name="A"> <shadow type="math_number" id=".@}R8NgR0O}W6q=Evlt;"> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id=")rp!A(b[(?HtEXZ4lGAs" inline="false"> <field name="OP">MULTIPLY</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="p?7L/:k:KJVYeaAb(Pvk"> <field name="VAR" id="=M^bc[m%CQVRvq!f}vIA">rest_sek_gesamt</field> </block> </value> <value name="B"> <shadow type="math_number" id="$eyPSY:~L?%j}!8_HgRv"> <field name="NUM">1000</field> </shadow> </value> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="convert_from_date" id="y9P,E-JX6-@5QR+90)Ca"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">object</field> <value name="VALUE"> <block type="text" id="rE/w?T7DF_A_Vh|YK/Rp"> <field name="TEXT">1970-01-01 00:00</field> </block> </value> </block> </value> </block> </value> </block> </value> <value name="ADD1"> <block type="text" id="hNX8Lh|^E|EZ)wM(jO+["> <field name="TEXT"> Min.</field> </block> </value> </block> </value> </block> </statement> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </statement> <next> <block type="comment" id="+zq5@V@e$$#D{-]3AT-E"> <field name="COMMENT">Pause</field> <next> <block type="controls_if" id=";n_=@UVd^DqV.?;]3Jq6" collapsed="true"> <mutation else="1"></mutation> <value name="IF0"> <block type="logic_compare" id="~?TdMe@2kWc!X~CHG#Px"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="vkq#*7CI%~KAo6}aN`.*"> <field name="ATTR">val</field> <field name="OID">kodi.0.state</field> </block> </value> <value name="B"> <block type="text" id="Sd)4bs6WWM-wKb|6|kBW"> <field name="TEXT">pause</field> </block> </value> </block> </value> <statement name="DO0"> <block type="timeouts_setinterval" id="!8Wv4SBCEvUmrE;TW4!5"> <field name="NAME">pause</field> <field name="INTERVAL">1</field> <field name="UNIT">min</field> <statement name="STATEMENT"> <block type="comment" id="]`=!gRNO}!?WJ9H4/w~5"> <field name="COMMENT">Enduhrzeit in DP schreiben</field> <next> <block type="control" id="A4j1_:q-k8t:BD.o3HPR"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">javascript.0.sonstige.kodi_endzeit</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="text_join" id="LR9vlB1j/],FLkOk=5/0"> <mutation items="2"></mutation> <value name="ADD0"> <block type="convert_from_date" id="-M]s,Gg]qRi]#p_i*Pr4"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">hh:mm</field> <value name="VALUE"> <block type="math_arithmetic" id="!ksjJXQg#CH{1t!3Q~H%" inline="false"> <field name="OP">ADD</field> <value name="A"> <shadow type="math_number" id="}w#EY{y_=LB$2/IK5B4D"> <field name="NUM">1</field> </shadow> <block type="time_get" id="eXoj:YRIaA[2x~W%8#OJ"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">object</field> </block> </value> <value name="B"> <shadow type="math_number" id="T?9oKpMb-p2G6x_qe+HM"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="7h~WCpO,zUTA,*7{lzh6"> <field name="VAR" id="fB}3.DkAG[Zns[jkc^B)">diff</field> </block> </value> </block> </value> </block> </value> <value name="ADD1"> <block type="text" id="$D@48(mTlXBKja}5yTVe"> <field name="TEXT"> Uhr</field> </block> </value> </block> </value> </block> </next> </block> </statement> </block> </statement> <statement name="ELSE"> <block type="timeouts_clearinterval" id="h`yOHRQ.,nZ-({~pH.}t"> <field name="NAME">pause</field> </block> </statement> <next> <block type="comment" id="w~DY]eDh4!M4G05i:ir)"> <field name="COMMENT">Stop</field> <next> <block type="controls_if" id="C#zmK?=rWEEceQ=e3`H%" collapsed="true"> <value name="IF0"> <block type="logic_compare" id="%+qm,D`-fAh`)B455.6L"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="#Tr$;,0QAf^kEl@|?I=A"> <field name="ATTR">val</field> <field name="OID">kodi.0.state</field> </block> </value> <value name="B"> <block type="text" id="Wfz6nysYViLI1`-KM^;x"> <field name="TEXT">stop</field> </block> </value> </block> </value> <statement name="DO0"> <block type="timeouts_settimeout" id="a1k-cGo80C?L%m#=$.:h"> <field name="NAME">timeout</field> <field name="DELAY">1000</field> <field name="UNIT">ms</field> <statement name="STATEMENT"> <block type="control" id="VSZMp_fJpd1OzYCY=~xN"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">javascript.0.sonstige.kodi_endzeit</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="text" id="b8vzkml]yd@f[0(Q`e(2"> <field name="TEXT"></field> </block> </value> <next> <block type="control" id="AIf3cY6ex%9}xpyKmOtB"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">javascript.0.sonstige.kodi_restzeit</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="text" id="nX.)Ffq{`}-Hsq,#!6^6"> <field name="TEXT"></field> </block> </value> </block> </next> </block> </statement> </block> </statement> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </statement> </block> </xml> -
@dos1973 kommen dann die ganzen Blocklys untereinander?
Gruß OSR
Plattform
Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM -
@dos1973 kommen dann die ganzen Blocklys untereinander?
@ostseereiter was genau meinst du ?
ich habe immer verschiedene Versionen gepostet.
der letzte Export von heute ist der entscheidene
Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.
Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.
Mit deinem Input könnte dieser Beitrag noch besser werden 💗
Registrieren Anmelden