[mythtv-commits] Ticket #13084: ttvdb.py will cease to function - TTVDB will discontinue support for V1 XML API in 3 months time on October 1st, 2017

MythTV noreply at mythtv.org
Sat Aug 12 21:43:14 UTC 2017


#13084: ttvdb.py will cease to function - TTVDB will discontinue support for V1 XML
API in 3 months time on October 1st, 2017
-------------------------------------------------+-------------------------
 Reporter:  Frederick Henderson <frederickjh@…>  |          Owner:
                                                 |  markspieth
     Type:  Bug Report - General                 |         Status:
                                                 |  assigned
 Priority:  minor                                |      Milestone:  29.0
Component:  MythTV - Mythmetadatalookup          |        Version:
                                                 |  Unspecified
 Severity:  medium                               |     Resolution:
 Keywords:                                       |  Ticket locked:  0
-------------------------------------------------+-------------------------

Comment (by markspieth):

 aplogies for not being specific with teh extra py mods

 as bill said
 apt-get install python-requests-cache python-future
 do same for python3 if testing with that (future is part of py3)
 apt-get install python3-requests-cache

 to test
 cd ..../mythtv/programs/scripts/metadata/Television
 PYTHONPATH=..../mythtv/bindings/python ./ttvdb.py --doctest
 PYTHONPATH=..../mythtv/bindings/python3 ./ttvdb.py --doctest

 should give no errors if the output matches the doctests near the top of
 the file.
 PYTHONPATH is required if you dev tree is not in the default PYTHONPATH
 otherwise it will use your installed libs.
 Dev was done with pycharm (my favourite ide for python ATM). Be careful
 with project paths in this too.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13084#comment:6>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list