summaryrefslogtreecommitdiff
path: root/recman.h
diff options
context:
space:
mode:
authorRolf Ahrenberg <Rolf.Ahrenberg@sci.fi>2011-02-12 13:53:08 +0200
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2011-02-13 00:36:52 +0100
commitdbfccb06a4d922f40cb91694f8c6228869cf728d (patch)
treecbd4baa4501b7b3a7896a88412ac0289a8091fe4 /recman.h
parentf75e7079c7399bbbaeee202594505e309539afcf (diff)
downloadvdr-plugin-live-dbfccb06a4d922f40cb91694f8c6228869cf728d.tar.gz
vdr-plugin-live-dbfccb06a4d922f40cb91694f8c6228869cf728d.tar.bz2
Added an option to copy recordings instead of moving.
Diffstat (limited to 'recman.h')
-rw-r--r--recman.h4
1 files changed, 2 insertions, 2 deletions
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