diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-10-11 09:38:07 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-10-11 09:38:07 +0200 |
commit | 01d7269904ba4fca551cca8ff9d1dcb85fa3456a (patch) | |
tree | ba2d92a490b625e27bdfb395907710a01ca91dc9 /HISTORY | |
parent | 7c72f7932992b4dffa84857567f8ccadc49ad571 (diff) | |
download | vdr-01d7269904ba4fca551cca8ff9d1dcb85fa3456a.tar.gz vdr-01d7269904ba4fca551cca8ff9d1dcb85fa3456a.tar.bz2 |
Removed the deprecated VideoDirectory variable
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -7961,11 +7961,6 @@ Video Disk Recorder Revision History PrefixVideoFileName() are now static members of cVideoDirectory and need to be called with the proper prefix. + The name of the video directory is now available through cVideoDirectory::Name(). - The former global variable VideoDirectory is still there for backwards compatibility, - but will be removed in a future version. Comment out the line - #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). |