⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 update-1.2.0

📁 asus U3100 DMBTH 電視棒反釋源碼
💻 0
📖 第 1 页 / 共 2 页
字号:
This is a summary of the changes in VDR 1.2.0 since the last stableversion 1.0.4. It only contains things that are of actual importanceto the user and doesn't mention the many fixes and improvements thathave been made "behind the scenes". See the file HISTORY for a detailed list of all changes.Plugins:- Implemented a universal plugin interface. See the file PLUGINS.html  for a detailed description. The man page vdr(1) describes the new options '-L'  and '-P' used to load plugins.  See http://www.cadsoft.de/vdr/plugins.htm for a list of available plugins.- Rearranged the remote control key handling to allow plugins to implement  additional types of remote controls (see PLUGINS.html, section "Remote Control").  The previously used files 'keys.conf' and 'keys-pc.conf' have been replaced  by the file 'remote.conf', which holds the key definitions of all remote controls.- The new plugin 'sky' can be used to integrate a Sky Digibox into the VDR system,  using a Kfir MPEG2 encoder card (see PLUGINS/src/sky/README for details).Remote control:- If a PC keyboard is used as remote control, the string entry fields in the  menus now accept character input directly (however, this works only for keys that  are not otherwise defined as remote control keys). Also, plugins can switch the  cKbdRemote class into "raw mode", where all keyboard input will be made available  through the new 'kKbd' key code and none of it will be processed as normal remote  control functions.- The LIRC remote control keys are now handled just like the keyboard and RCU keys.  This means that you can use the lircd.conf file as is for your remote control,  without the need of editing it to make the key names the same as used in VDR.  When first starting VDR it will go into the "Learning keys" mode and ask you  to press the various keys. The resulting key assignment will be stored in  the file 'remote.conf'.- While learning the remote control keys it is now possible to press the 'Menu'  key to skip the definition of keys that are not available on your particular  RC unit.- Implemented additional dedicated keys for "Play", "Pause", "Stop", "Record",  "FastFwd", "FastRew", "Channel+" and "Channel-". If your remote control supports  any of these keys you can delete your 'remote.conf' file and restart VDR to  go through the key learning procedure again in order to assign these new keys.  See MANUAL for more information.- Implemented new keys to directly access the VDR main menu functions "Schedule",  "Channels", "Timers", "Recordings", "Setup" and "Commands". If your remote  control provides keys you want to assign these functions to, you can delete  your 'remote.cof' file and restart VDR to go through the key learning procedure  again in order to assign these new keys. See MANUAL for more information.- The new configuration file 'keymacros.conf' can be used to assign macros to  the color buttons in normal viewing mode, as well as to up to 9 user defined  keys. See MANUAL and man vdr(5) for more information. The default 'keymacros.conf'  implements the functionality of the old "color button patch".- Macros in 'keymacros.conf' can now use "@plugin" to directly access the main menu  function of a given plugin (see man vdr(5) for details).- The keyboard is now by default always active to control VDR. The 'make' option  REMOTE=KBD is therefore obsolete. When compiling VDR with REMOTE=RCU or REMOTE=LIRC,  the keyboard can thus now be active together with the remote control. If you want  to build VDR without keyboard support you can set NO_KBD=1 in the 'make' call.  Since the keyboard codes are now different from the ones used previously (which  were mapped by the 'ncurses' library) you will need to go through the "Learning  keys" procedure again. To do so, either delete the file /video/remote.conf or  remove the KBD.* entries from it before starting this version of VDR.- The "Left" and "Right" buttons now set the cursor to the first or last list item  even if the list consist only of a single page, like, for instance, the Main menu.- The red ("Record") and yellow ("Pause") button in the "Main" menu are no longer  available when replaying.Devices:- If the primary device (as defined in setup.conf) doesn't have an MPEG decoder  (and thus can't be used as a primary device) VDR now scans all devices at  startup and uses the first one (if any) that actually has an MPEG decoder.  That way this will also work automatically if the primary device is implemented  by a plugin.- If no device with an MPEG decoder can be found at startup, the first device  is now used as primary device (just to have some device).- Now turning off live PIDs when replaying. This avoids short spikes from other  channels when switching between Transfer Mode channels, and also lets an ongoing  replay continue even if a recording is started on the primary device.- Now switching to the channel used by the most recently started timer in case  the original current channel becomes unavailable due to a recording on a  different transponder. If this fails, a channel up/down switch is attempted as  a fallback solution.- Changed the DEFAULTPRIORITY in device.c to -1, so that the primary device  will be used for FTA recordings in case the CAM is connected to a non-primary  device.- The actual tuning is now done in a separate thread, which makes zapping through the  channels a lot faster and no longer gets stuck on channels that don't broadcast.  This also makes "Motor-DiSEqC" work. Since switching channels now no longer  explicitly waits for a channel lock in the foreground thread, the "panic level"  mechanism is no longer used.Time Shifting:- Changed device handling for being able to do simultaneous recording and  replay on the same device (Time Shifting). In order for this to work you need  to use a driver with a firmware version that has this feature implemented.- It is now possible to do simultaneous recording and replay with a single DVB  card, even with encrypted channels. This requires the use of the Link Layer  firmware, version 2613 or higher; the -icam firmware is still limited to live  encrypted channels only. Finally we have time shift for encrypted channels on  single card systems!- Implemented "pause live video". You can now press "Menu/Yellow" or "Pause" on  your remote control while watching live video to start an instant recording  of the current programme and immediately start replaying that recording.- Implemented separate PausePriority and PauseLifetime parameters for the recordings  created when pausing live video.Channels:- Modified channel handling to cover all parameters necessary for DVB-C and DVB-T  (see man vdr(5) for the meaning of the additional parameters stored in the field  previously named 'polarisation').  If you have a system with different kinds of DVB cards, like DVB-T and DVB-C,  for instance, there is no more need to distinguish the channels through the  'Ca' parameter in order to assign them to the various DVB cards. This is now  taken care of by the "source" parameter. So a channel marked as "terrestrial",  for example, will only be received on DVB-T cards.- Updated channels.conf files.- Switching through channels with the 'Up' and 'Down' keys now skips channels  that are currently not available (for instance because all devices are  recording and these channels are on different transponders).- The new configuration file 'sources.conf' contains the various signal sources  (satellites, cable and terrestrial) which are used in 'channels.conf' and  'diseqc.conf'.- The 'diseqc' parameter in the channel definitions has been redefined to hold the  "source" of the given channel (which can be either a satellite, cable or terrestrial).  For compatibility with channels.conf files from older versions, numeric values in  this parameter will be tolerated, but they have no meaning. If you want to use  DiSEqC you will need to replace these old values with the proper source identifiers  defined in the new configuration file 'sources.conf'. See how this is done in the  'channels.conf' file that comes with the VDR package.- The new configuration file 'diseqc.conf' can be used to set up the individual  diseqc configuration (see man vdr(5) for a description of the file format).- The "Edit channel" menu has a new entry "Source:" in which the source of this  channel can be selected (either a satellite, cable or terrestrial). The set of  parameters at the end of this menu will change according to the type of source.- The "Use DiSEqC" parameter in the "Setup/LNB" menu has been moved to the beginning  of the list and disables the rest of the parameters when set to "yes", since these

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -