summaryrefslogtreecommitdiff
path: root/UPDATE-1.6.0
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-16 13:38:22 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-16 13:38:22 +0100
commit741400fa666f9754337652c624e95aa6bdfaf98c (patch)
tree3d6d49358106e9a3f4abe9af6016376bac3a928e /UPDATE-1.6.0
parent47d6f9d18711c6388e93b23bc8d9ac82b3e7adbf (diff)
downloadvdr-741400fa666f9754337652c624e95aa6bdfaf98c.tar.gz
vdr-741400fa666f9754337652c624e95aa6bdfaf98c.tar.bz2
Fixed handling recordings on other file systems than the video directory
Diffstat (limited to 'UPDATE-1.6.0')
-rw-r--r--UPDATE-1.6.013
1 files changed, 12 insertions, 1 deletions
diff --git a/UPDATE-1.6.0 b/UPDATE-1.6.0
index 39f8073c..1a79e517 100644
--- a/UPDATE-1.6.0
+++ b/UPDATE-1.6.0
@@ -63,9 +63,18 @@ Channels:
parameter to 0 turns off the automatic channel switching, and the user will
have to confirm the entry by pressing the "Ok" key.
-Recording:
+Recordings:
- The info.vdr file now also stores the name of the channel.
+- When deleting the recording that is currently replayed, the replay is now
+ stopped immediately.
+- When determining the amount of free disk space, any deleted (but not yet removed)
+ recordings on different file systems (that are mounted under the video directory)
+ are no longer taken into account.
+- When running out of disk space during a recording, only such deleted or old
+ recordings are removed, that actually are on the video directory file system(s).
+ This prevents VDR from accidentally deleting recordings on other file systems,
+ which would not add any free space to the video directory.
SVDRP:
@@ -128,3 +137,5 @@ Misc:
menu.
- Changed the message "Upcoming VPS recording!" to "Upcoming recording!" because
it applies to non-VPS recordings as well.
+- Limiting the length of the recording name in timers in case VDR is run with
+ --vfat, in order to avoid names that are too long for Windows.