summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2013-09-26 09:31:35 +0200
committerFrank Schmirler <vdr@schmirler.de>2013-09-27 17:33:18 +0200
commitc92de13d0666bcad050989c0d81d67878876ac52 (patch)
tree792f1460191367819b707b5faf6a8bafe7220cd0 /HISTORY
parentd7652d89ca79e30c6296ec71882b2de6b7728c63 (diff)
downloadvdr-plugin-streamdev-c92de13d0666bcad050989c0d81d67878876ac52.tar.gz
vdr-plugin-streamdev-c92de13d0666bcad050989c0d81d67878876ac52.tar.bz2
Select start position for replaying a recording by parameter pos=
Based on offset_5.diff from hivdr@vdrportal with the following modifications: - indenting - replaced isyslog with Dprintf - left out HTTP header "Server:" for the moment
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3fcd666..d6030c8 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,9 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
+- Select start position for replaying a recording by parameter pos=. Supported
+ values are resume, mark.#, time.#, frame.# or a plain # representing a
+ percentage if < 100 or a byte position otherwise (thanks to hivdr)
- Start cSuspendCtl hidden or it will prevent idle shutdown (thanks to
thomasjfox)
- Fixed recordings menu inode numbers: ino_t is a long long on some systems