#------------------------------------------------------------------------
#
# videodisc interface command source file
#
# the following codes apply both in the vidcap file and as the command codes
# for commands to the server. the command is optionally passed with a parameter
# which is formatted as specifed in the command string.
#
# fp	forward play
# ff	forward fast
# fw	forward slow
# fs    forward step
# f1	forward 1 frame
# fc	forward scan
# rp	reverse play
# rf	reverse fast
# rw	reverse slow
# rs    reverse step
# r1	reverse 1 frame
# rc	reverse scan
# sc	search
# sq	sequence
# io	index on
# if	index off
# A1	audio 1 on this may be a problem if the disk has other channels
# A2
# a1	audio 1 off
# a2
# sl	still
# st	stop
# rt	reset
# ak	acknowledgement from player
# dl    delay string
#
# all values are strings.
# the % convention is as for termcap, except that only a subset of the
# operators are supported:
#   %d		is interpreted (with optional field dimensions)
#		as for scanf.
#   %c		same as %d.
#   %*		specifes a delay, if preceeded by a number that is a constant
#		in milleseconds, otherwise a parameter should be supplied
#		with the command.
#   %r		reply from disc is required.
#
# device used to retrieve help documentation for interactive drivers
#
??|help|help documentation:\
	:fp=forward play:ff=forward fast:fw=forward slow:fs=forward step:\
	:f1=forward 1 frame:fc=forward scan:rp=reverse play:rf=reverse fast:\
	:rw=reverse slow:rs=reverse step:r1=reverse 1 frame:rc=reverse scan:\
	:sc=search <frame-number>:io=index on:if=index off:\
	:A1=audio 1 on:a1=audio 1 off:sq=sequence <start-frame> <stop-frame>\
	:sl=still:st=stop:rt=reset:ak=acknowledgement string:dl=delay string:
#
# sony LDP1000A
# the manual says ak=\006, but the player sends \n\n\n\n\n\n\n\n\001
#
s1|sony1000|sony-ldp1000a:\
	:fp=\:: :ff=;:fw=<:fs=\=:f1=\=%50*O:fc=>:\
	:rp=J:rf=K:rw=L:rs=M:r1=M%50*O:rc=N:sq=C%05d@%rD%05d@001@:\
	:A1=F:A2=H:a1=G:a2=I:\
	:sc=C%05d@%r:io=P:if=Q:sl=O:st=?:rt=A:ak=\001
#
#
# panasonic tq-2026f
#
pd|OMDR|panasonic-draw-disc:\
	:sx=\002:ex=\003:\
	:is=\002ON8\072\003:\
	:fp=\002PF0\072\003:\
	:rp=\002PR0\072\003:\
	:ff=\002FF0\0720\072\003:\
	:rf=\002FR0\0720\072\003:\
	:fw=\002LF0\0720\072\003:\
	:rw=\002LR0\0720\072\003:\
	:fs=\002TF0\0720\072\003:\
	:rs=\002TR0\0720\072\003:\
	:fc=\002CF\003:\
	:rc=\002CR\003:\
	:f1=\002JF1\072\003:\
	:r1=\002JR1\072\003:\
	:sl=\002AC\003:\
	:sc=\002SR%05d\072\003@%r:\
	:A1=\002A134\072\003:\
	:a1=\002A10\072\003:\
	:A2=\002A234\072\003:\
	:a2=\002A20\072\003:\
	:io=\002DS\003:\
	:if=\002DR\003:\
	:rt=\002AC\003:\
	:sq=\002SR%05d\072\003@%r\002PF%05d\072\003@%r
#
# end of vidcap
#
