diff options
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -7920,7 +7920,7 @@ Video Disk Recorder Revision History - Fixed cleaning up old EPG events in case no epg data file is given (reported by Dave Pickles). -2013-09-07: Version 2.1.2 +2013-10-10: Version 2.1.2 - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). - Fixed displaying DVB subtitles (thanks to Rolf Ahrenberg for helping to debug and @@ -7966,3 +7966,23 @@ Video Disk Recorder Revision History #define DEPRECATED_VIDEODIR in videodir.h and recompile your plugins to see whether your code will work without this variable. If you get a compile error, replace it with cVideoDirectory::Name(). +- Added renaming and moving recordings and folders, editing a recording's priority and + lifetime, and queueing cutting jobs (inspired by the "extrecmenu" plugin from Martin + Prochnow). + + The "Recording info" menu now has a new Blue button named "Edit", which opens a + dialog in which several properties of the selected recording can be changed. It can + be renamed or moved into another folder and its priority and lifetime can be + modified (inspired by the "extrecmenu" plugin from Martin Prochnow). + The new blue "Edit" button in the "Recordings" menu opens a dialog in which a folder + can be renamed or moved. See MANUAL, section "Managing folders". + + In the "Edit recording" menu the Yellow button ("Delete marks") allows you to delete + all editing marks of the selected recording. + + cCutter is no longer a static class. Cutting requests should now be invoked by + calling RecordingsHandler.Add(ruCut, FileName). See the new cRecordingsHandler + class in recording.h. + + Cutting jobs are now placed in a queue (together with any move or copy jobs) and + are processed one by one. + + The new SVDRP command RENR can be used to rename a recording (suggested by Rolf + Ahrenberg). + + Note that in several places in the source code a "copy" operation is mentioned, + however there is no user interface for this, yet. |