Skip to content

Releases: vdr-projects/vdr-plugin-mcli

fix plugin/device init

05 Jun 19:11

Choose a tag to compare

  • move call of InitMcli from cPluginMcli::Start to cPluginMcli::Initialize (#17)

libnetceiver carve-out/dependency

01 Jun 20:08

Choose a tag to compare

Pre-release

Major changes:

Enhancements:

  • add DeviceName, contribution from #15

Fixes related to netcvupdate and lftp and others

07 Feb 20:05
226828e

Choose a tag to compare

  • fix lftp support for netcvupdate and cam_menu.c
  • add new options for plugin: --netcvupdate-use-lftp --netcvupdate-enable-debug
  • fix some log statements and REELVDR related defines

Build for Fedora Linux can be found here
https://copr.fedorainfracloud.org/coprs/pbiering/vdr_extensions/packages/

Bugfix+Enhancement Release

12 Jun 09:13
51f9acf

Choose a tag to compare

Pre-release

Fixes

Enhancement

  • aligned and extended logging
  • add additional option '-n' to netcvupdate to use 'lftp' as FTP client
  • extend with (currently hardcoded timings) interface watcher
  • add additional special debug masks (see README), align/fix log prefix to "mcli::"
  • add log skip mask option (--logskipmask) (see logging.h)
  • improve debugging enhancement based on contribution from HelmutB
  • include not covered patches from https://www.minidvblinux.de/forum/index.php?topic=9526.0
  • add vdr/systemd/override.conf into RPM (via file in contrib subdirectory)

Review+Fixes+Compatiblity

26 Jan 07:37
798548e

Choose a tag to compare

  • add new options
    --debug-mask (replace hardcoded ifdef debug by flexible option mask)
    --cam-disable (in case CAMs are generally not in use)
    --tuner-max (to limit amount of tuners in skins)

  • fix locking issue with osdteletext and zapping

  • add support for DeviceType (supported since 1.7.28)

  • implement missing GetCurrentlyTunedTransponder (supported since 1.7.13)

  • implement rate limiter for "Discontinuity on receiver" messages

  • include RPM spec file and default config template

  • General review, cosmetics, fix of compiler warnings, ...