Added reference to EN50494

This commit is contained in:
Klaus Schmidinger 2011-09-17 10:10:54 +02:00
parent 7d637b588f
commit fea8c9a64f
1 changed files with 6 additions and 5 deletions

11
HISTORY
View File

@ -6748,11 +6748,12 @@ Video Disk Recorder Revision History
- Fixed scaling subtitles in case the primary device's GetVideoSize() function doesn't - Fixed scaling subtitles in case the primary device's GetVideoSize() function doesn't
return actual values (thanks to Luca Olivetti). return actual values (thanks to Luca Olivetti).
- The DiSEqC codes are now copied in the call to cDiseqc::Execute(). - The DiSEqC codes are now copied in the call to cDiseqc::Execute().
- VDR now supports "Satellite Channel Routing" (SCR) (based on the "unicable" patch - VDR now supports "Satellite Channel Routing" (SCR) according to EN50494 (based on
from Lars Hanisch). Since "Unicable" is a registered trademark and stands for only the "unicable" patch from Lars Hanisch).
one of many implementations of SCR, the following changes have been made compared Since "Unicable" is a registered trademark and stands for only one of many
to the patch, which need to be taken into account by people who have set up their implementations of SCR, the following changes have been made compared to the patch,
system using the patch: which need to be taken into account by people who have set up their system using
the patch:
- The 'U' parameter in the diseqc.conf file has been changed to 'S' ("Scr"). - The 'U' parameter in the diseqc.conf file has been changed to 'S' ("Scr").
- The configuration file name has been changed from "unicable.conf" to "scr.conf". - The configuration file name has been changed from "unicable.conf" to "scr.conf".
- Updated sources.conf (thanks to Arthur Konovalov). - Updated sources.conf (thanks to Arthur Konovalov).