# xjadeorc
#
# lines beginning with '#' or ';' are ignored.
#
# xjadeo checks:  @sysconfdir@/xjadeorc
#                 $HOME/.xjadeorc
#                 ./xjadeorc
#

#verbose=[yes|no]
;verbose=no

#quiet=[yes|no]
;quiet=no

# xjadeo framerate - delay
# specifies how many times per second xjadeo updates the screen.
# this is independant of the video-file's frame-rate.
# a negative value will force xjadeo to use the frame-rate of the video file.
#fps=<numeric>
;fps=10.0

# specify default seek mode
#seek=[any|cont|key]
;seek=any

# disable LASH support (enabled by default)
#lash=[yes|no]
;lash=yes

# select the video library/interface to use.
#videomode=[xv|imlib2|x11|sdl|mac]
;videomode=auto

# en/disable message queues (remote control)
#mq=[on|off]
;mq=off

# absolute path to a TTF font file to be used for on-screen-display
#fontfile=<filename>
;fontfile=/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf

# specify whether to retain the aspect ratio of the movie when scaling
# the window.  (only Xv)
#letterbox=[yes|no]
;letterbox=no

#
# MIDI OPTIONS
# (midi options will be ignored if midi is not available)
#

# -m : specify MIDI port to read from.
# jack-midi: specify midi-port name to connect to or "" to not auto-connect.
# alsa-seq: specify id to connect to. (-1: none) eg. -m ardour or -m 80 
# portmidi: numeric-id; -1: autodetect, > -1 specifies a (input) midi port.
#           use '-v -m -1' to list midi-ports.
# alsa-raw: specify device-name eg. -m hw:1,0 or -m 1 
# 'xjadeo -h' shows more information, 'xjadeo -V' lists available drivers.
;mididriver=alsa-sequencer
;midiid=-1

# -c : don't use MTC quarter frames for 
# more accurate sync. 
#midiclk=[yes|no]
;midiclk=no

# -M : how to convert the MTC smpte to video smpte 
# 1: use MTC information (-v to check) - default
# 2: force video file's fps
# 3: convert/adjust framerates
#midismpte=<1|2|3>
;midismpte=0

# do not dispay xjadeo logo on screen on startup.
;nosplash=no

# END of xjadeorc
