[vdr] Re: OT: problem with Technotrend ct2-4400

2017-06-17 Thread Sebastian Frei
Hi Halim, I also have a CT2-4400, but I get different messages: si2168 0-0064: Silicon Labs Si2168-B40 successfully identified si2168 0-0064: firmware version: B 4.0.2 si2157 1-0060: Silicon Labs Si2147/2148/2157/2158 successfully attached usb 1-1: DVB: registering adapter 0 frontend 0 (Silicon L

Re: [vdr] [ANNOUNCE] VDR Power Button Daemon 0.0.1

2013-03-29 Thread Sebastian Frei
Hello, I don't want to hijack your thread, but just as a reference here is my solution with acpid to achieve nearly the same: /etc/acpid/power: event=button/power* action=/sbin/acpishutdown.sh /sbin/acpishutdown.sh: #!/bin/sh if [ -e /tmp/acpibutton ]; then if [ `/bin/ls /tmp/acpibutton

Re: [vdr] Patch: Add 'MUTEON' and 'MUTEOFF' options to the SVDRP VOLU command

2013-03-21 Thread Sebastian Frei
>@@ -1609,6 +1610,12 @@ >cDevice::PrimaryDevice()->SetVolume(-VOLUMEDELTA); >else if (strcasecmp(Option, "MUTE") == 0) >cDevice::PrimaryDevice()->ToggleMute(); >+ else if ((strcasecmp(Option, "MUTEON") == 0) >+ if (!cDevice::PrimaryDevice()->IsMute()))

Re: [vdr] Patch: Add 'MUTEON' and 'MUTEOFF' options to the SVDRP VOLU command

2013-03-21 Thread Sebastian Frei
((strcasecmp(Option, "MUTEON") == 0) +if (!cDevice::PrimaryDevice()->IsMute())) + cDevice::PrimaryDevice()->ToggleMute(); + else if ((strcasecmp(Option, "MUTEOFF") == 0) +if (cDevice::PrimaryDevice()->IsMute())) + cDevice::PrimaryDevice()->ToggleMute()

[vdr] Patch: Add 'MUTEON' and 'MUTEOFF' options to the SVDRP VOLU command

2013-03-21 Thread Sebastian Frei
Hi all, I made a tiny patch to extend the SVDRP VOLU command. Up until now VDR only had an option to _toggle_ the current audio muted status, but no options to force the audio muted status on or off. I want to mute the audio via SVDRP and unmute it again later. My usecase: I'm running mpd on the

[vdr] Re: Straw poll: stable version 1.6.0 now?

2008-02-04 Thread Sebastian Frei
Hello, I vote with NO. For me there are important features missing and I fear a slowdown of developement pace once vdr-1.6.0 is out. Also the current situation with vdr-1.5.14 puts some kind of pressure on the driver devs to get a working solution into the kernel. S. __

[vdr] Re: VDR 1.5.x + streamdev issue

2007-05-24 Thread Sebastian Frei
Am Dienstag, 15. Mai 2007 10:33:21 schrieb Sebastian Frei: > Am Dienstag, 15. Mai 2007 09:47:27 schrieb alexw: > > Hi, > > > > I am using VDR 1.5.2 in a streamdev only environment. With the vanilla > > CVS version of streamdev I am receiving a channel picture after ever

[vdr] Re: How to customize lcdproc for vdr ?

2007-05-23 Thread Sebastian Frei
> > I would like to do one of theses schemes : > > Line 1 : Channel n° XXX > Line 2 : Channel name > > or > > Line 1 : date --- time > Line 2 : Channel number --- channel name > > I should be great if theses profiles could be choosen by a setup option. > > Hello, maybe I could do this, but not i

[vdr] Re: How to customize lcdproc for vdr ?

2007-05-22 Thread Sebastian Frei
Am Mittwoch, 23. Mai 2007 00:19:10 schrieb kafifi: > >> Hello, > >> > >> I am using vdr-1.4.7, and vdr-lcdproc-0.0.10-jw2, to drive a 16x2 > >> characters imon VFD module. > >> > >> The display is really nice, but 16x2 isn't enough to display all > >> datas. I would customize lcdproc to remove all

[vdr] Re: How to customize lcdproc for vdr ?

2007-05-20 Thread Sebastian Frei
ngStatus")) LcdSetup.RecordingStatus = atoi(Value); + else if (!strcasecmp(Name, "ShowTime")) LcdSetup.ShowTime = atoi(Value); else return false; return true; diff -ur lcdproc-0.0.10-jw2.org/README lcdproc-0.0.10-jw2/README --- lcdproc-0.0.10-jw2.org/README 2006-11-12 19:59:31.00

[vdr] Re: VDR 1.5.x + streamdev issue

2007-05-15 Thread Sebastian Frei
Am Dienstag, 15. Mai 2007 09:47:27 schrieb alexw: > Hi, > > I am using VDR 1.5.2 in a streamdev only environment. With the vanilla CVS > version of streamdev I am receiving a channel picture after every 2 channel > switches. I did a bug report and schmirl did post a quick fix. > Unfortunately it is