diff options
Diffstat (limited to 'recordings.h')
-rw-r--r-- | recordings.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recordings.h b/recordings.h index bf016a4..e629d8c 100644 --- a/recordings.h +++ b/recordings.h @@ -26,6 +26,12 @@ namespace vdrlive { */ string Md5Hash(const cRecording* recording) const; + /** + * fetches a cRecording from VDR's Recordings collection. Returns + * NULL if recording was not found + */ + const cRecording* GetByMd5Hash(const std::string& hash) const; + private: RecordingsManager(); |