[mythtv-users] 0.28.1 to 0.28.2 upgrade - can no longer configure metadata for tv

Paul Gardiner lists at glidos.net
Sat Apr 14 14:35:02 UTC 2018


On 13/04/2018 19:00, faginbagin wrote:
> On 4/13/2018 3:53 AM, Paul Gardiner wrote:
>> On 13/04/2018 08:47, Paul Gardiner wrote:
>>> On 13/04/2018 00:55, Mark Perkins wrote:
>>>>
>>>>
>>>> On 12 April 2018 11:33:43 pm Paul Gardiner <lists at glidos.net> wrote:
>>>>
>>>> Because of particular set up, it's difficult to use other than the
>>>> mythtv packages provided by my chosen version of Linux. The packages
>>>> have recently been upgraded from 0.28.1 to 0.28.2. Since that change, I
>>>> haven't been able to configure metadata, other than for movies. No
>>>> options appear for tv or games. Has anyone else out there run into this
>>>> and found a work around?
>>>>
>>>> Cheers,
>>>> Paul.
>>>>
>>>> Can you be a bit more specific in what you mean by "haven't been able to
>>>> configure metadata"? Which screens? Mythtv Recordings or Myth Video?
>>>
>>> Sorry, I meant from the mythfrontend setup/metadata menu. I cannot
>>> configure the source.
>>
>> Oh, I should have said, cannot configure the sources for tv or games,
>> only films. And then in Myth Video, I'm offered matches only with names
>> of films.
>>
>> P.
> 
> I suspect you and Graham are just now encountering the issue fixed with
> this ticket:
> https://code.mythtv.org/trac/ticket/13084
> I don't know why you weren't having problems getting TV series metadata
> before now. But I'll bet that now your problem is missing and/or out of
> date python packages. If so, you will need to upgrade and install some
> python packages so that the new version of ttvdb.py works. The ticket
> comments should help you figure that out.

Thanks Helen, it does look to be connected with that: when running ttvdb
from the command line, I get errors to do with needing v2.0 of tvdb_api
and requests_cache being missing. I'm struggling to fix it though:-

paul at glidos:~> /usr/share/mythtv/metadata/Television/ttvdb.py -l em -a 
GB -M "The Walking Dead"

The modules tvdb_api.py (v2.0 or greater).
They should have been installed along with the MythTV python bindings.
Error:(No module named requests_cache)

$ sudo pip install --upgrade tvdb-api
Requirement already up-to-date: tvdb-api in 
/usr/lib/python3.4/site-packages (2.0)
Requirement not upgraded as not directly required: requests_cache in 
/usr/lib/python3.4/site-packages (from tvdb-api) (0.4.13)
Requirement not upgraded as not directly required: requests in 
/usr/lib/python3.4/site-packages (from tvdb-api) (2.18.4)
Requirement not upgraded as not directly required: idna<2.7,>=2.5 in 
/usr/lib/python3.4/site-packages (from requests->tvdb-api) (2.6)
Requirement not upgraded as not directly required: urllib3<1.23,>=1.21.1 
in /usr/lib/python3.4/site-packages (from requests->tvdb-api) (1.22)
Requirement not upgraded as not directly required: certifi>=2017.4.17 in 
/usr/lib/python3.4/site-packages (from requests->tvdb-api) (2018.1.18)
Requirement not upgraded as not directly required: chardet<3.1.0,>=3.0.2 
in /usr/lib/python3.4/site-packages (from requests->tvdb-api) (3.0.4)

$ sudo pip install --upgrade requests_cache
Requirement already up-to-date: requests_cache in 
/usr/lib/python3.4/site-packages (0.4.13)
Requirement not upgraded as not directly required: requests>=1.1.0 in 
/usr/lib/python3.4/site-packages (from requests_cache) (2.18.4)
Requirement not upgraded as not directly required: idna<2.7,>=2.5 in 
/usr/lib/python3.4/site-packages (from requests>=1.1.0->requests_cache) 
(2.6)
Requirement not upgraded as not directly required: urllib3<1.23,>=1.21.1 
in /usr/lib/python3.4/site-packages (from 
requests>=1.1.0->requests_cache) (1.22)
Requirement not upgraded as not directly required: certifi>=2017.4.17 in 
/usr/lib/python3.4/site-packages (from requests>=1.1.0->requests_cache) 
(2018.1.18)
Requirement not upgraded as not directly required: chardet<3.1.0,>=3.0.2 
in /usr/lib/python3.4/site-packages (from 
requests>=1.1.0->requests_cache) (3.0.4)

Any idea what I'm doing wrong?

Cheers,
	Paul.


More information about the mythtv-users mailing list