summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-22leave eight additional slots free if mcli-plugin is loadedv0.0.6eLars Hanisch
2011-06-15exit loop while search for free index as soon as possiblev0.0.6dLars Hanisch
2011-06-15add udev property dynamite_cardindex to attach a device at a preferred slot ↵Lars Hanisch
(if free)
2011-05-29add patch for dvbsddevice to get subsystemid via udevLars Hanisch
has nothing to do with dynamite, just to get rid of hard coded sys paths
2011-05-26adapt patch to vdr 1.7.18Lars Hanisch
2011-04-06hm, 0.0.6b was already there...v0.0.6cLars Hanisch
2011-04-06autodetect streamdev-client and leave one slot free if presentLars Hanisch
2011-04-06add new parameter "--free-device-slots"Lars Hanisch
2011-03-26add german translations for the OSD menuLars Hanisch
2011-03-25move OSD menu from main menu to plugin setup menuv0.0.6bLars Hanisch
2011-03-25add some OSD functionalityv0.0.6aLars Hanisch
2011-03-25rename udev property dynamite_ignore to dynamite_attach (think positive)v0.0.6Lars Hanisch
2011-03-24enumerate dvb devices with udev so every adapter is found even if not "in a row"Lars Hanisch
You can use the udev property "dynamite_ignore" to preserve a device from being attached. With the udev property "dynamite_instanceid" the devices can be associated with different vdr instances.
2011-03-23update HISTORYv0.0.5oLars Hanisch
2011-03-23correct an endless loop in GetAudioDeviceChannelLars Hanisch
2011-03-23correct indentationLars Hanisch
2011-03-23don't print log message on 'set timeout' if no device is attachedLars Hanisch
2011-03-20remove some Detach-calls, they will be called in dtor of cDeviceLars Hanisch
2011-03-19adapt patch to vdr 1.7.17Lars Hanisch
2011-03-18add new command ForceDetachDevice, the device will be detached regardless of ↵Lars Hanisch
any receivers or locks
2011-03-17- use getopt_long on commandline argument processing, look at README for new ↵Lars Hanisch
arguments - raise event via cPlugin::Service if a device is attached/detached so other plugins can react on it ("dynamite-event-DeviceAttached-v0.1", "dynamite-event-DeviceDetached-v0.1")
2011-03-09add missing ::sprintf on error messageLars Hanisch
2011-03-09patch: add new option for skipping adaptersLars Hanisch
2011-03-02new patch with idle mode (nearly, not done)Lars Hanisch
2011-03-02add idle-option to dvbciadapterLars Hanisch
2011-02-27vdr-patch: only look at local ciAdapter if idle is possible or notLars Hanisch
2011-02-27new vdr-patch in regard to "idle"-devices with lnb-sharingLars Hanisch
set voltage only on the devices which are allowed to
2011-02-26add new command DTAD for detaching all devicesLars Hanisch
2011-02-26a little bit of refactoringLars Hanisch
- while in cDvbDeviceProbe create only as much cDynamicDevice-objects as needed - create dummy-device-probe only if specified on command line option "--dummy-probe"
2011-02-23adapt ln-sharing-patch to dynamiteLars Hanisch
2011-02-23move reading of udev properties from the monitor to the attacherLars Hanisch
Now they are recognized on devices present at startup.
2011-02-17correct date in HISTORY fileLars Hanisch
2011-02-17new vdr patch for idle mode w/o epg scanLars Hanisch
2011-02-17add manual option to set a device into idle modeLars Hanisch
dvbdevices should close all their handles and can't be used for epg-scan. So be careful to not disable all devices or you won't get epg. A timer or channel-switch should reactivate the device (hopefully).
2011-02-17refactoring and use vdr's SystemExecLars Hanisch
2011-02-17Merge branch 'master' of projects.vdr-developer.org:vdr-plugin-dynamiteLars Hanisch
2011-02-17support idle-option of cDeviceLars Hanisch
2011-02-17dynamite can call an external program if the GetTSTimeout of a device triggersLars Hanisch
In setup.conf set dynamite.GetTSTimeoutHandler to a program you want to execute. If the udev-property dynamite_timeout_handler_arg is set it will be passed as the argument to it otherwise the devpath with wich the device was attached to dynamite.
2011-02-16increase version due to new vdr patchLars Hanisch
2011-02-16rework of vdr patchLars Hanisch
there were some methods left in cDevice which had to know about 'parentDevice'.
2011-02-10update README and HISTORYLars Hanisch
2011-02-10add parsing of watchdog timeout set by udev ruleLars Hanisch
2011-02-03rework of vdr-patch because of trouble with the EITScanner and multiple devicesLars Hanisch
2011-02-02update README and set version for next releaseLars Hanisch
2011-02-02add generic udev-filterLars Hanisch
Other plugins can add a filter for different subsystems and devnodes. example: AddUdevMonitor video4linux /dev/video If udev signals an "add"-event whose devnode starts with "/dev/video" the whole devnode is queued for attaching.
2011-02-02README proofreadingLars Hanisch
2011-02-02prepare version for next releaseLars Hanisch
2011-02-02initial commit of version 0.0.5cLars Hanisch