Hi!
Does anybody know how a plugin can recognize if normal vdr replaying ended? The only thing I found was an status event if replaying begins.
Regards
Marco
This event is also called when a recording ends, IIRC.
2005/5/17, Marco Goebenich mg@vierzehn.com:
Hi!
Does anybody know how a plugin can recognize if normal vdr replaying ended? The only thing I found was an status event if replaying begins.
Regards
Marco
-- vierzehn Bahnhofstr. 27 Telefon 0 26 32 / 98 98 - 120 public relations 56626 Andernach Telefax 0 26 32 / 98 98 - 111 GmbH & Co. KG E-Mail: mg@vierzehn.com
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
On Tue, 2005-05-17 at 11:10 +0200, Marco Goebenich wrote:
Hi!
Does anybody know how a plugin can recognize if normal vdr replaying ended? The only thing I found was an status event if replaying begins.
cStatus signals that, too. From status.h:
virtual void Replaying(const cControl *Control, const char *Name) {} // The given player control has started replaying Name. Name is the name of the // recording, without any directory path. In case of a player that can't provide // a name, Name can be a string that identifies the player type (like, e.g., "DVD"). // If Name is NULL, the replay has ended.
See bottom line!
;)
Cheers,
Laz