# HG changeset patch # User ben # Date 1156585986 0 # Node ID b0a6a97e2ba0f055f308a152cf766becbc350472 # Parent 0fc9a4ca9e662476ec47f59174439e78a001ab2b documented new slave mode commands diff -r 0fc9a4ca9e66 -r b0a6a97e2ba0 DOCS/tech/slave.txt --- a/DOCS/tech/slave.txt Sat Aug 26 09:44:20 2006 +0000 +++ b/DOCS/tech/slave.txt Sat Aug 26 09:53:06 2006 +0000 @@ -79,6 +79,39 @@ 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_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.