2012/4/25 Timothy D. Lenz
>
> There is a plugin called EPGSync that will copy guide date from one
> channel to another where it is missing based on channel names. It has some
> drawbacks, but does work. I pull guide date of Dishnets sat for local
> channels because they go out 9 days and the yoc
On 13.04.2012 22:46, Matti Lehtimäki wrote:
New features in 0.0.5:
- Support using channel IDs in channel list in addition to channel numbers.
Homepage for the plugin:
http://projects.vdr-developer.org/projects/plg-epgfixer
Is this plugin able to fix bad codepage on EPG? Some polish channels
b
On 4/25/2012 2:46 AM, syrius...@no-log.org wrote:
Marx writes:
Hello
Let's say I have same channel available from DVB-S and DVB-T. Is it
possible to tell VDR that those channels are the same and can be
treated the same as on dual head DVB-S devices?
So It would share EPG and would be used fo
Hi,
The attached patch adds the possibility to add group separators to the channels
via SVDRP's NEWC command.
Lars.
diff --git a/svdrp.c b/svdrp.c
index 01366dd..ce806ac 100644
--- a/svdrp.c
+++ b/svdrp.c
@@ -257,8 +257,8 @@ const char *HelpPages[] = {
"MOVC \n"
"Move a channel to a
Hi,
Due to a missunderstanding, UPDR doesn't update the global recordings list only
the local list of LSTR.
void cSVDRP::CmdUPDR(const char *Option)
{
Recordings.Update(false);
+ ::Recordings.Update(false);
Reply(250, "Re-read of recordings directory triggered");
}
Maybe the member s
Marx writes:
> Hello
> Let's say I have same channel available from DVB-S and DVB-T. Is it
> possible to tell VDR that those channels are the same and can be
> treated the same as on dual head DVB-S devices?
> So It would share EPG and would be used for recording if needed.
> There probably would
Hello
Let's say I have same channel available from DVB-S and DVB-T. Is it
possible to tell VDR that those channels are the same and can be treated
the same as on dual head DVB-S devices?
So It would share EPG and would be used for recording if needed.
There probably would be need to do some pri