[vdr] projects.vdr-developer.org

2012-02-12 Thread Tobi
Hello folks!

There were a lot of gmail/hotmail accounts that left some SPAM comments.
I've deleted them all, so if I accidentally deleted a valid user, please
let me know and I'll restore your account!

Besides this: You can always report SPAM to me, and I'll try my best to
kick it out of this project site.

If this gets annoying in the long term, I will probably enable manual
activation of new accounts (maybe just for specific domains) or build a
CAPTCHA into the automatic account verification process.

Tobias

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr 1.7.23: patch for handling symlinks in recordings directory as earlier

2012-02-12 Thread Lucian Muresan

On 01/27/2012 01:04 PM, Oliver Endriss wrote:

On Thursday 26 January 2012 11:07:18 Klaus Schmidinger wrote:

On 25.01.2012 14:11, Oliver Endriss wrote:

On Wednesday 25 January 2012 10:29:16 Klaus Schmidinger wrote:

On 17.01.2012 14:26, sundararaj reel wrote:

Hi,

I am attaching a patch for vdr 1.7.23 for the problem described here:
http://www.vdr-portal.de/board1-news/board2-vdr-news/p1047199-announce-vdr-developer-version-1-7-23/#post1047199

There appears to be a problem in listing recordings due to a bug fix
in vdr 1.7.23. "Fixed handling symbolic links in
cRecordings::ScanVideoDir()"

The attached patch just disables the translation of symbolic links to
"real" paths. So that all recordings appear to be under the same
(recordings) directory tree, as it was earlier.

Please reply with your results.


Can somebody who has actually this use case please confirm
whether this patch fixes the problem?


Confirmed.

Without this patch, symbolic links are not displayed
correctly on my machine.

Oliver


Thanks.

I believe the second call to stat() is now superfluous.
Can you please confirm that the following patch still works
as expected?

--- recording.c 2012/01/25 09:32:39 2.45
+++ recording.c 2012/01/26 10:02:29
@@ -1120,11 +1120,6 @@
   continue;
   }sundararaj reel
Link = 1;
- buffer = ReadLink(buffer);
- if (!*buffer)
-continue;
- if (stat(buffer,&st) != 0)
-continue;
}
 if (S_ISDIR(st.st_mode)) {
if (endswith(buffer, deleted ? DELEXT : RECEXT)) {


Yes, it does not make any difference here.


Well, with this patch, symbolic links are not displayed at all on my VDR 
machine, whereas with sundararaj reel's fix they are displayed correctly.


Cheers,
Lucian


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] [ANNOUNCE] vdr-osdpip 0.1.1

2012-02-12 Thread Tobi
Im catching up with some of the bug reports / patches that were lying
around for months (Thanks guys).

The changes:

- Fixed compile error with newer ffmpeg versions >= svn 20100426
  (closes #345)
- Replaced deprected ffmpeg calls (Patch provided by mnival) (closes #690)
- Updated french translation (Patch provided by mnival) (closes #691)
- Avoid segfault at stop replay with keystroke '0' (Patch provided by
  Andreas Brachold) (closes #592)

As always: Any help is welcome!

Development site:
  http://projects.vdr-developer.org/projects/plg-osdpip

Downloads:
  http://projects.vdr-developer.org/projects/plg-osdpip/files

Git-Web:
   http://projects.vdr-developer.org/git/vdr-plugin-osdpip.git/

Anonymous Git-access :
   git://projects.vdr-developer.org/vdr-plugin-osdpip.git


This is intended to be a community maintained project! Don't expect me
to fix your problems, I'm merely maintaining the project!

Please report any bugs, ideas or feature requests to the project site (no
registration required for this!). If you want to contribute patches, new
features or whatever, post an issue or patch to the projects issue tracker
or request to join the project. I would happily add everyone as a project
member, who would like to contribute to the project!

Tobias


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr