Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: atrpms: users

MythTV .24 Mythvideos metadata grabber not functioning. Phythin Bindings in build?

 

 

atrpms users RSS feed   Index | Next | Previous | View Threaded


mythtv at michaelandholly

Nov 12, 2010, 5:41 PM

Post #1 of 5 (694 views)
Permalink
MythTV .24 Mythvideos metadata grabber not functioning. Phythin Bindings in build?

I've been told by someone on the MythTV list that the source of the TMDB.py
grabber not functioning is the python bindings.



I don't know the ins and outs of the python bindings, and right now I don't
care to. But could someone check out this theory and provide a fix?





Thanks LOTS!



Michael


Axel.Thimm at ATrpms

Nov 13, 2010, 11:28 AM

Post #2 of 5 (675 views)
Permalink
Re: MythTV .24 Mythvideos metadata grabber not functioning. Phythin Bindings in build? [In reply to]

On Fri, 2010-11-12 at 17:41 -0800, Michael Jones wrote:
> I’ve been told by someone on the MythTV list that the source of the
> TMDB.py grabber not functioning is the python bindings.

> I don’t know the ins and outs of the python bindings, and right now I
> don’t care to. But could someone check out this theory and provide a
> fix?

What isn't working, e.g. what is your error output? What version of
mythtv are you trying this out on, 0.24?

Maybe the poster that told you about the bindings meant that they need
to be installed? In that case try

yum install python-MythTV

Let us know if that was the issue.
--
http://thimm.gr/ - http://ATrpms.net/
Attachments: signature.asc (0.19 KB)


mythtv at michaelandholly

Nov 13, 2010, 12:28 PM

Post #3 of 5 (675 views)
Permalink
Re: MythTV .24 Mythvideos metadata grabber not functioning. Phythin Bindings in build? [In reply to]

>-----Original Message-----
>From: Axel Thimm [mailto:Axel.Thimm [at] ATrpms]
>Sent: Saturday, November 13, 2010 11:29 AM
>To: Michael Jones
>Cc: atrpms-users [at] atrpms
>Subject: Re: MythTV .24 Mythvideos metadata grabber not functioning. Phythin
>Bindings in build?
>
>On Fri, 2010-11-12 at 17:41 -0800, Michael Jones wrote:
>> I’ve been told by someone on the MythTV list that the source of the
>> TMDB.py grabber not functioning is the python bindings.
>
>> I don’t know the ins and outs of the python bindings, and right now I
>> don’t care to. But could someone check out this theory and provide a
>> fix?
>
>What isn't working, e.g. what is your error output? What version of mythtv are
>you trying this out on, 0.24?
>
>Maybe the poster that told you about the bindings meant that they need to be
>installed? In that case try
>
>yum install python-MythTV
>
>Let us know if that was the issue.
>--
>http://thimm.gr/ - http://ATrpms.net/

I'm not getting much for error information: I ran mythfrontend -l frontend.log.. and tailed it. Here's what I saw.

Navigate to the video that I want to update, Press W to update the metadata.

2010-11-13 12:15:02.143 Running Grabber: /usr/share/mythtv/metadata/Movie/tmdb.py -l en -M Ice Age
2010-11-13 12:15:02.512 No results found for Ice Age 0 0
2010-11-13 12:16:19.611 Running Grabber: /usr/share/mythtv/metadata/Movie/tmdb.py -l en -M Cars
2010-11-13 12:16:19.944 No results found for Cars 0 0

Hopefully this helps?

If I try running the same thing via commandline:

The subdirectory "tmdb" containing the modules tmdb_api.py (v0.1.3 or greater), tmdb_ui.py,
tmdb_exceptions.py must have been installed with the MythTV python bindings.
Error:(No module named lxml.etree)

I tried installing libxml after finding some references to it online.. but it did not change anything. If it's libxml related, I did a yum list libxml and get:

libxml.i686 1:1.8.17-24.fc12 @fedora

I'm running FC13 on this system, not FC12, so I'm curious if this could be an issue?

This started after I did a "yum update" when the .24 binaries were released. This function worked fine under .23.

On a POSSIBLY related issue.. The MythNetvision is not working at all... could it be releated?


Thanks lots,

Michael


_______________________________________________
atrpms-users mailing list
atrpms-users [at] atrpms
http://lists.atrpms.net/mailman/listinfo/atrpms-users


Axel.Thimm at ATrpms

Nov 15, 2010, 3:26 AM

Post #4 of 5 (671 views)
Permalink
Re: MythTV .24 Mythvideos metadata grabber not functioning. Phythin Bindings in build? [In reply to]

On Sat, 2010-11-13 at 12:28 -0800, Michael Jones wrote:
> >On Fri, 2010-11-12 at 17:41 -0800, Michael Jones wrote:
> >> I’ve been told by someone on the MythTV list that the source of the
> >> TMDB.py grabber not functioning is the python bindings.
> >
> >> I don’t know the ins and outs of the python bindings, and right now I
> >> don’t care to. But could someone check out this theory and provide a
> >> fix?
> >
> >What isn't working, e.g. what is your error output? What version of mythtv are
> >you trying this out on, 0.24?
> >
> >Maybe the poster that told you about the bindings meant that they need to be
> >installed? In that case try
> >
> >yum install python-MythTV
> >
> >Let us know if that was the issue.

> I'm not getting much for error information: I ran mythfrontend -l frontend.log.. and tailed it. Here's what I saw.
>
> Navigate to the video that I want to update, Press W to update the metadata.
>
> 2010-11-13 12:15:02.143 Running Grabber: /usr/share/mythtv/metadata/Movie/tmdb.py -l en -M Ice Age
> 2010-11-13 12:15:02.512 No results found for Ice Age 0 0
> 2010-11-13 12:16:19.611 Running Grabber: /usr/share/mythtv/metadata/Movie/tmdb.py -l en -M Cars
> 2010-11-13 12:16:19.944 No results found for Cars 0 0
>
> Hopefully this helps?
>
> If I try running the same thing via commandline:
>
> The subdirectory "tmdb" containing the modules tmdb_api.py (v0.1.3 or greater), tmdb_ui.py,
> tmdb_exceptions.py must have been installed with the MythTV python bindings.
> Error:(No module named lxml.etree)
>
> I tried installing libxml after finding some references to it online.. but it did not change anything. If it's libxml related, I did a yum list libxml and get:
>
> libxml.i686 1:1.8.17-24.fc12 @fedora

But you did not try the cmd line I suggested above ("yum install
python-MythTV")?

Anyway there are two additional issues:
a) /usr/share/mythtv/metadata/Movie/tmdb.py is not part of 0.24 anymore.
It is in the sources, but it is not being installed. I didn't
investigate further, but it looks like it is being phased out. I also
wonder why this file is on your system, if the new packages don't
carry it (???).
b) The python bindings of at least trunk are currently broken on python
2.7 which means Fedora 14 (but you are on f12, so currently you are
safe, but beware for the future!). Maybe this is also true for 0.24.

> This started after I did a "yum update" when the .24 binaries were released. This function worked fine under .23.

In that case python-MythTV must had been installed with 0.23.x and
should had been updated to 0.24.

what does rpm -q python-MythTV say?

> On a POSSIBLY related issue.. The MythNetvision is not working at all... could it be releated?

Yes, it also needs python-MythTV, disafan send a fix for this on this
list, and the next set of packages will incorporate it. For now just

yum install python-MythTV

and you should be OK.
--
http://thimm.gr/ - http://ATrpms.net/
Attachments: signature.asc (0.19 KB)


mythtv at michaelandholly

Nov 15, 2010, 8:05 AM

Post #5 of 5 (670 views)
Permalink
Re: MythTV .24 Mythvideos metadata grabber not functioning. Phythin Bindings in build? [In reply to]

>-----Original Message-----
>From: Axel Thimm [mailto:Axel.Thimm [at] ATrpms]
>Sent: Monday, November 15, 2010 3:26 AM
>To: Michael Jones
>Cc: atrpms-users [at] atrpms
>Subject: Re: MythTV .24 Mythvideos metadata grabber not functioning. Phythin
>Bindings in build?
>
>On Sat, 2010-11-13 at 12:28 -0800, Michael Jones wrote:
>> >On Fri, 2010-11-12 at 17:41 -0800, Michael Jones wrote:
>> >> I’ve been told by someone on the MythTV list that the source of the
>> >> TMDB.py grabber not functioning is the python bindings.
>> >
>> >> I don’t know the ins and outs of the python bindings, and right now I
>> >> don’t care to. But could someone check out this theory and provide a
>> >> fix?
>> >
>> >What isn't working, e.g. what is your error output? What version of
>> >mythtv are you trying this out on, 0.24?
>> >
>> >Maybe the poster that told you about the bindings meant that they
>> >need to be installed? In that case try
>> >
>> >yum install python-MythTV
>> >
>> >Let us know if that was the issue.
>
>> I'm not getting much for error information: I ran mythfrontend -l
>frontend.log.. and tailed it. Here's what I saw.
>>
>> Navigate to the video that I want to update, Press W to update the metadata.
>>
>> 2010-11-13 12:15:02.143 Running Grabber:
>/usr/share/mythtv/metadata/Movie/tmdb.py -l en -M Ice Age
>> 2010-11-13 12:15:02.512 No results found for Ice Age 0 0
>> 2010-11-13 12:16:19.611 Running Grabber:
>/usr/share/mythtv/metadata/Movie/tmdb.py -l en -M Cars
>> 2010-11-13 12:16:19.944 No results found for Cars 0 0
>>
>> Hopefully this helps?
>>
>> If I try running the same thing via commandline:
>>
>> The subdirectory "tmdb" containing the modules tmdb_api.py (v0.1.3
>or greater), tmdb_ui.py,
>> tmdb_exceptions.py must have been installed with the MythTV python
>bindings.
>> Error:(No module named lxml.etree)
>>
>> I tried installing libxml after finding some references to it online.. but it did
>not change anything. If it's libxml related, I did a yum list libxml and get:
>>
>> libxml.i686 1:1.8.17-24.fc12
>@fedora
>
>But you did not try the cmd line I suggested above ("yum install python-
>MythTV")?
>
>Anyway there are two additional issues:
>a) /usr/share/mythtv/metadata/Movie/tmdb.py is not part of 0.24 anymore.
> It is in the sources, but it is not being installed. I didn't
> investigate further, but it looks like it is being phased out. I also
> wonder why this file is on your system, if the new packages don't
> carry it (???).
>b) The python bindings of at least trunk are currently broken on python
> 2.7 which means Fedora 14 (but you are on f12, so currently you are
> safe, but beware for the future!). Maybe this is also true for 0.24.
>
>> This started after I did a "yum update" when the .24 binaries were released.
>This function worked fine under .23.
>
>In that case python-MythTV must had been installed with 0.23.x and should had
>been updated to 0.24.
>
>what does rpm -q python-MythTV say?
>
>> On a POSSIBLY related issue.. The MythNetvision is not working at all... could
>it be releated?
>
>Yes, it also needs python-MythTV, disafan send a fix for this on this list, and the
>next set of packages will incorporate it. For now just
>
>yum install python-MythTV
>
>and you should be OK.
>--
>http://thimm.gr/ - http://ATrpms.net/


Did you get my subsequent message?

The python-MythTV portion was already there, but the missing piece was python-lxml. After I installed that through yum, both MythNetvision and the metadata grabber worked properly.


Michael


_______________________________________________
atrpms-users mailing list
atrpms-users [at] atrpms
http://lists.atrpms.net/mailman/listinfo/atrpms-users

atrpms users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.