New features in 0.1.0:
- Support for character set conversion for selected channels.
- Support for stripping HTML entities.
- Supply user with extra information for each setup menu option using
Info key.
Homepage for the plugin:
http://projects.vdr-developer.org/projects/plg-epgfixer
--
Matti
Hello
It's probably common use but I didn't find good info how to do that:
I record movie. It needs to be cutted (advertisment etc) and than
compressed from mpeg2 to divx (because this format is smaller and
playable on almost everything). Then movie is moved to library which
scans IMDB or similair services to download meta information.
The goal is how to do that as most automatically as possible.
For now it's rather long way: I convert .ts stream into mpeg2 (I forgot
the name but it's …
[View More]software which allows cut file altogether, hovewer
it's not user friendly becauses of small preview window), then convert
it with some software (VirtualDub, Handbrake or ffmpeg), then rename and
load into XBMC library.
I know it's rather lously connected with VDR, hovewer I have idea of
using VDR as main tool in this toolchain. First it knows from EPG
metadata the name of movie, so it can find it in IMDB (in fact both web
interfaces can do that now). Next it allows to cut recordings (hovewer I
prefer doing it with keyboard) and sometimes automate ads removing. The
last piece is converting which also is available via some external scripts.
The problem is I would prefer doing it via web interface, because
keyboard & mouse is more productive than remote. I hoverwer didn't find
possibility to start converting via web interface.
What do you think about it?
Marx
[View Less]
Hi!
After i upgraded my vdr to 1.7.27 and fetched latest sources for plugins, i got
serious subtitle timing issues. When viewing live tv the delay needed was about
2500ms and with recordings delay was almost 9000ms.
I have no idea what causes that difference. Previously subtitles have been
pretty well synced in both live and recordings.
Attached patch removes PES and TS delay settings and uses PTS to sync subtitles.
It works pretty well with my system using xinelibouput + vdpau.
Patch …
[View More]has two side effects:
1. when replay of recording is started it sometimes takes 5 to 10 seconds until
first subtitles appear. This is caused by wrong (live) PTS values got from
xineliboutput since actual replaying hasn't started yet when first subtitles are
parsed from stream.
2. when stopping replaying vdr is sometimes unresponsive for a few seconds if
the needed delays are large like in my system. I think the delay sleep in
cTtxtSubsDisplay::TtxtData() needs some tweaking to get rid of this side effect.
Regards,
Matti
[View Less]
Hi guys,
I just added the new ZDF HD channels (ZDF, KIKA, ZDF neo, kultur and info) and
I get strange effects like the ones described in
http://www.heise.de/newsticker/meldung/Neue-HDTV-Sender-Ruckler-auf-bestimm….
It looks as if the color pallette switched every 0.7 s. This didn't happen
with the old ZDF HD channel. My setup is unchanged. Other HD channels are not
affected.
Did anyone else observe this, and what can we do to fix this?
--
Sitzt einer in der Wüste und läßt Sand durch die …
[View More]Finger gleiten,
dabei sagt er immer: "Boooaaar".
Kommt ein Kameltreiber daher und fragt:
"Warum sitzt du denn im Sand und sagst immer 'Boooaaar'?"
"Ja, Mensch, Boooaaar, kama hier viel Sand klauen!"
[View Less]
Hallo Klaus,
included a small patch to fix compile problems with fontconfig-2.9.0
Error Message:
vdr: fcmatch.c:850: IA__FcFontSort: Assertion `result != ((void *)0)' failed.
Aborted
<snipp>
diff --git a/font.c b/font.c
index 706a017..72c5ec3 100644
--- a/font.c
+++ b/font.c
@@ -482,7 +482,8 @@ cString cFont::GetFontFileName(const char *FontName)
FcPatternAddBool(pat, FC_SCALABLE, FcTrue);
FcConfigSubstitute(NULL, pat, FcMatchPattern);
FcDefaultSubstitute(pat);
- …
[View More]FcFontSet *fontset = FcFontSort(NULL, pat, FcFalse, NULL, NULL);
+ FcResult fresult;
+ FcFontSet *fontset = FcFontSort(NULL, pat, FcFalse, NULL, &fresult);
if (fontset) {
for (int i = 0; i < fontset->nfont; i++) {
FcBool scalable;
</snapp>
this diff resolve the compile problem,
backwards compatible to fontconfig-2.8.0
Credits?
iam noticed the patch first time on
IRC #gentoo-vdr
submitted by negril
don't know, if he has written the patch or if he found the patch
somewhere in the wilderness...
May be the patch writer will give i sign here to catch the credits
Yust to informe you, befor vdr-2.0 is available ;)
--
Regards
Joerg Bornkessel
mailto:ml@websitec.de
[View Less]
Hello
As soon as I can I place the plugin :-))
Hi, Luca
________________________________
Da: Karim Afifi <karim.afifi(a)laposte.net>
A: 'VDR Mailing List' <vdr(a)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 …
[View More]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 »
_______________________________________________
vdr mailing list
vdr(a)linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
[View Less]
Hi ML. I had noticed that several of my channels were missing from the
epg list. It turns out this is because VDR will exclude any channels
from epg list that don't have epg data. It made more sense to me that
rather than excluding those channels, they be listed with "No data
available" so the channels are at least still accessible from the epg
list. Otherwise the user has to exit the epg, navigate to the channels
list and find them there.
Since it's probably safe to assume most users spend …
[View More]most of their time
in the epg list when in the osd, doesn't it also make sense that the
full channel list should be available there as a matter of
convenience? Klaus recommended I pose this to the ML and if see if
others agreed. If so, he'll adopt the idea.
So in consideration of the above, do you think the epg list should
display _all_ channels, including those without any guide data, giving
those channels "No data available". Or, do you think the epg list
should exclude channels without guide data and leave those channels
only accessible elsewhere?
Thanks for your input
[View Less]
Somebody used to run a site back in 2009 at http://dtt.me.uk/ that
generated a very handy table showing resolution and average bitrate
information for all the DVB-T channels in the UK. It is still
available, just frozen in time.
Anyone any idea who it was and/or how one might go about generating a
similar table?
Hi,
I dug up this old post ...
I am still looking for a solution to view mkv files from vdr-1.7.x and
Technotrend S2-6400.
AFAIK, there is no evolution for mplayer at this time, and no vdr-plugin
either :-(
(I suppose that most of people are using Xineliboutpout and its own player).
Do you know about a solution for Technotrend S2-6400 ? Dis I missed
something ?
Thanks.
Karim
-----Message d'origine-----
De : vdr-bounces(a)linuxtv.org [mailto:vdr-bounces@linuxtv.org] De la part de
…
[View More]Steffen Barszus Envoyé : samedi 25 juin 2011 11:22 À : vdr(a)linuxtv.org
Objet : Re: [vdr] vdr-1.7.x + TT S2-6400 + mkv
On Sat, 25 Jun 2011 09:46:20 +0200
"Karim" <karim.afifi(a)laposte.net> wrote:
> Hello,
>
> I am looking for a plugin to view hd file (mkv) with vdr-1.7.x and
> S2-6400. (MPlayer doesn't work here). Any hint please would be greatly
> appreciated !
As already mentioned. Such a thing does not exist. Your best bet would be to
translate the mkv to ts and convert it to a recording. Then it MIGHT be
possible to watch. But there is no media player which can output to your
device.
_______________________________________________
vdr mailing list
vdr(a)linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
[View Less]