Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: No 'channels' displayed by vdradmin



OK,

Found a fix to my problem.

On Mon, 2003-08-18 at 23:44, Malcolm Caldwell wrote:
> .94 still has a problem that I have not mentioned before.  (I know - how
> could I expect it to be fixed if I never reported it)
> 
> When I click on 'channels' I get a page with a few graphics but no
> listing.  This is regardless of settings in "Channel selections:" in the
> configuration.
> 
> I thought this *may* be because my first channel is channel 300?

I was right.  vdradmin assumed the first channel is channel 1.

Here is a patch:

--- vdradmin-0.94.orig/vdradmind.pl     Sun Aug 17 15:00:03 2003
+++ vdradmin-0.94/vdradmind.pl  Tue Aug 19 12:22:29 2003
@@ -1642,7 +1642,7 @@
    
        # called without vdr_id, redirect to the first known channel
   if(!$vdr_id) {
-    return(headerForward("$MyURL?aktion=prog_list&vdr_id=1"));
+    return(headerForward("$MyURL?aktion=prog_list&vdr_id=$CHAN[0]->{vdr_id}"));   }
  
        #





-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index