Re: [vdr] Theses Client/Server VDR

2012-03-03 Thread VDR User
Just a few quick thoughts... Clients have their own independent osd. Clients have their own display and audio settings. Clients detect disconnect-from-server and attempt reconnect. Client labels (living room, office, kids, man cave, etc) for easy maintenance & identification. Servers able to (dis

Re: [vdr] [OsdTeletext] detach receiver for VDR 1.7.25

2012-03-03 Thread Udo Richter
Am 03.03.2012 21:40, schrieb Andreas Brachold: > It should be : > -- > #if VDRVERSNUM >= 10725 Ouch, you're right, of course... COMPILER! Y U NO ERROR? Cheers, Udo ___ vdr mailing list vdr@linuxtv.org http://www.linuxt

Re: [vdr] [OsdTeletext] detach receiver for VDR 1.7.25

2012-03-03 Thread Andreas Brachold
Hello Udo, Your patch looks like a dirty hack, but it works here. ;-) But there is a small syntax error at #ifdef It should be : -- #if VDRVERSNUM >= 10725 // Disconnect receiver if channel is 0, will reconnect to new // receiver after channel change. i

Re: [vdr] Theses Client/Server VDR

2012-03-03 Thread fnu
> Since automatism may be wrong No, absolutely not, just to keep it super simple for the user. But yes, I did imply to give interessted users the possibilty to do an override, which VDR is princible in users personal VDR cloud or the other settings. Somewhere deep in the OSD ... Regards fnu ---

Re: [vdr] Theses Client/Server VDR

2012-03-03 Thread Lars Hanisch
Hi, Am 02.03.2012 11:12, schrieb fnu: Hi there, following the discussion regarding Client/Server the last couple of day, I'm honestly horrified. What I did realize where super complex ideas, hacks, bottomline a solution from developers for developers. I got the imagination some want to keep ou

[vdr] [OsdTeletext] detach receiver for VDR 1.7.25

2012-03-03 Thread Udo Richter
Hi list, To actually make use of the new MsgChannelSwitch behavior of VDR 1.7.25, I've quickly hacked an experimental patch to use this to detach the old receiver before VDR attempts to switch channel. With this, channel switching should not jump between receivers for FF cards, avoiding transfer

Re: [vdr] VDR-1.7.16 doesn't respect valid dvb device frequency ranges

2012-03-03 Thread Klaus Schmidinger
On 27.11.2010 16:59, Andreas Brachold wrote: Hello, Any current vdr doesn't respect valid dvb device frequency ranges. Here on a EPG-Scan it's generate many messages on syslog, like : DVB: adapter 0 frontend 0 frequency 17750 out of range (47000..86000) DVB: adapter 0 frontend 0 fre

[vdr] [ANNOUNCE] VDR developer version 1.7.25

2012-03-03 Thread Klaus Schmidinger
VDR developer version 1.7.25 is now available at ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.25.tar.bz2 A 'diff' against the previous version is available at ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.24-1.7.25.diff MD5 checksums: a3fd482a3dd8027706d4f32a88c6bd13 vdr-1.7.25.tar.bz2 f34a

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.24

2012-03-03 Thread Klaus Schmidinger
On 02.03.2012 18:13, Udo Richter wrote: Am 02.03.2012 11:06, schrieb Klaus Schmidinger: On 29.02.2012 21:33, Udo Richter wrote: Roughly, the callback should be at the places where these two get called: DELETENULL(liveSubtitle); DELETENULL(dvbSubtitleConverter); (Thats how VDR's ow

Re: [vdr] Make.config.template broken in 1.7.24

2012-03-03 Thread Ville Skyttä
On 2012-03-01 23:30, Manuel Reimer wrote: > Hello, > > if I have a look at the changes in 1.7.24, then for me it looks like the file > "Make.config.template" is broken there. As Variables are set using "?=", the > values in "Make.config.template" not longer override the defaults of > "Makefile"