how do i build this
-------------------
See INSTALL for installation instructions.

how do i run this program?
--------------------------
	omi_gtk

(Make sure you have oms installed)

To watch a dvd you'll need to open the playlist right click and hit the
'Scan /dev/dvd' button. /dev/dvd should be a symbolic link to your
DVD drive device. You may be asked (in the terminal window) if you
want to check the internet for DVDDB info if this is a new disk, say
'yes' if you like, you may end up with chapter titles to look at.

audio and video are not in sync!
--------------------------------
that's caused by the sync function used right now, it varies heavily
with buffer filling of the codecs - this will change in the near future.

when playing video AND audio the sound stops, or the video stops.
-----------------------------------------------------------------
so one of your streams ist faster than this is normal (or the other
one is slower). so this is cause by a quite loose synchronization
(when the buffer is full) - here one stream has to wait until 
there's some room in the buffer. you cannot avoid this right now,
this will vanish when syncing is implementing (dropping or smaller
amounts of waits - so that the user isn't aware there's something
not in real time - in the best case)
 
can i use this thing for other streams, than just plain DVDs?
-------------------------------------------------------------
yes - right now, you're able to play files from disk (PS stream)
	for example: trailers copied to harddisk from your own DVDs 

how do i submit new entries to the DVDDB?
-----------------------------------------
1) create a file (see src/dvddb/testfile for reference) and name it
	as you wish (f.e. matrix.dvddb)
2) insert your DVD
3) run `src/dvddb/putdb matrix.dvddb`

what about subpictures?
-----------------------
subpictures ARE supported, but disabled by default, until we've built
in the codecs, and can have the subpicture output combine with the 
video output.
 
what about this RAW-IO supported by the latest linux kernels?
-------------------------------------------------------------
RAW I/O is supported, but if you don't have the correct interfaces,
data will be read from the standard, buffered device. So if you really
wanna use RAW IO (and you really should do that ;), you have to make:
(if they don't exist)

mknod /dev/rawctl c 162 0
mknod /dev/raw1 c 162 1
