[mythtv-users] mythtools v0.5

Bilge Tutak bilge.tutak at gmail.com
Sun Jan 21 16:34:29 UTC 2007


I am not sure if it is the problem, but when I change the sql in
"videometadata.pm", it now seems to be working.
The problem is that all of my categories are set to 0 and the sql you
supplied only checks the data with category > 0. So I changed it to
category = 0 and now it is working.

Thank you.

Bilge.


On 1/21/07, Ryszard <ryszard99 at gmail.com> wrote:
> hey there,
>
> thx for the update on the bug you found.  i guess i accidentally leaned on
> the k/b when i was copying the files for release.
>
> i'm not sure what the other problem you're experiencing is, however, i can
> replicate it.  i'll have a look and get back to you on it.
>
> regs
> Ryszard.
>
>
> On 20/01/07, Bilge Tutak <bilge.tutak at gmail.com> wrote:
> > Another thing I discovered is that it can connect to my database, but
> > unfortunately cannot fetch any data.
> > Any idea why?
> >
> > Thank you.
> >
> > Bilge.
> >
> > On 1/19/07, Bilge Tutak < bilge.tutak at gmail.com> wrote:
> > > There is a missing curly bracket after the _getSynopsis sub. The curly
> > > closing the sub is missing.
> > >
> > > After fixing that, when I run the vidupdate.pl it shows nothing and
> > > drops back to prompt. I checked the sql, it should be returning
> > > something. I am not sure what is the problem.
> > >
> > > Thank you.
> > >
> > > Bilge.
> > >
> > > On 1/19/07, Ryszard < ryszard99 at gmail.com> wrote:
> > > > Ok,
> > > >
> > > > so some good news, its not a dependency related problem.
> > > >
> > > > skip this if you're not technical
> > > > ---------8<--------------------------------------
> > > > When programming perl you can code in a "strict" manner which means
> all
> > > > variables must be defined with a scoping statement ("my").
> > > >
> > > > when i program in perl, i use the strict method of programming as it
> leads
> > > > to tighter and cleaner code that is easier to troubleshoot.
> > > >
> > > > the error that you have indicates the variable "@tokens" has not been
> > > > pre-declared.
> > > > ---------8<--------------------------------------
> > > >
> > > > so, if you go to line 127 and change the line "my ($tag, $synopsis);"
> to "my
> > > > ($tag, $synopsis, @tokens);" it will work for you.
> > > >
> > > > i've attached a new release with the fix.
> > > >
> > > > HTH
> > > > Ryszard
> > > >
> > > >
> > > > On 19/01/07, Bilge Tutak <bilge.tutak at gmail.com> wrote:
> > > > > Hi,
> > > > > When I run the ./vidupdate I get this error.
> > > > > "Global symbol "@tokens" requires explicit package name at
> > > > > Mythtv/TVcom.pm line 133."
> > > > >
> > > > > Any idea what this is? I am pretty sure I have all the necessary
> packages.
> > > > >
> > > > > Thank you.
> > > > >
> > > > > Bilge.
> > > > >
> > > > > On 1/18/07, Ryszard < ryszard99 at gmail.com> wrote:
> > > > > > for those interested, i've fixed the problem with the parser not
> getting
> > > > the
> > > > > > synopsis where a show as the "Watch Video" link next to it (at
> least for
> > > > the
> > > > > > shows i'm testing with).
> > > > > >
> > > > > > suggestions/comments welcome,
> > > > > >
> > > > > > regs
> > > > > > Ryszard.
> > > > > >
> > > > > > _______________________________________________
> > > > > > mythtv-users mailing list
> > > > > > mythtv-users at mythtv.org
> > > > > >
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > _______________________________________________
> > > > > mythtv-users mailing list
> > > > > mythtv-users at mythtv.org
> > > > >
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > mythtv-users mailing list
> > > > mythtv-users at mythtv.org
> > > >
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > > >
> > > >
> > > >
> > > >
> > >
> > _______________________________________________
> > mythtv-users mailing list
> > mythtv-users at mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>
>


More information about the mythtv-users mailing list