diff options
author | Andreas Brugger <brougs78@gmx.net> | 2005-12-11 12:00:00 +0100 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2009-06-03 01:10:21 +0200 |
commit | bb39010021b5fd8a1046200839c678afc76227d5 (patch) | |
tree | 81c27dc44e9c40512514334030ce7309c48efaa2 /common.h | |
parent | 662dd62488f6f842fe5d940e986f798abe1c7691 (diff) | |
download | vdr-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.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); |