#Sample configuration for Xtheater

#Loader option section
#Selects the UI Module, gtkui only one available so far
UI_Module		gtkui
#Path to above Module
UI_Module_Path		/usr/lib/Xtheater/ui
#Path to playback plugins
Plugin_Path		/usr/lib/Xtheater/player

#SMPEG plugin options
#Use a software based bilinear filter on video
smpeg_use_bilinear	false
#Draw directly to video memory instead of to system memory
smpeg_use_hwsurface	false
#Use this device when doing VCD playback
smpeg_vcd_device	/dev/cdrom
#Use GL for full screen rendering
smpeg_use_gl_fs		false
#When using GL for full screen, use this screen width
smpeg_gl_fs_width	640
#When using GL for full screen, use this screen width
smpeg_gl_fs_height	480
#Enable Windowed GL playback
smpeg_use_gl		false

#GTK UI options
#width of control window
gtk_ui_width		270
#height of control window
gtk_ui_height		180
#Doublesize by default when possible
gtk_ui_double		false
#Loop by default
gtk_ui_loop		false

#File associations.  Associations follow this format:
#|<shell wildcard expression for filenames>	<canonical plugin name>
|*.[mM][pP][gG3]	smpeg
|*.[mM][pP][eE][gG]	smpeg
|VCD			smpeg
|*.[aA][Vv][iI]		wm
|*.[aA][sS][fF]		wm
|/dev/cdrom*		smpeg
|file:/dev/cdrom*	smpeg
