diff options
author | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2011-02-12 13:53:08 +0200 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2011-02-13 00:36:52 +0100 |
commit | dbfccb06a4d922f40cb91694f8c6228869cf728d (patch) | |
tree | cbd4baa4501b7b3a7896a88412ac0289a8091fe4 /recman.h | |
parent | f75e7079c7399bbbaeee202594505e309539afcf (diff) | |
download | vdr-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |