diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-04-03 14:11:41 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-04-03 14:11:41 +0200 |
commit | 67cb53d5877575c6a173c275f8b0854408d62a15 (patch) | |
tree | ef3a62e1cc201243215e760c0530d618604b15bd /HISTORY | |
parent | e622854789ff8a521dc837379147b6e851d52875 (diff) | |
download | vdr-67cb53d5877575c6a173c275f8b0854408d62a15.tar.gz vdr-67cb53d5877575c6a173c275f8b0854408d62a15.tar.bz2 |
Recordings now have unique ids
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8953,3 +8953,9 @@ Video Disk Recorder Revision History an "SVDRP default host" has been set for normal timer recordings. - cOsdMenu::Display() now checks whether the OSD size has changed and if so calls SetDisplayMenu(). +- The SVDRP commands that deal with recordings (DELR, EDIT, LSTR, MOVR, and PLAY) + now use a unique id for each recording, which remains valid as long as this + instance of VDR is running. This means that recordings are no longer continuously + numbered from 1 to N in LSTR. There may be gaps in the sequence, in case recordings + have been deleted, and they are not necessarily listed in numeric order. + Thanks to Sergey Chernyavskiy. |