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

2007-06-23 Thread Wolfgang Rohdewald
. This would work: char *s; s=strdup(DejaVu Sans,DejaVu Sans Condensed:style=Condensed Oblique,Oblique); -- mit freundlichen Grüssen with my best greetings Wolfgang Rohdewald dipl. Informatik Ing. ETH Rohdewald Systemberatung Karauschenstieg 4 D 21640 Horneburg Tel.: 04163 826

Re: [vdr] current status of Extension HD PCI card from ReelMultimedia

2007-12-25 Thread Wolfgang Rohdewald
On Dienstag, 25. Dezember 2007, Igor wrote: would you somebody inform us about the current status of Extension HD PCI card from ReelMultimedia the first two links don't work -- Wolfgang ___ vdr mailing list vdr@linuxtv.org

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

2008-02-03 Thread Wolfgang Rohdewald
On Sonntag, 3. Februar 2008, Klaus Schmidinger wrote:  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 -- Wolfgang ___ vdr mailing list vdr@linuxtv.org

[vdr] trouble with asprintf

2008-02-10 Thread Wolfgang Rohdewald
Hi, I am making the muggle plugin work with UTF-8 and have a little problem: since asprintf leads to segfaults if feeded with incorrect UTF-8 characters, I wanted to write a wrapper function which would then check the return value of asprintf. However I have a problem with the variable argument

Re: [vdr] trouble with asprintf

2008-02-10 Thread Wolfgang Rohdewald
On Sonntag, 10. Februar 2008, Klaus Schmidinger wrote: You could use VDR's cString::sprintf() instead. This is probably also what I am going to do in the VDR core code, to avoid asprintf() altogether. The single leftover vasprintf() call in cString::sprintf() can then be made safe. vasprintf

Re: [vdr] trouble with asprintf

2008-02-11 Thread Wolfgang Rohdewald
On Montag, 11. Februar 2008, Udo Richter wrote: Well, that leads to the question whether s is unchanged in case of a -1 error return, and whether this would work: I can confirm that. The man page however says the value will be undefined. My current understanding is: 1. dont forget to call

Re: [vdr] trouble with asprintf

2008-02-11 Thread Wolfgang Rohdewald
On Montag, 11. Februar 2008, Ludwig Nussel wrote: As you can see it doesn't segfault on asprintf but on free(). I did see that. I did not say it segfaults but it does lead to segfaults. if(asprintf(...) = 0) { printf(...); free(...); } I do not want to change dozens of places

Re: [vdr] ERROR: attempt to open OSD while it is already open - using dummy OSD!

2008-03-28 Thread Wolfgang Rohdewald
On Samstag, 22. März 2008, Klaus Schmidinger wrote: But vdr does not ask the plugin to hide before trying to show the message, so I am getting the same error message in that situation. I see no way to get rid of it. As a possible solution, can the player control somehow tell vdr that

Re: [vdr] [PATCH] ERROR: attempt to open OSD whi le it is already open - using dummy OSD!

2008-03-28 Thread Wolfgang Rohdewald
On Freitag, 28. März 2008, Klaus Schmidinger wrote: On 03/28/08 08:14, Wolfgang Rohdewald wrote: On Samstag, 22. März 2008, Klaus Schmidinger wrote: But vdr does not ask the plugin to hide before trying to show the message, so I am getting the same error message in that situation. I see

Re: [vdr] [Vdr-muggle-develop] [ANNOUNCE] muggle 0.2.0

2008-04-12 Thread Wolfgang Rohdewald
On Samstag, 12. April 2008, Wolfgang Rohdewald wrote: Muggle 0.2.0 has been released. meanwhile I fixed one minor and one major bug. Both fixes are in the sourceforge svn repository but I dont want to release two versions in one day... Please check out from svn or wait if those bugs

[vdr] [ANNOUNCE] muggle 0.2.1

2008-04-18 Thread Wolfgang Rohdewald
Muggle 0.2.0 has been released. 2008-04-18 Version 0.2.1-BETA - if lyrics are loaded from internet and no local lyrics exist yet, they are now saved automatically - display small cover: Appeared at left border instead at the right side - sqlite3: muggle segfaulted in special situations - fix

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

2008-04-21 Thread Wolfgang Rohdewald
On Sonntag, 20. April 2008, Joachim Wilke wrote: Great work! Has this patch already found its way into the dvb drivers? I dont know when it got in, but kernel 2.6.25 has it. -- Wolfgang ___ vdr mailing list vdr@linuxtv.org

Re: [vdr] vdr-restarts after upgrade

2008-08-04 Thread Wolfgang Rohdewald
On Montag, 4. August 2008, Oliver Joa wrote: My 2 DVB-S Cards (1 ff, 1 normal) are directly conncted to the satellite. I wonder what type of cable that is - at a length of 36000km -- Wolfgang ___ vdr mailing list vdr@linuxtv.org

Re: [vdr] incompatibiliy between radio plugin and all mp3 plugins

2008-12-23 Thread Wolfgang Rohdewald
On Montag, 22. Dezember 2008, Klaus Schmidinger wrote: On 22.12.2008 22:48, Stefan Huelswitt wrote: Wolfgang Rohdewald schrieb: Hello, in cPluginRadio::Replaying(), radio.c expects the replayed recording to be a VDR record. But mp3plugins like mp3, music, muggle use

[vdr] [ANNOUNCE] muggle 0.2.2

2008-12-27 Thread Wolfgang Rohdewald
Muggle 0.2.2 has been released. Muggle has a new home at http://projects.vdr-developer.org/projects/show/plg-muggle Please get the source code at http://projects.vdr-developer.org/attachments/download/35/vdr-muggle-0.2.2.tgz The new file README.git has instructions how you can checkout the

[vdr] [ANNOUNCE] vdr-plugin-muggle 0.2.3

2009-01-15 Thread Wolfgang Rohdewald
vdr-plugin-muggle 0.2.3 is available at http://projects.vdr-developer.org/projects/list_files/plg-muggle Changes: http://projects.vdr-developer.org/projects/plg-muggle/news -- mit freundlichen Grüssen with my best greetings Wolfgang Rohdewald dipl. Informatik Ing. ETH Rohdewald

Re: [vdr] Running script

2009-02-18 Thread Wolfgang Rohdewald
On Mittwoch, 18. Februar 2009, JJussi wrote: I have remote, and one of it's button is connected (in lircd.conf) to word 'AppExit'. How I can connect shell script to that? What I want to do is run script what kills vdr-sxfe and start it again... I know how to connect vdr-pluging to it.. But

Re: [vdr] Hulu for Linux

2009-11-10 Thread Wolfgang Rohdewald
On Tuesday 10 November 2009, Michael Stepanov wrote: You may try LinuxMCE - http://linuxmce.com, which includes VDR, MythTV and linuxmce.org -- Wolfgang ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Hulu for Linux

2009-11-10 Thread Wolfgang Rohdewald
On Tuesday 10 November 2009, Michael Stepanov wrote: Both are correct strange. This afternoon konqueror told me the domain linuxmce.com does not exist. Now it does. Probably my mistake. -- Wolfgang ___ vdr mailing list vdr@linuxtv.org

Re: [vdr] Recommendation for new hd vdr system.

2010-01-02 Thread Wolfgang Rohdewald
On Saturday 02 January 2010, M. Fiegert wrote: And over Christmas I managed to make it completely noiseless by installing a Accelero S1 cooler !!! http://www.schwanthalercomputer.de/advanced_search_result.php?key words=accelero+S1amp;x=0amp;y=0 this link works better for me:

Re: [vdr] vdr-sxfe can't connect

2011-11-09 Thread Wolfgang Rohdewald
Am Mittwoch, 9. November 2011, 15:09:16 schrieb Damien Bally: The output of vdr-sxfe is in the attached file. [1163] [input_vdr] Server not replying [1163] [input_vdr] Can't connect to tcp://127.0.0.1:37890 so netstat -tulpn | grep 37890 probably does not show anything either - it should be

[vdr] [ANNOUNCE] halirc

2011-11-28 Thread Wolfgang Rohdewald
halirc is a python program I wrote for my own use, but maybe others are interested in it too. If so, I will make it a sourceforge project halirc can get events from lirc and other sources. It controls devices like vdr, my Denon AVR 2805 Receiver (via RS232), my LG Plasma TV (via RS232) and other

Re: [vdr] [PATCH v2] multi-frontend-support for vdr 1.7.21

2011-12-01 Thread Wolfgang Rohdewald
Am Freitag, 2. Dezember 2011, 07:48:20 schrieb Richard Scobie: I believe the TT S2-6400 DVB-S/DVB-S2 card has two frontends that can be used simultaneously. but is has only one frontend per adapter, so it has no multi-frontend ./adapter0: insgesamt 0 crw-rw+ 1 root video 212, 0 29. Nov

Re: [vdr] hardware for dvbufs9xx output plugin

2012-04-13 Thread Wolfgang Rohdewald
Am Freitag, 13. April 2012, 17:42:04 schrieb Alex Alex: hi, japs works without problems. only cam switch i got problems. i hope here some give me a tipp how i can slow this problem http://aaf-board.com/forum/showthread.php?76593-VDR-duckbox here i wrote a tutorial howto install vdr on

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

2012-06-03 Thread Wolfgang Rohdewald
Am Sonntag, 3. Juni 2012, 12:44:24 schrieb Klaus Schmidinger: VDR developer version 1.7.28 is now available the patch did not apply cleanly, so I untarred the full archive into a new place and copied my old working Make.config timers.c: In constructor ‘cSortedTimers::cSortedTimers()’:

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

2012-06-03 Thread Wolfgang Rohdewald
. The attached patch makes it work for me. compiles with your patch, thanks! server:/usr/local/src/vdr-1.7.28# gcc --version gcc (Debian 4.4.5-8) 4.4.5 -- mit freundlichen Grüssen with my best greetings Wolfgang Rohdewald dipl. Informatik Ing. ETH Rohdewald Systemberatung Karauschenstieg 4 D

[vdr] dvbdevice.c

2012-06-09 Thread Wolfgang Rohdewald
in vdr-1.7.28 without patches while browsing the log I found Jun 9 05:28:08 server vdr: [13569] frontend 1/0 timed out while tuning to channel 1877, tp 212713 Jun 9 05:28:40 server vdr: [13569] frontend 1/0 regained lock on channel 14, tp 110743 so frontend 1 regained a lock it never had.

Re: [vdr] dvbdevice.c

2012-06-09 Thread Wolfgang Rohdewald
Am Samstag, 9. Juni 2012, 12:02:37 schrieb Klaus Schmidinger: so frontend 1 regained a lock it never had. That seems like a consequence of the fact that LostLock is only a local variable in cDvbTuner::Action, so it cannot be reset when the channel changes Looks like LostLock should also

Re: [vdr] RFE: Make VDR more friendly when using combinations of DVB-S, DVB-T and DVB-C

2012-06-17 Thread Wolfgang Rohdewald
Am Sonntag, 17. Juni 2012, 14:16:53 schrieb Klaus Schmidinger: - Make a setup option to Show channel names with source (default is no). - Modify cChannel::Name() and cChannel::ShortName() to optionally append the source character (A, C, S, T, I, ...) to the channel name in the (short)

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

2012-12-08 Thread Wolfgang Rohdewald
On Saturday 08 December 2012 12:38:30 Klaus Schmidinger wrote: - In order to be able to play TS recordings from other sources, in which there is more than one PMT PID in the PAT, 'int cPatPmtParser::PatPmt(void)' has been changed to 'bool cPatPmtParser::IsPatPmt(int Pid)'. there is

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

2012-12-08 Thread Wolfgang Rohdewald
On Saturday 08 December 2012 12:38:30 Klaus Schmidinger wrote: The changes since version 1.7.32: one more change relevant for plugins, missing in the changelog: the signature of Matches and GetMatch in timers.h appending a patch for epgsearch needed for this change. -- Wolfgangdiff --git

Re: [vdr] Virtual VDR directories for surround and HD recordings.

2012-12-09 Thread Wolfgang Rohdewald
On Sunday 09 December 2012 19:21:45 Carsten Koch wrote: I have been thinking for a while about virtual VDR directories holding symbolic links to recordings that are stored elsewhere using different sort criteria. did you consider extending vdrnfofs to do this? Add mount options which

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

2013-03-03 Thread Wolfgang Rohdewald
Am Sonntag, 3. März 2013, 14:46:56 schrieb Klaus Schmidinger: - When sorting recordings by name, folders are now always at the top of the list. that reminds me - I do not quite understand the sorting of recordings (all of the same series Bones). Shouldn't that by default be by date, oldest

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

2013-03-03 Thread Wolfgang Rohdewald
Am Sonntag, 3. März 2013, 17:21:19 schrieb Klaus Schmidinger: Before version 1.7.29 the top level video directory was sorted by name, and all sub-folders were sorted by time. With the introduction of per folder sorting by pressing the '0' key, the default is now generally by name, while newly

Re: [vdr] Call for translations for VDR version 2.0.0: one more string needed

2013-03-04 Thread Wolfgang Rohdewald
Am Montag, 4. März 2013, 15:30:23 schrieb Klaus Schmidinger: Always sort folders first how about Always show folders first? I do not really care which items your sorting algorhythm sorts first. -- Wolfgang ___ vdr mailing list vdr@linuxtv.org

Re: [vdr] aufs instead of mhddfs with vdr 2.1.2

2013-12-01 Thread Wolfgang Rohdewald
Am Sonntag, 1. Dezember 2013, 11:44:42 schrieb Klaus Schmidinger: I wanted to get this out of the core VDR code. It was a makeshift solution in times where disk sizes were still relatively small. Nowadays we have disk sizes in the terabyte range, which should be enough for a VDR. It is

Re: [vdr] skipping 5/10 seconds

2014-04-07 Thread Wolfgang Rohdewald
Am Montag, 7. April 2014, 12:20:37 schrieb Klaus Schmidinger: Well, that's something we can talk about. You could make it so that during replay the Left and Right keys perform 5s skips, and the FastForward/-Rewind keys (if present on the user's remote control) still retain their normal

Re: [vdr] Invalid sat cable number errors

2014-04-17 Thread Wolfgang Rohdewald
Am Donnerstag, 17. April 2014, 14:07:35 schrieb Ville Skyttä: I see errors like the below on every VDR (2.0.6) startup and apparently exactly 30 minute intervals after that in syslog: ERROR: invalid sat cable number in '[apparent binary junk]' to me this sounds like an invalid pointer.

Re: [vdr] Softhddevice, 10 dupes per second

2015-10-26 Thread Wolfgang Rohdewald
Am Montag, 26. Oktober 2015, 08:36:37 schrieb Alexander Grothe: > Section "Extensions" >Option "Composite"Disabled > EndSection Does "Disabled" work? I thought it should be "Disable" -- Wolfgang ___ vdr mailing list vdr@linuxtv.org

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

2018-03-18 Thread Wolfgang Rohdewald
On So, 2018-03-18 at 14:54 +0100, Klaus Schmidinger wrote: > - Disabled the use of posix_fadvise() when reading (i.e. replaying), since it > caused >stuttering replay in fast forward and fast rewind mode in case the video > directory >is mounted via NFS. You can re-enable it by setting

Re: [vdr] 20 Years of VDR / Announcing "GeoTagger"

2020-02-19 Thread Wolfgang Rohdewald
Am Mittwoch, den 19.02.2020, 16:36 +0100 schrieb Klaus Schmidinger: > Unfortunately there was no application available under Linux that really fit > my needs (maybe I just missed that one great program ;-). digikam ___ vdr mailing list