I have configured mythtvideo and mythdvd to use Xine,  It works great for DVD's, but when I play Divx movies I can not fast forward or rewind using the remote.  If I use the arrow keys on the keyboard I can skip forward and backward.  Below is a snip from my .lircrc file. Any help is appriciated.
<br><br>begin<br>prog = xine<br>button = VOL-<br>repeat = 3<br>config = EventLeft<br>#config = left<br>end<br><br>begin<br>prog = xine<br>button = VOL+<br>repeat = 3<br>config = EventRight<br>#config=right<br>end<br><br>begin
<br>prog = xine<br>button = FFW<br>repeat = 3<br>#config = SpeedFaster<br>config = SeekRelative+60<br>end<br><br>begin<br>prog = xine<br>button = REW<br>repeat = 3<br>#config = SpeedSlower<br>config = SeekRelative-60<br>end
<br><br><br><br>