[mythtv-users] JAMU 0.5.7 bug handling shows with "/" in the name?
Matt Beadon
matt.beadon at gmail.com
Wed Nov 11 02:23:11 UTC 2009
I saw the notes in jamu.py that this should have been fixed in 0.5.5 but I
think there might still be a problem with the "/" character in the show
name.
I ran:
/usr/share/mythtv/mythvideo/scripts/jamu.py -l en -C
"/home/mythtv/.mythtv/jamu.conf" -MW > jamu-watch.log
and get the following error:
mythtv@<myhost>:~$ /usr/share/mythtv/mythvideo/scripts/jamu.py -MW >
jamu-watch.log Traceback (most recent call last):
File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 6344, in <module>
main()
File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 6329, in main
process.processMythTvMetaData()
File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 5406, in
processMythTvMetaData
self._downloadScheduledRecordedGraphics()
File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 5205, in
_downloadScheduledRecordedGraphics
results = self._getScheduledRecordedTVGraphics(program, key)
File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 5052, in
_getScheduledRecordedTVGraphics
return self._getTvdbGraphics(cfile, graphics_type, toprated=True,
watched=True)
File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 3799, in
_getTvdbGraphics
value = self._downloadGraphics(typegetGraphics(graphic_type),
mythtv=True)
File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 2244, in
_downloadGraphics
if self._downloadURL(pairs[0], pairs[1]):
File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 2077, in
_downloadURL
target_socket = open(OutputFileName, "wb")
IOError: [Errno 2] No such file or directory: u'/var/lib/mythtv/banners/*Real
World/Road Rules Challenge_banner.jpg*'
[For the record the show is for my wife] :)
It appears that the "/" fix is not catching this case according to the last
line above. I searched the jamu.conf file for examples of ways to add
exceptions (i.e. ignore show X) but I didn't find anything. Since this is
blocking the script I can't update any of the other shows I've got.
Is anyone else seeing this? Should I reopen *Ticket #7328?
*I'm looking at the diff made for 0.5.5
http://svnsearch.org/svnsearch/repos/MYTHTV/search?filename=jamu.py#2256615813256.
I'm hoping someone more familiar with the code will jump in but if
not
I'll dust off my python hat and see if I can figure it out.
thanks,
Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20091110/1de267e7/attachment.htm>
More information about the mythtv-users
mailing list