Hello,
I have a setup with :
astra
DVB1 - disecq <
hotbird
astra
DVB2 - disecq <
hotbird
DVB3 - hotbird
So I think for this system I need the sourcecaps patch, right ?
Is there an official place for this patch ?
Thank you very much,
--
Grégoire FAVRE http://gregoire.favre.googlepages.com
Hello
I want to show an special message on the screen. (with image, buttons,...)
My idear was to write an second Plugin which have a MainMenuAction which
shows the message on the OSD. The param will be set by a service which
was called before I call
cPlugin *Plugin = cPluginManager::GetPlugin("myShowMessage");
if (Plugin)
Plugin->MainMenuAction();
The problem is that I need to call this code from an background thread,
so the called plugin can't handle the osd.
Mar 28 10:27:49 …
[View More]localhost vdr[7282]: ERROR: attempt to open OSD while it
is already open - using dummy OSD!
Mar 28 10:27:49 localhost vdr[7282]: ERROR: OSD opened without closing
previous OSD!
Is there any possibility to call the Plugin with full osd support?
[View Less]
Hi list,
The proxy-plugin is released in version 0.1.2, fixing some smaller bugs
and getting up to date with VDR development.
Get it while its hot:
http://urichter.cjb.net/vdr/?h=proxy (german)
http://urichter.cjb.net/vdr/?h=proxy&l=en (english)
Changes:
New: Finnish translation, thanks to Rolf Ahrenberg
New: Control plugins by SVDRP, adapted from a patch by Matthias Schwarzott
New: Proxy-support for Active() and MainThreadHook() (VDR 1.3.47)
New: Adapt to new APIVERSION load …
[View More]scheme of VDR 1.3.47
Fix: Compile on VDR versions between 1.3.18 and 1.3.31
Summary about proxy:
The proxy plugin acts as a wrapper that encapsulates a VDR plugin and
passes through all interfaces. To make this actually useful, the proxy
plugin can modify the behavior of plugins, like changing the menu entry,
group several plugins in one sub menu and load/unload plugins while VDR
is running.
Cheers,
Udo
[View Less]
Hi!
Here is a new version of the cmdsubmenu patch:
http://toms-cafe.de/vdr/download/vdr-cmdsubmenu-0.5-1.3.47.diff
(applicable to VDR >= 1.3.36)
Changes since version 0.4:
- Added version define CMDSUBMENUVERSNUM
- Reformated to VDR style indentions
- Added description in README.cmdsubmenu
With this patch the commands and recording commands menus can be
organised hierarchically. To create a submenu entry, prefix the name by
one ore more "-".
See README.cmdsubmenu included in the …
[View More]patch for details, history and
contributors.
Tom
[View Less]
While replaying a recording, the subtitles of currently
tuned channel show also.
What's up duck ?
vdr-1.3.38 + subtitles 1.3.8
--
lwgt(a)iki.fi * Religion is comparable to hard drugs *
60.2N 24.7E * Faithdealers should be shot *
Hi Klaus,
is it possible to move the class definitions for cMenuRecording and
cMenuCommands from menu.c to menu.h, so that they can be used in plugins?
Greets,
Martin
Hi,
here for vdr-1.3.47 as small enhance,
use strings for options if value zero.
* Min. user inactivity (min) => none
* EPG scan timeout (h) => none
Maybe is a other text better descriptive,
like "off" or "inactive"
Andreas
Hello
Pay dvb-t channels are broadcasted in France in H.264 (stupid choice
imho), as some transponders on the satellite.
Is vdr capable of decoding MPEG-4 AVC streams ? Will it be ?
Damien