From dbfccb06a4d922f40cb91694f8c6228869cf728d Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sat, 12 Feb 2011 13:53:08 +0200 Subject: Added an option to copy recordings instead of moving. --- recman.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recman.h') diff --git a/recman.h b/recman.h index a23e958..e239b0b 100644 --- a/recman.h +++ b/recman.h @@ -78,10 +78,10 @@ namespace vdrlive { cRecording const* GetByMd5Hash(std::string const & hash) const; /** - * Rename a recording with the given hash according to + * Move a recording with the given hash according to * VDRs recording mechanisms. */ - bool RenameRecording(cRecording const * recording, std::string const & name) const; + bool MoveRecording(cRecording const * recording, std::string const & name, bool copy = false) const; /** * Delete recording resume with the given hash according to -- cgit v1.2.3