Skip to content

Releases: flensrocker/vdr-plugin-dbus2vdr

double-dip

11 Dec 13:02
Compare
Choose a tag to compare

Correct output of double values like "frames per second".

nulldevice release

04 Mar 17:55
Compare
Choose a tag to compare

If dbus2vdr is started with the parameter "--nulldevice", it creates an output device similar to the famous dummydevice-plugin. Using the call "device.RequestPrimary" the active primary device can be switched to suspend in- and output of live-tv. The calls "device.List", "device.GetPrimary" and "device.GetNullDevice" helps to develop tools for switching the primary device.

device interface

13 Feb 15:41
Compare
Choose a tag to compare

A new interface has been added to dbus2vdr. From the README:

Interface "device"

  • get current primary device
    vdr-dbus-send.sh /Devices device.GetPrimary

  • request switch to primary device
    vdr-dbus-send.sh /Devices device.RequestPrimary int32:index

  • list devices
    vdr-dbus-send.sh /Devices device.List

    The returned array contains the device index, number, a boolean value "hasDecoder",
    a boolean value "isPrimary" and the name of the device.

v26

30 Sep 20:28
Compare
Choose a tag to compare
v26

Now compatible with vdr 2.3.1

v24

22 Mar 14:33
Compare
Choose a tag to compare
v24
register new method ChangeName on Recordings object

v23

11 Feb 23:03
Compare
Choose a tag to compare
v23
compile with vdr 2.1.10