Re: [vdr] [ANNOUNCE] 0.1.0

2013-03-21 Thread Stefan Braun
Hi Rene, how do you start the xineliboutput plugin? To get a true color osd, you have to start it with --hud. I think this is your problem... If this is not working, you could also try to use softhddevice as output plugin. softhddevice supports true color anyway, so you could see if you have

Re: [vdr] VDR's UpdateChannels destroys channel information

2013-03-21 Thread Dominic Evans
On 21 March 2013 09:04, Teemu Suikki tsui...@zuik.org wrote: I have mysterious problem with some channels.. All seem to be on S13.0E, but on different transponders. According to http://en.kingofsat.net/pos-13E.php page, Disney Channel HD Italia is DVB-S2, 8PSK, SR 29900. However, I seem to

Re: [vdr] VDR's UpdateChannels destroys channel information

2013-03-21 Thread Klaus Schmidinger
On 21.03.2013 10:04, Teemu Suikki wrote: Hi! I have mysterious problem with some channels.. All seem to be on S13.0E, but on different transponders. According to http://en.kingofsat.net/pos-13E.php page, Disney Channel HD Italia is DVB-S2, 8PSK, SR 29900. However, I seem to have DVB-S, QPSK,

Re: [vdr] Intermittent hangs when start playing a channel

2013-03-21 Thread Klaus Schmidinger
On 18.03.2013 19:10, Andrey Pavlenko wrote: Hi, I've submitted an issue against the XVDR plugin, but seems it's VDR but not XVDR issue. Can someone, please, look at this https://github.com/pipelka/vdr-plugin-xvdr/issues/103? That recording plays just fine on my TT S2-6400 with VDR 1.7.41.

Re: [vdr] frontend invalid argument / frequency X out of range

2013-03-21 Thread Klaus Schmidinger
On 18.03.2013 17:08, Dominic Evans wrote: Running vdr 1.7.41 I have previously seen this issue on earlier development snapshots, but had simply ignored it as I was running development code. However, as we near 2.0, I thought I might query it on the mailing list. In my syslog I occasionally see

Re: [vdr] VDR's UpdateChannels destroys channel information

2013-03-21 Thread Teemu Suikki
2013/3/21 Klaus Schmidinger klaus.schmidin...@tvdr.de: Mar 21 12:11:53 vdr2 vdr: [29626] changing transponder data of channel 3364 from 12207:HC34M5O0S1:S13.0E:29900 to 12207:HC34M2S0:S13.0E:27500 Mar 21 12:11:53 vdr2 vdr: [29620] retuning due to modification of channel Hi, ok, thanks for the

Re: [vdr] VDR's UpdateChannels destroys channel information

2013-03-21 Thread Teemu Suikki
A bit more into this.. I tried dvbsnooping different satellites, I noticed some difference. This is from Thor, 1.0W: --- Transport_stream_ID: 4 (0x0004) Original_network_ID: 70 (0x0046) [= 1 degree W | Telenor] reserved_1: 15 (0x0f)

Re: [vdr] frontend invalid argument / frequency X out of range

2013-03-21 Thread Dominic Evans
Hey Klaus, On 21 March 2013 12:26, Klaus Schmidinger klaus.schmidin...@tvdr.de wrote: On 18.03.2013 17:08, Dominic Evans wrote: So I presume it is happening during a 'search for transponders' or an epg update scan? Maybe faulty data in the NIT? You could start debugging this by adding some

Re: [vdr] VDR's UpdateChannels destroys channel information

2013-03-21 Thread Klaus Schmidinger
On 21.03.2013 14:07, Teemu Suikki wrote: A bit more into this.. I tried dvbsnooping different satellites, I noticed some difference. This is from Thor, 1.0W: --- Transport_stream_ID: 4 (0x0004) Original_network_ID: 70 (0x0046) [= 1 degree W | Telenor]

[vdr] Audio problem on Channel 4 HD on Freeview

2013-03-21 Thread Tony Houghton
The last two times I looked at Channel 4 HD on Freeview (DVB-T2) there was a strange problem with the audio. All the ambient sounds and background music were there but voices were very muffled. One time was a film and the other was a US drama series (Revenge). The same channel on Freesat (DVB-S2)

Re: [vdr] VDR's UpdateChannels destroys channel information

2013-03-21 Thread Teemu Suikki
Guess what, problem solved.. My channels config had TID 7501, but the real TID is 7500.. I have no idea how this could have been changed, though? And I thought that the channel wouldn't show at all, if TID is not correct? Anyway, with TID changed to 7500, I can enable UpdateChannels and vdr

[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

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

2013-03-21 Thread Hardy Flor
Hi Sebastian Frei, with ... (!cDevice::PrimaryDevice()-IsMute())) is the command not recognized and the string Unknown option: MuteON will return, when you call svdr more than one with MuteON. Hardy ___ vdr mailing list vdr@linuxtv.org

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

2013-03-21 Thread Sebastian Frei
Hi Hardy, yes you are right. This one should be better: --- vdr-1.7.41/svdrp.c 2013-02-17 14:17:36.0 +0100 +++ vdr-1.7.41.mute/svdrp.c 2013-03-21 21:58:34.226895799 +0100 @@ -317,12 +317,13 @@ UPDR\n Initiates a re-read of the recordings directory, which is the SVDRP\n

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

2013-03-21 Thread Magnus Sirwiö
Why can't you use the HITK svdrp command sending the MUTE key? # svdrpsend hitk mute - Magnus From: sebast...@familie-frei.net To: vdr@linuxtv.org Date: Thu, 21 Mar 2013 22:03:50 +0100 Subject: Re: [vdr] Patch: Add 'MUTEON' and 'MUTEOFF' options to the

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

2013-03-21 Thread Sebastian Frei
Hi Magnus, I want to mute VDR when I start playing music. If I use the VOLU MUTE or the HITK MUTE command, I can't be sure that I'll really mute VDR. If it was muted before VDR becomes unmuted. The existing SVDRP commands only toggle the status but I can't set the muted status to an absolute

Re: [vdr] VDR form packages

2013-03-21 Thread Tobi
There is somewhere repo of developer, FernetMenta, but I think those source should perfectly fit XBMC plugin I've updated the plugin: http://anonscm.debian.org/gitweb/?p=pkg-vdr-dvb/vdr-plugin-vnsiserver.git;a=summary But I this is still considered unstable, so right now this is no

Re: [vdr] [ANNOUNCE] 0.1.0

2013-03-21 Thread René
Hi Louis, I start xineliboutput with the following line xineliboutput --local=none --remote=37890 --primary --fullscreen I tried to add --hud but it did not work. To had to remove first --fullscreen because vdr did not start, but to the end i had the same problem: no osd :-( I tried to

Re: [vdr] [ANNOUNCE] 0.1.0

2013-03-21 Thread VDR User
On Thu, Mar 21, 2013 at 4:12 PM, René linu...@hertell.com wrote: I tried to install softhddevice, but i could not get it to compile due to missing libraries etc. If you know which packages is needed in Ubuntu, then it would be great to get help with this :-) Why don't you use `apt-file search`

Re: [vdr] [ANNOUNCE] skin nOpacity 0.1.0

2013-03-21 Thread René
On 22.03.2013 2:10 , VDR User wrote: On Thu, Mar 21, 2013 at 4:12 PM, René linu...@hertell.com wrote: I tried to install softhddevice, but i could not get it to compile due to missing libraries etc. If you know which packages is needed in Ubuntu, then it would be great to get help with this :-)

Re: [vdr] [ANNOUNCE] skin nOpacity 0.1.0

2013-03-21 Thread VDR User
On Thu, Mar 21, 2013 at 6:11 PM, René linu...@hertell.com wrote: I tried to install softhddevice, but i could not get it to compile due to missing libraries etc. If you know which packages is needed in Ubuntu, then it would be great to get help with this :-) Why don't you use `apt-file