mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
- The SVDRP command LSTT now accepts the new option 'id' to have the channels of the timers listed with their unique channel ids instead of their numbers (suggested by Matthias Schniedermeyer). - Added a missing #include <linux/unistd.h> to thread.c (thanks to Ville Skyttä). - Fixed the "plugins-clean" and "plugins-install" targets in the Makefile (thanks to Andreas Brachold). - Fixed handling "more than 3 byte" key sequences in cKbdRemote::ReadKeySequence() (thanks to Peter Bieringer). If you are using the PC keyboard as remote control input you may need to make VDR newly learn the keys by removing the remote.conf file. - To avoid problems with access rights when VDR shall run as 'root' it now skips all SetCaps() and SetUser() calls when it is started as 'root' and "-u root" is given. - Added missing i18n entry for the "Timer" button (thanks to Ville Skyttä) - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). - Making the "Menu" key behave consistently has not been well received by several users, so the new option "Setup/OSD/Menu button closes" can be used to get the old behavior back (which also is the default value of this option). - Dropped the default vdr user. The program now always runs under the user id it was started from, unless the '-u' option is given and it was started from the 'root' user. If you want to have a default vdr user, you can activate and adjust the "VDR_USER = vdr" line in your Make.config file (from the original patch by Ludwig Nussel). - Key macros can now be defined for all non-modeless keys (suggested by Mirko Dölle). - Adjusted the "KEY MACROS" section of vdr.5 to the new plugin calling mechanism introduced in version 1.3.32. - Removed the now obsolete "ca.conf" section from vdr.1 (thanks to Ville Skyttä). - Added missing description of L and R circular polarization to 'diseqc.conf'. - Added a note about "modprobe capability" to INSTALL (suggested by Patrick Cernko). - Fixed canonicalizing the file name in the SVDRP command GRAB to allow full path names (thanks to Stefan Huelswitt). - Added a missing '-' to the example for viewing a grabbed image on a remote host (reported by Philippe Gramoullé). - Made the "What's on now/next?" menus a lot faster by storing a pointer to each channel's schedule in the cChannel data. - Made the log messages regarding lost lock of devices "info" instead of "error" (suggested by Andreas Brachold). - The SVDRP command GRAB allows file names without extension again (suggested by Stefan Huelswitt). - Pressing '0' in the "Schedule" menu now rotates through displaying "This event on this channel", "This event on all channels" and "All events on all channels". This can be used to find reruns of a given show, or the episodes of a series. Note that if there are many channels in your channels.conf, displaying the "All events on all channels" page may take a while. - The status markers in the "Schedule" menu are now only updated if a submenu is closed in which a timer has been modified, which speeds up closing submenus. - Now only writing Dolby Digital tracks into the 'info.vdr' file of a recording if Setup.UseDolbyDigital is true (suggested by André Weidemann). - Added a leading '0' to the day in the DayDateTime() function (thanks to Rolf Ahrenberg). - No longer displaying color buttons in the recording info menu if it has been invoked from a player (reported by Jürgen Schilling).
74 lines
2.4 KiB
Plaintext
74 lines
2.4 KiB
Plaintext
# DiSEqC configuration for VDR
|
|
#
|
|
# Format:
|
|
#
|
|
# satellite slof polarization lof command...
|
|
#
|
|
# satellite: one of the 'S' codes defined in sources.conf
|
|
# slof: switch frequency of LNB; the first entry with
|
|
# an slof greater than the actual transponder
|
|
# frequency will be used
|
|
# polarization: V = vertical, H = horizontal, L = Left circular, R = Right circular
|
|
# lof: the local oscillator frequency to subtract from
|
|
# the actual transponder frequency
|
|
# command:
|
|
# t tone off
|
|
# T tone on
|
|
# v voltage low (13V)
|
|
# V voltage high (18V)
|
|
# A mini A
|
|
# B mini B
|
|
# Wnn wait nn milliseconds (nn may be any positive integer number)
|
|
# [xx ...] hex code sequence (max. 6)
|
|
#
|
|
# The 'command...' part is optional.
|
|
#
|
|
# Examples:
|
|
|
|
# Full DiSEqC sequence:
|
|
|
|
S19.2E 11700 V 9750 t v W15 [E0 10 38 F0] W15 A W15 t
|
|
S19.2E 99999 V 10600 t v W15 [E0 10 38 F1] W15 A W15 T
|
|
S19.2E 11700 H 9750 t V W15 [E0 10 38 F2] W15 A W15 t
|
|
S19.2E 99999 H 10600 t V W15 [E0 10 38 F3] W15 A W15 T
|
|
|
|
S21.5E 11700 V 9750 t v W15 [E0 10 38 F4] W15 B W15 t
|
|
S21.5E 99999 V 10600 t v W15 [E0 10 38 F5] W15 B W15 T
|
|
S21.5E 11700 H 9750 t V W15 [E0 10 38 F6] W15 B W15 t
|
|
S21.5E 99999 H 10600 t V W15 [E0 10 38 F7] W15 B W15 T
|
|
|
|
# Optimized for mini DiSEqC (aka toneburst):
|
|
#
|
|
# S19.2E 11700 V 9750 t v W15 A W15 t
|
|
# S19.2E 99999 V 10600 t v W15 A W15 T
|
|
# S19.2E 11700 H 9750 t V W15 A W15 t
|
|
# S19.2E 99999 H 10600 t V W15 A W15 T
|
|
#
|
|
# S21.5E 11700 V 9750 t v W15 B W15 t
|
|
# S21.5E 99999 V 10600 t v W15 B W15 T
|
|
# S21.5E 11700 H 9750 t V W15 B W15 t
|
|
# S21.5E 99999 H 10600 t V W15 B W15 T
|
|
#
|
|
# Optimized for full DiSEqC:
|
|
#
|
|
# S19.2E 11700 V 9750 [E0 10 38 F0]
|
|
# S19.2E 99999 V 10600 [E0 10 38 F1]
|
|
# S19.2E 11700 H 9750 [E0 10 38 F2]
|
|
# S19.2E 99999 H 10600 [E0 10 38 F3]
|
|
#
|
|
# S21.5E 11700 V 9750 [E0 10 38 F4]
|
|
# S21.5E 99999 V 10600 [E0 10 38 F5]
|
|
# S21.5E 11700 H 9750 [E0 10 38 F6]
|
|
# S21.5E 99999 H 10600 [E0 10 38 F7]
|
|
#
|
|
# DisiCon-4 Single Cable Network:
|
|
#
|
|
# horizontal: 11.704 - 12.205 GHz (1. IF: 1144 - 1645 MHz) - LOF 1 (10,56 GHz)
|
|
# horizontal: 12.676 - 12.709 GHz (1. IF: 2116 - 2148 MHz) - LOF 1 (10,56 GHz)
|
|
# vertical: 12.035 - 12.107 GHz (1. IF: 955 - 1027 MHz) - LOF 3 (11,08 GHz)
|
|
# vertical: 12.464 - 12.716 GHz (1. IF: 1744 - 1996 MHz) - LOF 2 (10,72 GHz)
|
|
#
|
|
# S19.2E 99999 H 10560 t v
|
|
# S19.2E 12110 V 11080 t v
|
|
# S19.2E 99999 V 10720 t v
|