Re: [mythtv-users] Changing default rewind amount

2005-12-13 Thread Bruce Markey

jgmtfia Mr wrote:

I have a weird problem.  Before my last update, my rewind setting was
15 seconds.  After the update it defaulted to 5 seconds.  I could not
find where to change the value back to 15 seconds.  I looked in the


TV Settings-Playback Groups-Default

--  bjm
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Changing default rewind amount

2005-12-13 Thread Adam Egger
On 12/13/05, Bruce Markey [EMAIL PROTECTED] wrote:
 jgmtfia Mr wrote:
  I have a weird problem.  Before my last update, my rewind setting was
  15 seconds.  After the update it defaulted to 5 seconds.  I could not
  find where to change the value back to 15 seconds.  I looked in the

 TV Settings-Playback Groups-Default

I also thought my rewind was broken and I absolutely wasn't able to
find the reason why it didn't rewind correctly anymore. It's
*completely* confusing if a setting we've lived with for ages
apparently changes.
Bruce, is it possible to let the default value unchanged?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Changing default rewind amount

2005-12-13 Thread mythtv
jgmtfia Mr wrote:
 I have a weird problem.  Before my last update, my rewind setting was 15
seconds.  After the update it defaulted to 5 seconds.  I could not find
where to change the value back to 15 seconds.  I looked in the
settings table in the database and found RewindAmount was set to 5. 
I changed it to 15 seconds and restarted the front end.  However the
setting is not being honored.

 I would appreciate any pointers.

I'm assuming this happens when you use your IR remote. If so, you want to
look in your lirc config file. I use xine as a video player, instead of
the default mplayer. My rewind button looks like this:

begin
  remote = hauppauge_pvr
  prog = xine
  button = Rewind
  repeat = 0
  config = SeekRelative-15
end

The config =  is what you're looking for. Again, since I don't use
mplayer, I'm not sure of the config, but from what I just Googled, it
likely looks like this: config = seek -5. You'll want to change that 5
to a 15.

Hope it helps,
Roy







___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Changing default rewind amount

2005-12-13 Thread Nick
On 13/12/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 jgmtfia Mr wrote:
  I have a weird problem.  Before my last update, my rewind setting was 15
 seconds.  After the update it defaulted to 5 seconds.  I could not find
 where to change the value back to 15 seconds.  I looked in the
 settings table in the database and found RewindAmount was set to 5.
 I changed it to 15 seconds and restarted the front end.  However the
 setting is not being honored.
 
  I would appreciate any pointers.

 I'm assuming this happens when you use your IR remote. If so, you want to
 look in your lirc config file. I use xine as a video player, instead of
 the default mplayer. My rewind button looks like this:

 begin
   remote = hauppauge_pvr
   prog = xine
   button = Rewind
   repeat = 0
   config = SeekRelative-15
 end

 The config =  is what you're looking for. Again, since I don't use
 mplayer, I'm not sure of the config, but from what I just Googled, it
 likely looks like this: config = seek -5. You'll want to change that 5
 to a 15.

I think the OP was talking about rewind within MythTV. Settings for
xine/mplayer are not stored in the mythconverg database, but in their
own config files or in ~/.lircrc.

Nick
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Changing default rewind amount

2005-12-12 Thread jgmtfia Mr
I have a weird problem.  Before my last update, my rewind setting was
15 seconds.  After the update it defaulted to 5 seconds.  I could not
find where to change the value back to 15 seconds.  I looked in the
settings table in the database and found RewindAmount was set to
5.  I changed it to 15 seconds and restarted the front end.  However
the setting is not being honored.

I would appreciate any pointers.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users