[vdr] feature request easy diseqc setup and channelscan for vdr

2010-09-18 Thread Александр
Continuing the theme: http://www.linuxtv.org/pipermail/vdr/2010-February/022269.html [redirect.cgi?url=http%3A%2F%2Fwww.linuxtv.org%2Fpipermail%2Fvdr%2F2010-February%2F022269.html;href=1] We (linuxdvb.org.ru [redirect.cgi?url=http%3A%2F%2Flinuxdvb.org.ru;href=1]) tried to make a diseqc patch

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-07 Thread Klaus Schmidinger
On 06.02.2010 16:58, Klaus Schmidinger wrote: ... Please give the attached patch a try. Correction: it needs to be CardIndex() + 1 instead of DeviceNumber(): dvbTuner = new cDvbTuner(CardIndex() + 1, fd_frontend, adapter, frontend, frontendType); if (!Setup.DiSEqC ||

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-07 Thread Timothy D. Lenz
On the card side, Say you have a standard s1 and a s2. The s2 can do both s1 and s2, but the standard only card can only do s1. There is also turbo mode in NA and cards that do turbo can also do standard but they can't do s2. We have all 3 types in use though most of the turbo mode requires a

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-07 Thread Klaus Schmidinger
On 07.02.2010 19:26, Timothy D. Lenz wrote: On the card side, Say you have a standard s1 and a s2. The s2 can do both s1 and s2, but the standard only card can only do s1. There is also turbo mode in NA and cards that do turbo can also do standard but they can't do s2. We have all 3 types in

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-07 Thread Halim Sahin
Hi Klaus, On So, Feb 07, 2010 at 09:53:14 +0100, Klaus Schmidinger wrote: I guess now you know why I never even touched that motor topic ;-) Sorry Klaus for touching this topic :-(. My intension was to have an easy way for configuring (simple) diseqc setups directly in vdr. Br. Halim

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-07 Thread Klaus Schmidinger
On 07.02.2010 22:27, Halim Sahin wrote: Hi Klaus, On So, Feb 07, 2010 at 09:53:14 +0100, Klaus Schmidinger wrote: I guess now you know why I never even touched that motor topic ;-) Sorry Klaus for touching this topic :-(. My intension was to have an easy way for configuring (simple) diseqc

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-07 Thread André Weidemann
Hi, On 06.02.2010 16:05, Klaus Schmidinger wrote: On 06.02.2010 13:55, Halim Sahin wrote: I'd suggest to add a (plugin or settingsmenü) for vdr which alows easy configuration of the diseqc stuff without touching diseqc.conf. Doing this by implementing a plugin is ok for me but it should be

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-06 Thread Klaus Schmidinger
On 02.02.2010 07:35, Ian Bates wrote: On 1 Feb 2010, at 22:24, abbe normal wrote: On 2/1/10, VDR User user@gmail.com wrote: On Mon, Feb 1, 2010 at 7:12 AM, Halim Sahin halim.sa...@t-online.de wrote: Hi List and Klaus, It would be really nice if vdr could support diseqc setup directly in

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-06 Thread Ian Bates
On 6 Feb 2010, at 11:57, Klaus Schmidinger wrote: On 02.02.2010 07:35, Ian Bates wrote: On 1 Feb 2010, at 22:24, abbe normal wrote: On 2/1/10, VDR User user@gmail.com wrote: On Mon, Feb 1, 2010 at 7:12 AM, Halim Sahin halim.sa...@t-online.de wrote: Hi List and Klaus, It would be

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-06 Thread Klaus Schmidinger
On 06.02.2010 13:26, Ian Bates wrote: On 6 Feb 2010, at 11:57, Klaus Schmidinger wrote: On 02.02.2010 07:35, Ian Bates wrote: On 1 Feb 2010, at 22:24, abbe normal wrote: On 2/1/10, VDR User user@gmail.com wrote: On Mon, Feb 1, 2010 at 7:12 AM, Halim Sahin halim.sa...@t-online.de

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-06 Thread Halim Sahin
Hi Klaus, Thx for your response for this request :-). My initial intension was a bit different than the later diskusion went on. I'd suggest to add a (plugin or settingsmenü) for vdr which alows easy configuration of the diseqc stuff without touching diseqc.conf. Doing this by implementing a

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-06 Thread Klaus Schmidinger
On 06.02.2010 13:55, Halim Sahin wrote: Hi Klaus, Thx for your response for this request :-). My initial intension was a bit different than the later diskusion went on. I'd suggest to add a (plugin or settingsmenü) for vdr which alows easy configuration of the diseqc stuff without touching

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-06 Thread Klaus Schmidinger
On 06.02.2010 13:38, Klaus Schmidinger wrote: On 06.02.2010 13:26, Ian Bates wrote: On 6 Feb 2010, at 11:57, Klaus Schmidinger wrote: On 02.02.2010 07:35, Ian Bates wrote: On 1 Feb 2010, at 22:24, abbe normal wrote: On 2/1/10, VDR User user@gmail.com wrote: On Mon, Feb 1, 2010 at 7:12

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-06 Thread Timothy D. Lenz
This would cause duplicate lines for devices that overlap, such has where there are both fixed and rotor dish. Better to include the supporting devices in the entries. On 2/6/2010 4:57 AM, Klaus Schmidinger wrote: On 02.02.2010 07:35, Ian Bates wrote: On 1 Feb 2010, at 22:24, abbe normal

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-06 Thread Klaus Schmidinger
On 07.02.2010 00:31, Timothy D. Lenz wrote: This would cause duplicate lines for devices that overlap, such has where there are both fixed and rotor dish. Better to include the supporting devices in the entries. I don't see what you mean. Can you be more specific? Klaus On 2/6/2010 4:57 AM,

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-02 Thread Bikalexander
Ich glaube, dass GotoX und Go to Position auch sehr wichtig ist. Kann es sein, dass vielleicht alle Patches die hier bis jetzt veröffentlicht wurden unserem Klaus nicht gefallen haben? Ist es vielleicht sinnvoller, dass Klaus einfach mal sagt wie er es sich vorstellt, damit solche Patches mehr

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-02 Thread Bikalexander
I believe that GoToX and go to position is also very important. Could it be that maybe all the patches that have been published here so far we do not have Klaus fallen? Is it perhaps better to say that Klaus just once as he imagines that such patches have more opportunities to become integrated

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-02 Thread VDR User
On Tue, Feb 2, 2010 at 5:54 AM, Bikalexander bikalexan...@gmail.com wrote: I believe that GoToX and go to position is also very important. Could it be that maybe all the patches that have been published here so far we do not have Klaus fallen? Is it perhaps better to say that Klaus just once

[vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-01 Thread Halim Sahin
Hi List and Klaus, It would be really nice if vdr could support diseqc setup directly in vdr. I don't know if this can be done by a plugin but the current solution is difficult for endusers. Setting a diseqc.conf needs some knowledge in diseqc and it's commands. A simple interface for creating a

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-01 Thread VDR User
On Mon, Feb 1, 2010 at 7:12 AM, Halim Sahin halim.sa...@t-online.de wrote: Hi List and Klaus, It would be really nice if vdr could support diseqc setup directly in vdr. I don't know if this can be done by a plugin but the current solution is difficult for endusers. Setting a diseqc.conf

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-01 Thread abbe normal
hey guys i agree multi cards should be able to use mutli diseqc configs... or at least be able to assign them to different switches that could be used... would be nice to add more dishes and lnbs to my setup... would like to do c and ku band dvb as well as have at least 2 to 3 fixed dishes with

Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-01 Thread Ian Bates
On 1 Feb 2010, at 22:24, abbe normal wrote: On 2/1/10, VDR User user@gmail.com wrote: On Mon, Feb 1, 2010 at 7:12 AM, Halim Sahin halim.sa...@t-online.de wrote: Hi List and Klaus, It would be really nice if vdr could support diseqc setup directly in vdr. I don't know if this can be