From 8565073f6825e8ea9b2b9b120f6995029a7db445 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 21 Aug 2015 15:51:50 +0200 Subject: command: make the playback-time property writable Provides a simplistic way to seek without having to care about weird situations like timestamp vs. playback time. This is good, because the seek command is currently timestamp based, so when using the seek command the user _does_ have to care. --- DOCS/man/input.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 049b221758..c49587eabf 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -933,8 +933,10 @@ Property list ``playtime-remaining`` ``time-remaining`` scaled by the current ``speed``. -``playback-time`` - Return the playback time, which is the time difference between start PTS and current PTS. +``playback-time`` (RW) + The playback time, which is the time relative to playback start. (This can + be different from the ``time-pos`` property if the file does not start at + position ``0``, in which case ``time-pos`` is the source timestamp.) ``chapter`` (RW) Current chapter number. The number of the first chapter is 0. -- cgit v1.2.3