Age | Commit message (Collapse) | Author |
|
|
|
Due to retuning of the vdr on a pid-change the intended behaviour of pvrinput could not be achieved.
Now a PMT with teletext descriptor is sent if there's at least one device present, which is capable of sliced vbi.
|
|
The parsing and writing of the channel's source parameter is now focused at one place.
|
|
|
|
|
|
The actual type of a channel is provided by "TV", "RADIO" or "SVIDEO" so
we don't need to guess if it's radio or not.
|
|
Renamed "EncoderInput" to "InputType" since it's only set to
eTelevision, eRadio or eExternalInput. It's used for general
decisions depending on the type of the input.
On the contrary "CurrentInput" is holding the actual input number
of the device.
Naming convention:
Properties of current set channel should start with "Current".
Properties of the channel to be set should start with "new".
|
|
This reverts commit 5a2a807bad756353f681b3e0c2db7c1f7ff9d85e.
|
|
Naming convention:
Properties of current set channel should start with "Current".
Properties of the channel to be set should start with "new".
|
|
|
|
|
|
Some cards like the HD PVR needs some time to stabilize the video stream.
On some installations a sleep in the external script doesn't seem to work.
|
|
Reworked Tune-function so it relies on parameters only.
|
|
This is possibly needed, because the SID now have a more important meaning.
It is updated from the vdr in relation to the PAT/PMT so it's not a good
idea to store important values there.
Use the frequency.
|
|
|