[mythtv-users] Orphan recordings cleaned up?

Christopher Kerr mythtv at theseekerr.com
Thu Dec 23 07:18:23 UTC 2010


On Tue, Dec 21, 2010 at 7:18 AM, Nick Rout <nick.rout at gmail.com> wrote:
> On Tue, Dec 21, 2010 at 5:31 AM, Raymond Wagner <raymond at wagnerrp.com> wrote:
>> On 12/20/2010 11:12, Udo van den Heuvel wrote:
>>>
>>> On 2010-12-19 20:57, Michael T. Dean wrote:
>>>>
>>>> mythpython --version
>>>
>>>     bindings version:   0.24.0.0
>>
>> It requires a fix version 0.24.0.1 to properly handle LiveTV sessions. I put
>> in the fix several days ago, but forgot to push it to the repository on
>> github.  You will have to update your Python bindings from the repository to
>> use the utility.
>
> Confirming it now works on latest mythbuntu 0.24-fixes auto builds:
>
> nick at media:~$ mythpython --version
> MythTV Python Bindings
>  local versions
>    bindings version:   0.24.0.1
>    ttvdb version:      1.2.1
>    tmdb version:       v0.2.5
>  external versions
>    lxml version:       2.2.4
>    MySQLdb version:    1.2.2.final.0
>  protocol versions
>    backend:            63
>    schema:             1264
>    video schema:       1038
>    music schema:       1017
>    netvision schema:   1007
>
>
> libmyth-python    0.24.0+fixes.20101220.b769303-0ubuntu0mythb...

Breaks on the latest build from JYA's repo:

kerr at TV:~$ ./find_orphans.py
Recordings with missing files
Traceback (most recent call last):
  File "./find_orphans.py", line 224, in <module>
    main()
  File "./find_orphans.py", line 164, in main
    printrecs("Recordings with missing files", recs)
  File "./find_orphans.py", line 43, in printrecs
    rec.pprint()
  File "/usr/lib/pymodules/python2.6/MythTV/altdict.py", line 27, in __getattr__
    raise AttributeError(str(name))
AttributeError: pprint

Any clues?

- Chris


More information about the mythtv-users mailing list