Re: [vdr] vdr-prefermenu and vdr 1.7.21

2011-12-07 Thread Joachim
Am 07.12.2011 um 18:03 schrieb VDR User : > > Can you please provide a few screenshots. > > Thanks, > Derek > > I could, but it basically looks like the vdr channels menu ;). Regards, Joachim ___ vdr mailing list

[vdr] Missing consts in cDevice

2012-02-14 Thread Joachim Wilke
e Type, bool Manual = false); ///< Sets the current subtitle track to the given Type. ///< IF Manual is true, no automatic preferred subtitle language selection This simplifies usage of these getters in cStatus::ChannelSwitch and similar methods. -- Bes

[vdr] channels.conf overwritten when installing vdr 1.7.30

2012-10-07 Thread Joachim Wilke
exists. In previous version *.conf-files where only installed once (when the CONFDIR just was created). Was this change made by intention? -- Best Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

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

2013-01-23 Thread Joachim Wilke
the CXXFLAGS in vdr.pc. This causes plugins to not compile for themselves even if VDR has installed (using make install) before. -- Best Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

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

2013-01-23 Thread Joachim Wilke
Patch would be: diff --git a/Makefile b/Makefile index 9ee453e..fd45e6b 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,8 @@ CXXFLAGS += -fPIC # Common include files: +CINCLUDES += -I$(INCDIR) + ifdef DVBDIR CINCLUDES += -I$(DVBDIR) endif ___ vdr

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

2013-01-25 Thread Joachim Wilke
2013/1/25 Christopher Reimer > > I think what Andreas means ist, that the INCDIR of the *installed* VDR > > headers is currently not included in the CXXFLAGS in vdr.pc. This causes > > plugins to not compile for themselves even if VDR has installed (using > make > > install) before. > > > > But i

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

2013-01-26 Thread Joachim Wilke
/usr/include/vdr. This is an issue even without my suggested patch, right? -- Best Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

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

2013-02-15 Thread Joachim Wilke
fix is not yet included in 1.7.37, is it scheduled for the next release? -- Best Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

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

2013-02-16 Thread Joachim Wilke
2013/2/15 Klaus Schmidinger : > I'm not planning to make any more changes to the Makefiles for version > 2.0.0. So it will remain broken. Thats sad, I provided the patch already before release of 1.7.37. -- Best Regards, Joachim. ___ vdr m

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

2013-02-19 Thread Joachim Wilke
I think this is a valid option to solve the issue. Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] vdr-1.5.3 - issue with translations out of plugins

2007-06-10 Thread Joachim Wilke
vdr-1.5.1. Adding a dummy translation of "Volume " directly in the plugins i18n.c "fixed" the crash. Is this the intended behaviour? Or was this a feature by accident? ;-) Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://w

[vdr] vdr-1.5.3 - LANG="[EMAIL PROTECTED]" not recognized

2007-06-10 Thread Joachim Wilke
t;codeset is 'ISO-8859-15' - unknown". What's wrong here? I had a look into vdr.c and found out, that the dot is used delimiter between language and codeset - as "[EMAIL PROTECTED]" does not contain any dot, vdr fails to recognize this. Is "[EMAIL PROTEC

Re: [vdr] vdr-1.5.3 - issue with translations out of plugins

2007-06-12 Thread Joachim Wilke
lcdproc tries to translate "Volume ". Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] vdr-1.5.3 - issue with translations out of plugins

2007-06-13 Thread Joachim Wilke
2007/6/12, Klaus Schmidinger <[EMAIL PROTECTED]>: > I haven't had much time to look into this, yet, > but I believe the attached patch should be all it takes > to fix this. It works here! Regards, Joachim. ___ vdr mailing list

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

2007-08-12 Thread Joachim Wilke
Hello, a hint on VDRs makefile: is there a "install-i18n" missing at the install target? Regards, Joachim. 2007/8/12, Klaus Schmidinger <[EMAIL PROTECTED]>: > VDR developer version 1.5.7 is now available [...] ___ vdr mailing l

Re: [vdr] List of failed plugins for vdr-1.5.7

2007-08-12 Thread Joachim Wilke
Hi, 07/8/13, Stone <[EMAIL PROTECTED]>: > *** failed plugins: autotimeredit burn dvd epgsearch skinenigmang text2skin > undelete > > Can anyone help resolve these? The dvd from CVS is working here. Regards, Joachim. ___ vd

Re: [vdr] xvid format

2007-08-13 Thread Joachim Wilke
hu/ [3] http://www.mplayerhq.hu/ Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] change make install to be really useful

2007-08-13 Thread Joachim Wilke
$(VIDEODIR)) to be able > to set it to different value. Where gets DESTDIR actually set? Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] change make install to be really useful

2007-08-13 Thread Joachim Wilke
live system. (Also preserving > configuration files in that process, ...) Ah okay, now its clear to me, thank you. Regargs, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] VDR-core's texts in plugin's .pot files

2007-08-19 Thread Joachim Wilke
) and trNOOP(s) regardless of s beeing a plugin translated string or a re-used string from VDR core. Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] [Announce] mlist-0.0.4

2007-08-20 Thread Joachim Wilke
Hello everyone, just a short hint on mlist's new version: --- snip --- 2007-08-19: Version 0.0.4 - Added support for gettext (VDR >= 1.5.7) - Added turkish translation (provided by Oktay Yolgecen) Download, as always, from: http://joachim-wilke.de/vdr-mlist.htm --- snap --- Regards,

Re: [vdr] [Announce] menorg-0.1

2007-08-25 Thread Joachim Wilke
2007/8/25, Thomas Creutz <[EMAIL PROTECTED]>: > Hello VDR Users! > > Tobias Grimm and I are afraid to announce a new sebmenu plugin called menuorg. I tried google, vdr-wiki and vdr-portal, but did not find a hint on where to find this :-) R

Re: [vdr] [Announce] menorg-0.1

2007-08-25 Thread Joachim Wilke
2007/8/25, Joachim Wilke <[EMAIL PROTECTED]>: > 2007/8/25, Thomas Creutz <[EMAIL PROTECTED]>: > > Hello VDR Users! > > > > Tobias Grimm and I are afraid to announce a new sebmenu plugin called > > menuorg. > > I tried google, vdr-wiki and vdr-porta

[vdr] skincurses in vdr-1.5.9 broken

2007-08-26 Thread Joachim Wilke
259: error: cOsd::cOsd(int, int, unsigned int) It seems that there is an modification for the new level-osd-feature missing. Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] [Announce] vdr-fritzbox 0.0.7

2007-09-26 Thread Joachim Wilke
Dear Fritz!Box- and VDR-Users, a new version of the Fritz!Box Plugin is available at http://joachim-wilke.de/index.htm?alias=vdr-fritz - - - The Fritz!Box Plugin connects to your Fritz!Box to inform you about incoming calls. The plugin can automatically mute or pause VDR when a call comes in

[vdr] [Announce] vdr-fritzbox 0.0.8

2007-11-04 Thread Joachim Wilke
Dear Fritz!Box- and VDR-Users, a new version of the Fritz!Box Plugin is available at http://joachim-wilke.de/index.htm?alias=vdr-fritz - - - The Fritz!Box Plugin connects to your Fritz!Box to inform you about incoming calls. The plugin can automatically mute or pause VDR when a call comes in

[vdr] [Announce] vdr-fritzbox-0.0.9

2007-11-11 Thread Joachim Wilke
Dear Fritz!Box- and VDR-Users, a new version of the Fritz!Box Plugin is available at http://joachim-wilke.de/index.htm?alias=vdr-fritz - - - The Fritz!Box Plugin connects to your Fritz!Box to inform you about incoming calls. The plugin can automatically mute or pause VDR when a call comes in

[vdr] [Announce] vdr-fritzbox-0.0.10

2008-01-06 Thread Joachim Wilke
Dear Fritz!Box- and VDR-Users, a new version of the Fritz!Box Plugin is available at http://joachim-wilke.de/index.htm?alias=vdr-fritz Pay attention to the new setup option "country code" which should be set to the own country code, i.e., "+49" for Germany. As this is the def

[vdr] [Announce] vdr-fritzbox-0.0.11

2008-02-02 Thread Joachim Wilke
Dear Fritz!Box- and VDR-Users, a new version of the Fritz!Box Plugin is available at http://joachim-wilke.de/index.htm?alias=vdr-fritz - - - The Fritz!Box Plugin connects to your Fritz!Box to inform you about incoming calls. The plugin can automatically mute or pause VDR when a call comes in

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

2008-02-04 Thread Joachim Wilke
2008/2/3, Klaus Schmidinger <[EMAIL PROTECTED]>: >Should there be a stable version 1.6.0 now, based on what's in >version 1.5.14, but without DVB-S2 or even H.264 support? > > Yes or No? No. For reasons already mentioned in this th

Re: [vdr] MainMenuHooks in vdr-1.6.0?

2008-02-05 Thread Joachim Wilke
2008/2/5, Reiner Buehl <[EMAIL PROTECTED]>: > Will the integration of this (and other similar patches) harm in any way? Yes. A stable version needs a feature freeze to get stable. Otherwise we could continue as before. Regards, Joachim. __

Re: [vdr] MainMenuHooks in vdr-1.6.0?

2008-02-06 Thread Joachim Wilke
on. Best Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] [Announce] vdr-fritzbox-0.0.12

2008-03-02 Thread Joachim Wilke
Dear Fritz!Box- and VDR-Users, a new version of the Fritz!Box Plugin is available at http://joachim-wilke.de/index.htm?alias=vdr-fritz - - - The Fritz!Box Plugin connects to your Fritz!Box to inform you about incoming calls. The plugin can automatically mute or pause VDR when a call comes in

Re: [vdr] [Announce] mlist-0.0.4

2008-03-02 Thread Joachim Wilke
ssible. Further, translation contributions (.po-files) are appreciated. Download from: http://joachim-wilke.de/vdr-mlist.htm --- snap --- Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] [Announce] mlist-0.0.5

2008-03-03 Thread Joachim Wilke
2008/3/2, Joachim Wilke <[EMAIL PROTECTED]>: > This is in preparation for a stable plugin release 1.0.0 for VDR 1.6. Please > report release-critical bugs as soon as possible. Further, translation > contributions (.po-files) are appreciated. Just a hint to avoid unnecessary w

Re: [vdr] [Announce] vdr-fritzbox-0.0.12

2008-03-03 Thread Joachim Wilke
2008/3/2, Joachim Wilke <[EMAIL PROTECTED]>: > This is in preparation for a stable plugin release 1.0.0 for VDR 1.6. Please > report release-critical bugs as soon as possible. Further, translation > contributions (.po-files) are appreciated. fr_FR translations are now up to

Re: [vdr] [ANNOUNCE] VDR developer version 1.5.17 - release candidate 2

2008-03-05 Thread Joachim Wilke
this ... -1 Blame your tv provider. -- Best Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] [Announce] vdr-fritzbox-0.0.13

2008-03-29 Thread Joachim Wilke
Dear Fritz!Box- and VDR-Users, a new version of the Fritz!Box Plugin is available at http://joachim-wilke.de/index.htm?alias=vdr-fritz If no serious bugs appear with this release, it will get the stable plugin release 1.0.0 for VDR 1.6. Translation contributions (.po-files) are appreciated

Re: [vdr] [Announce] vdr-fritzbox-1.0.0

2008-04-13 Thread Joachim Wilke
Dear Fritz!Box- and VDR-Users, a new version of the Fritz!Box Plugin is available at http://joachim-wilke.de/index.htm?alias=vdr-fritz This is the recommended stable version for users of VDR 1.6. - - - The Fritz!Box Plugin connects to your Fritz!Box to inform you about incoming calls. The

Re: [vdr] How to convert a JPEG image to an I-frame?

2008-04-20 Thread Joachim Wilke
called afterwards. Great work! Has this patch already found its way into the dvb drivers? -- Best Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] Converting from UTF-8 to ISO-8859-1

2008-05-18 Thread Joachim Wilke
if (!strcasestr(CharacterTable, "UTF-8")) { .. systemCharacterTable = strdup(CharacterTable); } } Is there a reason for this? The conversion works fine, if I use "UTF-8" instead of "NULL": cCharSetConv conv("UTF-8", "ISO-8859-1"

Re: [vdr] Converting from UTF-8 to ISO-8859-1

2008-05-18 Thread Joachim Wilke
2008/5/18 Klaus Schmidinger <[EMAIL PROTECTED]>: > On 05/18/08 18:27, Joachim Wilke wrote: >> Is there a reason for this? > > systemCharacterTable is only set if it is a single byte character set, > which UTF-8 is not. > >> The conversion works fine, i

Re: [vdr] segmentation fault with Skins.QueueMessage

2008-05-18 Thread Joachim Wilke
> fault. > > Is this normal? Yes, because further handling of this message is done in the main thread. > Is possible set a message with a time > greater of time watchdog? Multiple calls to QueueMessage with a shorter value for "Second

Re: [vdr] Converting from UTF-8 to ISO-8859-1

2008-05-20 Thread Joachim Wilke
ok to do this (modified lines marked with MOD): > [...] > > Please try this and let me know if it works and doesn't break anything else. Thanks for the fast patch creation! I tested in on my local installation and it worked for me, I couldn't find any errors. Best Regards, Joac

[vdr] [Announce] vdr-fritzbox 1.1.0

2008-07-17 Thread Joachim Wilke
etail menu. Within this detail menu calls can be triggered with kRed, as in all other detail menus (suggested by apex [28]) --- 8< --- -- Best Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] [Announce] vdr-fritzbox 1.1.1

2008-07-29 Thread Joachim Wilke
Moritz") in call lists - cOertlichesFonbuch no longer tries to resolve non german phone numbers - updated russian translations (provided by neptunvasja [6]) --- 8< --- -- Best Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] [Announce] vdr-fritzbox 1.0.2

2008-08-10 Thread Joachim Wilke
Dear Fritz!Box- and VDR-Users, a new version of the Fritz!Box Plugin is available at http://joachim-wilke.de/vdr-fritz.htm This is the recommended stable version for users of VDR 1.6. - - - The Fritz!Box Plugin connects to your Fritz!Box to inform you about incoming calls. The plugin can

[vdr] [Announce] vdr-fritzbox 1.1.2

2008-08-20 Thread Joachim Wilke
- fixed typo in german translations (reported by ronnykornexl [30]) --- 8< --- -- Best Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] [Announce] vdr-fritzbox 1.1.3

2008-12-20 Thread Joachim Wilke
some compiler warnings that occur with recent compiler versions (4.3.x) - fixed missing includes which prevented compilation with recent compiler versions (4.3.x) --- 8< --- -- Best Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linux

[vdr] [Announce] vdr-fritzbox 1.1.4

2008-12-31 Thread Joachim Wilke
SIP provider names, instead of signalling SIP0, ... --- 8< --- Best regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Roadmap for VDR 1.8

2009-01-09 Thread Joachim Wilke
I think, development for VDR 1.7.x has just started. Let's focus on this, first... :-) 2009/1/9 Artem Makhutov : > Hello, > > what are the plans to finish VDR 1.7.x? > Does some kind of roadmap exists for VDR 1.8.0? -- Best Regards, Joachim. __

[vdr] German translation for "Plugin"

2009-01-09 Thread Joachim Wilke
ase find a corresponding patch attached. -- Best Regards, Joachim. Index: po/de_DE.po === --- po/de_DE.po (revision 50) +++ po/de_DE.po (working copy) @@ -805,10 +805,10 @@ msgstr "Notausstieg" msgid "Plugins" -msgst

Re: [vdr] German translation for "Plugin"

2009-01-11 Thread Joachim Wilke
re applications translated at all? It would be much easier to have, as an example, only one kind of error message for each error to look for. -- Best Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] VDR 1.7.5: Missing const in cRecording::FramesPerSecond()

2009-04-19 Thread Joachim Wilke
FramesPerSecond(void) { return framesPerSecond; } + double FramesPerSecond(void) const { return framesPerSecond; } bool IsNew(void) const { return GetResume() <= 0; } bool IsEdited(void) const; bool IsPesRecording(void) const { return isPesRecording; } -- Best Regards, Joac

Re: [vdr] VDR-1.7.7 & Video aspect ratios

2009-05-05 Thread Joachim Wilke
lay of the OSD. This should be fixed. An ordinary user will not understand, why the OSD looks sometimes normal and sometimes "broad" (stretched). Best Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] [Announce] vdr-fritz 1.1.6

2009-05-12 Thread Joachim Wilke
ry remains $vdrconfigdir/plugins/fritzbox/. - added new setup options for country code and region code. If the plugin is unable to detect these automatically (e.g., with some older Fritz!Boxes) the values are taken from these setup options. (reported by Ronny [30]) Download as usual: http

[vdr] [Announce] vdr-fritz 1.2.0

2009-05-28 Thread Joachim Wilke
ranslations (provided by neptunvasja [6]) - updated italian translations (provided by Diego [24]) [/code] Download via http://www.joachim-wilke.de/vdr-fritz.htm -- Best Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] What about vdr-1.6.1?

2009-06-16 Thread Joachim Welker
.1 in order to rule off the last stable version. Regards, Joachim ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Lot of dashes in console

2009-10-11 Thread Joachim Wilke
Hi all together, I have the same problem. Whenever VDR records a channel I also see lots of these dashes. When replaying such a recording the replay isn't smooth at these points. All of my recordings are effected by this. Has anyone a clue what the real problem is? Regards, Joachim. 2009

Re: [vdr] Lot of dashes in console

2009-10-11 Thread Joachim Wilke
Yes, I use the aFF card as primary device, I dont' have any further DVB cards. 2009/10/11 Arthur Konovalov : > Joachim Wilke wrote: >> >> I have the same problem. Whenever VDR records a channel I also see >> lots of these dashes. >> When replaying such a recording

[vdr] Strange behavior when replaying audio-only recordings with xine / vdpau

2010-02-14 Thread Joachim Wilke
~20sec 2.) When pressing "exit" during playback the sound itself stops immediately but VDR hangs up to one minute before leaving the replay. I have no idea what the reason for this could be - does anybody of you have the same issue? -- Best Regard

Re: [vdr] Strange behavior when replaying audio-only recordings with xine / vdpau

2010-02-21 Thread Joachim Wilke
ion. This fixed the issue in radio recordings - the mp3 plugin still has this issue. Nevertheless thank you! -- Best Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] Adapt Make.config.template to VDR 1.7.13

2010-03-27 Thread Joachim Wilke
I was just wondering, if ifdef PLUGIN CFLAGS += -fPIC CXXFLAGS += -fPIC endif can now be removed from Make.config.template, as the new Make.global cares for -fPIC since VDR 1.7.13. -- Best Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org

Re: [vdr] Adapt Make.config.template to VDR 1.7.13

2010-03-30 Thread Joachim Wilke
-D_LARGEFILE64_SOURCE >> The lines with "+= -fPIC" are still necessary, as Make.config resets >> CFLAGS/CXXFLAGS. > Just for my understanding: why does Make.config reset C(XX)FLAGS? Wouldn't it make sense to just append personal flags here? Regards, Joachim. _

Re: [vdr] Adapt Make.config.template to VDR 1.7.13

2010-03-30 Thread Joachim Wilke
-D_LARGEFILE64_SOURCE >> The lines with "+= -fPIC" are still necessary, as Make.config resets >> CFLAGS/CXXFLAGS. > Just for my understanding: why does Make.config reset C(XX)FLAGS? Wouldn't it make sense to just append personal flags here? Regards, Joachim. _

[vdr] Include Path in Makefile (VDR >=1.7.15)

2010-11-19 Thread Joachim Wilke
-I/usr/include/freetype2 Shouldn't that be += instead of ?=. In my case, my IDE sets INCLUDES with some custom stuff. Therefore the Makefile does not touch INCLUDES any more and I get an error. -- Best Regards, Joachim. ___ vdr mailing list

Re: [vdr] Include Path in Makefile (VDR >=1.7.15)

2010-11-20 Thread Joachim Wilke
2010/11/19 Hans-Peter Jansen : >> The HISTORY file states: >> "Include paths are now added instead of overwriting INCLUDES in the >> Makefile" >> >> However, in the Makefile changes: >> -INCLUDES = -I/usr/include/freetype2 >> +INCLUDES ?= -I/usr/include/freetype2 >> >> Shouldn't that be += instead

[vdr] Re: vdr-mousemate-0.1.0.tgz

2006-09-04 Thread Joachim Welker
Hi, this is an english mailing list, so please stay at vdr-portal.de. I will answer there at any one time ;). Regards, Joachim PS: I'm *not* a developer. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] flooded log when using status plugin

2006-11-05 Thread Joachim Wilke
} I would suggest removing the else part, because this MsgOsdProgramme call provides no information. As an alternative it should be limited to one call, similar to the check "(Present != lastPresent || Following != lastFollowing)" some lines above. Regards, Joachim. __

[vdr] how to enable vdr keys for xine-ui with rpmbuild

2006-11-19 Thread Joachim Banzhaf
(without editing the specfile)? Currently I use "rpmbuild -ta /path/to/xine-ui-.tgz" I have read about the --with/without macros, but found nothing similar for --enable/disable features. Anyone got an idea? Thanks Joachim Banzhaf ___ vd

Re: [vdr] [RFC] Shutdown rewrite for 1.5.x

2006-12-31 Thread Joachim Wilke
the night. If it would be possible to modify the wakeup-time in a plugin I could re-implement the complete patch as a plugin. Regards, Joachim ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] [RFC] Shutdown rewrite for 1.5.x

2006-12-31 Thread Joachim Wilke
think this should be implemented in the vdr core not in scripts. Regards, Joachim. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr