From b369ec70384b7e26db556f7eedcb4ddea03b47c3 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Thu, 18 Jan 2007 17:11:32 +0000 Subject: - added method to retrieve recording by md5-hash --- recordings.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'recordings.h') 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(); -- cgit v1.2.3