Hallo
kann man Aufnahmen auch sekundengenau programmieren? Beispiel: Beide Tuner sind bis 20:15 Uhr belegt, die nächste Aufnahme soll aber um 20.15 Uhr starten. Also muss man diese Aufnahme auf Beginn 20.16 Uhr einstellen. Wäre gut, wenn man Aufnahmen wie im Beispiel manuell auf 20.15:10 Uhr einstellen könnte. Lässt sich das irgendwie realisieren z.B durch ein Plugin?
Grüße
Sekundengenaue Aufnahme
Started by Uwi237, 26 Feb 2013 12:23
2 replies to this topic
Re: Sekundengenaue Aufnahme #2
Re: Sekundengenaue Aufnahme #3
Posted 2 March 2013 - 17:37
Still the same answer as 6 months ago on et-view-support.com:
As far as I know there is no plugin which can do that.
But if it is very important for you, you can manually edit the file timers.xml
For instance I have a timer which starts on 14-8-2012 at midnight 00.00 hrs. and keeps running till 14-08-2012 01.00 hrs.
If you look in timers.xml (in /etc/enigma2/) you will see something like this
You see, it isn't difficult to adjust the starttime with e.g. 10 seconds, all you'll have to do is edit the starttime and change it to
It is a bit of a hassle but if you want it it is possible.
As far as I know there is no plugin which can do that.
But if it is very important for you, you can manually edit the file timers.xml
For instance I have a timer which starts on 14-8-2012 at midnight 00.00 hrs. and keeps running till 14-08-2012 01.00 hrs.
If you look in timers.xml (in /etc/enigma2/) you will see something like this
<?xml version="1.0" ?> <timers> <timer begin="1344895200" end="1344898800" serviceref="1:0:19:1B7B:C88:3:EB0000:0:0:0:" repeated="0" name="test" description="test" afterevent="auto" eit="182" tags="" disabled="0" justplay="0" descramble="1" record_ecm="0"> </timer> </timers>You see the start time noted as begin="1344895200" and the endtime as end="1344898800". The difference is 3600 and therefore you can "guess" this is the running time in seconds, 3600 seconds = 60 minutes.
You see, it isn't difficult to adjust the starttime with e.g. 10 seconds, all you'll have to do is edit the starttime and change it to
timer begin="1344895210"
It is a bit of a hassle but if you want it it is possible.
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users