summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-26 09:53:06 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-26 09:53:06 +0000
commitda54059b05e027ad0fd420ffd8a49d5e19cda86d (patch)
tree9b9b8afa84e0060a6638eb5844a56e32666524c5
parentdd0c5220f68a63e34bfac0095ff76e49f3354aab (diff)
downloadmpv-da54059b05e027ad0fd420ffd8a49d5e19cda86d.tar.bz2
mpv-da54059b05e027ad0fd420ffd8a49d5e19cda86d.tar.xz
documented new slave mode commands
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19540 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/tech/slave.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index c42eef6d89..457adf8f65 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -79,6 +79,39 @@ edl_mark
frame_drop [value]
Toggle/set frame dropping mode.
+get_audio_bitrate
+ Print out the audio bitrate of the current file.
+
+get_audio_codec
+ Print out the audio codec name of the current file.
+
+get_audio_samples
+ Print out the audio frequency and number of channels of the current file.
+
+get_file_name
+ Print out the name of the current file.
+
+get_meta_album
+ Print out the 'Album' metadata of the current file.
+
+get_meta_artist
+ Print out the 'Artist' metadata of the current file.
+
+get_meta_comment
+ Print out the 'Comment' metadata of the current file.
+
+get_meta_genre
+ Print out the 'Genre' metadata of the current file.
+
+get_meta_title
+ Print out the 'Title' metadata of the current file.
+
+get_meta_track
+ Print out the 'Track Number' metadata of the current file.
+
+get_meta_year
+ Print out the 'Year' metadata of the current file.
+
get_percent_pos
Print out the current position in the file, as integer percentage [0-100).
@@ -97,6 +130,15 @@ get_time_pos
get_vo_fullscreen
Print out fullscreen status (1 == fullscreened, 0 == windowed).
+get_video_bitrate
+ Print out the video bitrate of the current file.
+
+get_video_codec
+ Print out the video codec name of the current file.
+
+get_video_resolution
+ Print out the video resolution of the current file.
+
grab_frames
Currently unimplemented.