Discussion:
[vdr] [ANNOUNCE] noad-0.7.1
(too old to reply)
the Noad
2010-03-14 18:52:18 UTC
Permalink
Hi,

there is a new version of noad at

http://noad.heliohost.org

This Version handles also TS-Recordings.

Greetings
theNoad
Matti Lehtimäki
2010-03-14 20:33:45 UTC
Permalink
Post by the Noad
Hi,
there is a new version of noad at
http://noad.heliohost.org
This Version handles also TS-Recordings.
Hi

Just a small problem I found in the new version. The script noadifnew
does not recognize the new marks files (without the .vdr extension)
produced for TS-files. This can be fixed with the attached patch. The
patch also fixes a bug in the same file that prevents it from working
with shells other than bash.

--
Matti
Jouni Karvo
2010-03-18 16:06:43 UTC
Permalink
Post by the Noad
Hi,
there is a new version of noad at
http://noad.heliohost.org
This Version handles also TS-Recordings.
A couple of problems:

Mar 18 12:54:58 vdr noad[22790]: noad arg[0]: noad
Mar 18 12:54:58 vdr noad[22790]: noad arg[1]: -
Mar 18 12:54:58 vdr noad[22790]: noad arg[2]:
/video0/elokuvat/Elokuva:_Oven_tak
ana_(K15)/2010-02-21.20.58.4-0.rec
Mar 18 12:54:58 vdr noad[22790]: noad args done
Mar 18 12:54:58 vdr noad[22790]: Thursday,18.03.2010 12:54:58 start
noad-0.7.1 for
/video0/elokuvat/Elokuva:_Oven_takana_(K15)/2010-02-21.20.58.4-0.rec
Mar 18 13:04:58 vdr noad[22790]: [22790] ERROR: frame larger than buffer
(535048 > 524144)

and another

Mar 18 13:03:02 vdr noad[23260]: noad arg[0]: noad
Mar 18 13:03:02 vdr noad[23260]: noad arg[1]: nice
Mar 18 13:03:02 vdr noad[23260]: noad arg[2]:
/video0/Kettu/Vikkel<E4>t_tassut:_Kettu/2010-03-02.07.24.2-0.rec
Mar 18 13:03:02 vdr noad[23260]: noad args done
Mar 18 13:03:02 vdr noad[23260]: Thursday,18.03.2010 13:03:02 start
noad-0.7.1 for
/video0/Kettu/Vikkel<E4>t_tassut:_Kettu/2010-03-02.07.24.2-0.rec
Mar 18 13:03:28 vdr noad[23260]: [23260] ERROR: 'I' frame at end of file
#42956
Mar 18 13:03:28 vdr noad[23260]: noad aborted by signal Segmentation fault
Mar 18 13:03:28 vdr noad[23260]: [bt] Execution path:
Mar 18 13:03:28 vdr noad[23260]: [bt] noad(_Z15show_stackframeb+0x1a)
[0x41a34a]
Mar 18 13:03:28 vdr noad[23260]: [bt] noad [0x418a7f]
Mar 18 13:03:28 vdr noad[23260]: [bt] /lib/libc.so.6 [0x7f1237ec8fc0]
Mar 18 13:03:28 vdr noad[23260]: [bt]
noad(_Z10demuxFrameP9cFileNametlii+0x36) [0x425b06]
Mar 18 13:03:28 vdr noad[23260]: [bt]
noad(_Z9checkLogoP9cFileNamei+0xb9) [0x40d089]
Mar 18 13:03:28 vdr noad[23260]: [bt]
noad(_Z10detectLogoP9cFileNamePci+0x11a) [0x40e41a]
Mar 18 13:03:28 vdr noad[23260]: [bt]
noad(_Z10scanRecordiP6cMarks+0x1fa) [0x41372a]
Mar 18 13:03:28 vdr noad[23260]: [bt]
noad(_Z9doX11ScanP8noadDataPKci+0x47) [0x414097]
Mar 18 13:03:28 vdr noad[23260]: [bt] noad(_Z6doNoadbPKc+0x1ab) [0x418ebb]
Mar 18 13:03:28 vdr noad[23260]: [bt] noad(main+0x774) [0x4196c4]
Mar 18 13:03:28 vdr noad[23260]: [bt]
/lib/libc.so.6(__libc_start_main+0xfd) [0x7f1237eb5abd]
Mar 18 13:03:28 vdr noad[23260]: [bt] noad [0x409f59]

yours,
Jouni
Jouni Karvo
2010-03-18 17:38:08 UTC
Permalink
Post by Jouni Karvo
Post by the Noad
Hi,
there is a new version of noad at
http://noad.heliohost.org
This Version handles also TS-Recordings.
Mar 18 12:54:58 vdr noad[22790]: noad arg[0]: noad
Mar 18 12:54:58 vdr noad[22790]: noad arg[1]: -
/video0/elokuvat/Elokuva:_Oven_tak
ana_(K15)/2010-02-21.20.58.4-0.rec
Mar 18 12:54:58 vdr noad[22790]: noad args done
Mar 18 12:54:58 vdr noad[22790]: Thursday,18.03.2010 12:54:58 start
noad-0.7.1 for
/video0/elokuvat/Elokuva:_Oven_takana_(K15)/2010-02-21.20.58.4-0.rec
Mar 18 13:04:58 vdr noad[22790]: [22790] ERROR: frame larger than buffer
(535048 > 524144)
For the first problem:

It seems that vdr_cl.h has MAXFRAMESIZE defined as
#define MAXFRAMESIZE (KILOBYTE(512) / TS_SIZE * TS_SIZE) // multiple of
TS_SIZE to avoid breaking up TS packets

vdr has:
#define MAXFRAMESIZE (KILOBYTE(1024) / TS_SIZE * TS_SIZE) // multiple
of TS_SIZE to avoid breaking up TS packets

So I'm trying with that larger one, in case it helps.

yours,
Jouni
the Noad
2010-03-23 19:02:23 UTC
Permalink
Hi,
i have updated noad to 0.7.2 with some minor bugfixes.

Version 0.7.2
- exit noad if a hdtv-recording is found
- change MAXFRAMESIZE to KILOBYTE(1024) as in vdr
- fixed noadifnew (thanks to Matti Lehtimäki for the patch)
- add some logging in svdrpc.cpp

Look at http://noad.heliohost.org/

Greetings
theNoad
Thorsten Gehrig
2010-03-25 08:46:36 UTC
Permalink
Hi
is there an outlook that noad will support HDTV in the future?

regards
Thorsten
Post by the Noad
Version 0.7.2
- exit noad if a hdtv-recording is found
the Noad
2010-04-02 09:18:36 UTC
Permalink
Post by Thorsten Gehrig
Hi
is there an outlook that noad will support HDTV in the future?
I'm working on it.
Post by Thorsten Gehrig
regards
Thorsten
Post by the Noad
Version 0.7.2
- exit noad if a hdtv-recording is found
_______________________________________________
vdr mailing list
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
dplu
2010-04-19 17:52:11 UTC
Permalink
Hi

Link seems to be dead, where can I find it please ?

Regards
Post by the Noad
Hi,
i have updated noad to 0.7.2 with some minor bugfixes.
Version 0.7.2
- exit noad if a hdtv-recording is found
- change MAXFRAMESIZE to KILOBYTE(1024) as in vdr
- fixed noadifnew (thanks to Matti Lehtimäki for the patch)
- add some logging in svdrpc.cpp
Look at http://noad.heliohost.org/
Greetings
theNoad
_______________________________________________
vdr mailing list
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Joerg Bornkessel
2010-04-20 18:00:25 UTC
Permalink
Post by dplu
Hi
Link seems to be dead, where can I find it please ?
Regards
You can find it on one of our gentoo mirrors.

http://www.gentoo.org/main/en/mirrors2.xml

look there in the distfiles/ DIR

B.R.
Post by dplu
Post by the Noad
Hi,
i have updated noad to 0.7.2 with some minor bugfixes.
Version 0.7.2
- exit noad if a hdtv-recording is found
- change MAXFRAMESIZE to KILOBYTE(1024) as in vdr
- fixed noadifnew (thanks to Matti Lehtimäki for the patch)
- add some logging in svdrpc.cpp
Look at http://noad.heliohost.org/
Greetings
theNoad
_______________________________________________
vdr mailing list
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
_______________________________________________
vdr mailing list
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
--
Regards
Gentoo Developer
Joerg Bornkessel <***@gentoo.org>
dplu
2010-04-20 18:21:55 UTC
Permalink
File downloaded
Thanks for your help
Post by Joerg Bornkessel
Post by dplu
Hi
Link seems to be dead, where can I find it please ?
Regards
You can find it on one of our gentoo mirrors.
http://www.gentoo.org/main/en/mirrors2.xml
look there in the distfiles/ DIR
B.R.
Post by dplu
Post by the Noad
Hi,
i have updated noad to 0.7.2 with some minor bugfixes.
Version 0.7.2
- exit noad if a hdtv-recording is found
- change MAXFRAMESIZE to KILOBYTE(1024) as in vdr
- fixed noadifnew (thanks to Matti Lehtimäki for the patch)
- add some logging in svdrpc.cpp
Look at http://noad.heliohost.org/
Greetings
theNoad
Frank Neumann
2012-05-01 09:57:18 UTC
Permalink
Hi there Karim,
Is there any version or any patch I missed ?
noad did never work with HD recordings, there has only been a patch a couple of time ago, which made it possible to recognize HD recordings for noad, to stop scanning immediately in case of and not to waste CPU time.

If you want to have that funktionality, you need to look at vdr-plugin-markad.

Regards
fnu
Dominic Evans
2012-05-01 12:08:54 UTC
Permalink
Hi Franck,
Thanks for the this, I didn't know this plugin !
The compilation goes well, but the plugin-markad prevents VDR launch by
systematically crashes it ...
Any idea please ?
Thanks !
There's a fairly clear message in your log:

23994] markad: cannot find /usr/bin/markad, please install
Udo Richter
2012-05-01 13:34:04 UTC
Permalink
Hello,
I am building a new box with vdr-1.7.27. Several plugins don't compil
i18n.h:8: error: ‘tI18nPhrase’ does not name a type
Is there a solution to fix this ?
Most plugins should have updated versions or developer snapshots
available by now. Some patches are also available at vdr-portal.de.

For the common iI18NPhrase bugs, there's usually a line missing in i18n.h:

--- i18n.h
+++ i18n.h
@@ -9,6 +9,7 @@
#ifndef __SOMEPLUGIN_I18N_H
#define __SOMEPLUGIN_I18N_H

+#include <vdr/config.h>
#include <vdr/i18n.h>

#if VDRVERSNUM < 10507


Cheers,

Udo
lukkinosat
2012-05-03 12:11:54 UTC
Permalink
Hello
 
As soon as I can I place the plugin :-))
 
Hi, Luca


________________________________
Da: Karim Afifi <***@laposte.net>
A: 'VDR Mailing List' <***@linuxtv.org>
Inviato: Martedì 1 Maggio 2012 14:00
Oggetto: [vdr] vdr-1.7.27 : compilation error with several plugins

Hello,

I am building a new box with vdr-1.7.27. Several plugins don't compil
anymore with this error msg :
i18n.h:8: error: ‘tI18nPhrase’ does not name a type

Is there a solution to fix this ?

Thanks a lot.
Karim
____________________________________________
Plugin loadepg:
make[1]: entrant dans le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/loadepg-0.2.3 »
make[1]: quittant le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/loadepg-0.2.3 »
make[1]: entrant dans le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/loadepg-0.2.3 »
g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c
-D_GNU_SOURCE -DPLUGIN_NAME_I18N='"loadepg"'
-I/usr/local/src/media_build/linux/include -I../../../include loadepg.c
g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c
-D_GNU_SOURCE -DPLUGIN_NAME_I18N='"loadepg"'
-I/usr/local/src/media_build/linux/include -I../../../include i18n.c In file
included from i18n.c:1:
i18n.h:8: error: ‘tI18nPhrase’ does not name a type
i18n.c:5: error: ‘tI18nPhrase’ does not name a type
make[1]: *** [i18n.o] Erreur 1
make[1]: quittant le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/loadepg-0.2.3 »

____________________________________________
Plugin osdpip:
make[1]: entrant dans le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/osdpip-0.1.1 »
make[1]: quittant le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/osdpip-0.1.1 »
make[1]: entrant dans le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/osdpip-0.1.1 »
g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_GNU_SOURCE -DPLUGIN_NAME_I18N='"osdpip"' -D__STDC_CONSTANT_MACROS
-DUSE_SWSCALE -DUSE_NEW_FFMPEG_HEADERS
-I/usr/local/src/media_build/linux/include -I../../../include    osdpip.c
In file included from osdpip.c:24:
../../../include/vdr/status.h:33: warning: ‘virtual void
cStatus::ChannelSwitch(const cDevice*, int, bool)’ was hidden
osd.h:79: warning:  by ‘virtual void cOsdPipObject::ChannelSwitch(const
cDevice*, int)’
g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_GNU_SOURCE -DPLUGIN_NAME_I18N='"osdpip"' -D__STDC_CONSTANT_MACROS
-DUSE_SWSCALE -DUSE_NEW_FFMPEG_HEADERS
-I/usr/local/src/media_build/linux/include -I../../../include    osd_info.c
In file included from osd_info.c:24:
i18n.h:33: error: ‘tI18nPhrase’ does not name a type
make[1]: *** [osd_info.o] Erreur 1
make[1]: quittant le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/osdpip-0.1.1 »

____________________________________________
Plugin text2skin:
make[1]: entrant dans le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/loadepg-0.2.3 »
g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c
-D_GNU_SOURCE -DPLUGIN_NAME_I18N='"loadepg"'
-I/usr/local/src/media_build/linux/include -I../../../include i18n.c In file
included from i18n.c:1:
i18n.h:8: error: ‘tI18nPhrase’ does not name a type
i18n.c:5: error: ‘tI18nPhrase’ does not name a type
make[1]: *** [i18n.o] Erreur 1
make[1]: quittant le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/loadepg-0.2.3 »

Loading...