changeset 2138:5c33790c5a26 trunk

[svn] Added playback-seek{-relative} in audtool.1 man page.
author jerome
date Sat, 16 Dec 2006 02:35:16 -0800
parents 6bfa0777a57a
children fcd1f54efdb9
files ChangeLog audtool.1.in
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Dec 16 02:20:15 2006 -0800
+++ b/ChangeLog	Sat Dec 16 02:35:16 2006 -0800
@@ -1,3 +1,11 @@
+2006-12-16 10:20:15 +0000  Jerome Poulin <ticpu@ticpu.net>
+  revision [3279]
+  Fixed a bug where xmms_remote_jump_to_time was called with seconds instead of milliseconds.
+  
+  trunk/audtool/audtool.c |    4 ++--
+  1 file changed, 2 insertions(+), 2 deletions(-)
+
+
 2006-12-16 05:18:34 +0000  William Pitcock <nenolod@nenolod.net>
   revision [3277]
   - don't use deprecated function playlist_get().
--- a/audtool.1.in	Sat Dec 16 02:20:15 2006 -0800
+++ b/audtool.1.in	Sat Dec 16 02:35:16 2006 -0800
@@ -161,6 +161,12 @@
 .TP
 .I --playback-status
 Returns the playback status.
+.TP
+.I --playback-seek
+Performs an absolute seek in milliseconds.
+.TP
+.I --playback-seek-relative
+Performs a seek relative to the current position in milliseconds.
 .PP
 .B "Volume control:"
 .TP