[mythtv-users] User Job to rip subtitles from each program

Raymond Wagner raymond at wagnerrp.com
Sat Feb 4 16:40:34 UTC 2012


On 2/4/2012 11:33, David Crawford wrote:
>     oldbase = prog.basename.rsplit('.',1)[0]
>   File "/usr/lib/pymodules/python2.7/MythTV/altdict.py", line 27, in 
> __getattr__
>     raise AttributeError(str(name))
> AttributeError: basename

'basename' is the field used to store that value in the database, but 
you actually want 'filename' within the context of the Program class.


More information about the mythtv-users mailing list