VDR Portal
Unread Threads
Recent Activity
hopsi reacted with
to kls’s post in the thread Titel der aktuellen Sendung/Wiedergabe abfragen.
asmodeon replied to the thread Upgrade auf neues NUC12.
Erst mal vielen Dank für euer Feedback - habe mich heute mal durch die Themen gekämpft. Wenn ich es richtig verstehe, geht natürlich integriert am Besten, aber kaum bei neuerer Hardware verbaut. Werde mir das Projekt von JRIE mal genauer ansehen bzw. mit emma sprechen
Uwe reacted with
to S:oren’s post in the thread [EPGSearch] Neue Version v2.4.5.
SurfaceCleanerZ reacted with
to jojo61’s post in the thread Video Treiber für Odroid-N2+ (softhdodroid).
carel replied to the thread [VDR] Was macht "PauseLifetime" genau?.
Ah, lifetime on disk, now I get the picture
One thing to consider: when I set "InstantRecordTime = 0", VDR will record just the episode (if available), which is a nice feature. But it would also lead to time-shift recordings ending at te end of the event and that's not intended.
I'll have a look at the code, maybe I can make myself a patch to add a dedicated recording tiime just for time-shifts
kls replied to the thread [VDR] Was macht "PauseLifetime" genau?.
That's just the guaranteed lifetime of the recording. If you have enough free disk space it can live until the space is needed by an other recording.
carel replied to the thread [VDR] Was macht "PauseLifetime" genau?.
Thanks for the clarification. Although our personal preference would be to have a different (1 day) recording time..
Family members requests ;-)
kls replied to the thread Titel der aktuellen Sendung/Wiedergabe abfragen.
Auch OK, dann also
Reply(250, "%d %s", Recording->Id(), Recording->Title());
Ich hatte das Format an die Stelle weiter oben in CmdPLAY angelehnt, aber so geht's natürlich auch.
kls replied to the thread [VDR] Was macht "PauseLifetime" genau?.
MANUAL:
* Pausing live video
If you want to pause the live programme you are just watching, simply press
"Menu/Yellow" or "Pause" on your remote control. VDR will start an instant
recording of the current channel (just as if you had pressed "Menu/Red" or
"Record") and immediately begin replaying that recording. Replay will be
put into "pause" mode, so you can attend to whatever it was that disturbed
your live viewing session. Once you're back, simply press the "Up" or "Play"
key…
SHofmann replied to the thread Titel der aktuellen Sendung/Wiedergabe abfragen.
Im Prinzip ja. Doch wenn man die Ausgabe hiermit vergleicht:
(Code, 4 lines)
… (also nur ID und Titel), sollte es dann analog nicht eher so aussehen:
(Code, 1 line)
… sprich: "%d %s %s %s", id, date, time, filename?