Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Volume reset



Fridtjof Busse wrote:
> 
> * Klaus Schmidinger <Klaus.Schmidinger@cadsoft.de>:
> > > I'm using my Hauppauge remote to set the audio-volume in VDR
> > > (1.3.12), but everytime VDR restarts, the volume is lower than at
> > > the time of the VDR-shutdown. I'd like to have it to max by default
> > > or at least remember the last value.
> >
> > The volume level is saved in setup.conf and restored when VDR starts.
> 
> But when/how is this value saved?

VDR/vdr.c:

  Setup.CurrentVolume  = cDevice::CurrentVolume();
  Setup.Save();

> Even if I put the volume to max in
> VDR, there are no changes made in setup.conf.
> Currently it's set to 180. Which is the highest level?

Volume range is 0..255.

Klaus




Home | Main Index | Thread Index