summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorAndreas Brugger <brougs78@gmx.net>2005-12-11 12:00:00 +0100
committerThomas Günther <tom@toms-cafe.de>2009-06-03 01:10:21 +0200
commitbb39010021b5fd8a1046200839c678afc76227d5 (patch)
tree81c27dc44e9c40512514334030ce7309c48efaa2 /common.h
parent662dd62488f6f842fe5d940e986f798abe1c7691 (diff)
downloadvdr-plugin-text2skin-bb39010021b5fd8a1046200839c678afc76227d5.tar.gz
vdr-plugin-text2skin-bb39010021b5fd8a1046200839c678afc76227d5.tar.bz2
2005-12-11: Version 1.1-cvs_ext-0.3 (vdr-text2skin-1.1-cvs_ext-0.3.diff)
- added recording-tokens: RecordingLength, RecordingCuttedLength
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.h b/common.h
index a86dc81..4c9e74d 100644
--- a/common.h
+++ b/common.h
@@ -51,6 +51,10 @@ const char *ChannelShortName(const cChannel *Channel, int Number);
bool StoppedTimer(const char *Name);
const cRecording *GetRecordingByName(const char *Name);
+const cRecording *GetRecordingByFileName(const char *FileName);
+int GetRecordingSize(const char *FileName); // [MB]
+int GetRecordingLength(const char *FileName); // [min]
+int GetRecordingCuttedLength(const char *FileName); // [min]
cxType TimeType(time_t Time, const std::string &Format);
cxType DurationType(uint Index, const std::string &Format);