<div class="gmail_quote">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 &quot;/&quot; character in the show name.<br><br>I ran:<br>/usr/share/mythtv/mythvideo/scripts/jamu.py -l en -C &quot;/home/mythtv/.mythtv/jamu.conf&quot; -MW &gt; jamu-watch.log<br>

<br>and get the following error:<br>mythtv@&lt;myhost&gt;:~$ /usr/share/mythtv/mythvideo/scripts/jamu.py -MW &gt; jamu-watch.log Traceback (most recent call last):<br>  File &quot;/usr/share/mythtv/mythvideo/scripts/jamu.py&quot;, line 6344, in &lt;module&gt;<br>

    main()<br>  File &quot;/usr/share/mythtv/mythvideo/scripts/jamu.py&quot;, line 6329, in main<br>    process.processMythTvMetaData()<br>  File &quot;/usr/share/mythtv/mythvideo/scripts/jamu.py&quot;, line 5406, in processMythTvMetaData<br>

    self._downloadScheduledRecordedGraphics()<br>  File &quot;/usr/share/mythtv/mythvideo/scripts/jamu.py&quot;, line 5205, in _downloadScheduledRecordedGraphics<br>    results = self._getScheduledRecordedTVGraphics(program, key)<br>

  File &quot;/usr/share/mythtv/mythvideo/scripts/jamu.py&quot;, line 5052, in _getScheduledRecordedTVGraphics<br>    return self._getTvdbGraphics(cfile, graphics_type, toprated=True, watched=True)<br>  File &quot;/usr/share/mythtv/mythvideo/scripts/jamu.py&quot;, line 3799, in _getTvdbGraphics<br>

    value = self._downloadGraphics(typegetGraphics(graphic_type), mythtv=True)<br>  File &quot;/usr/share/mythtv/mythvideo/scripts/jamu.py&quot;, line 2244, in _downloadGraphics<br>    if self._downloadURL(pairs[0], pairs[1]):<br>

  File &quot;/usr/share/mythtv/mythvideo/scripts/jamu.py&quot;, line 2077, in _downloadURL<br>    target_socket = open(OutputFileName, &quot;wb&quot;)<br>IOError: [Errno 2] No such file or directory: u&#39;/var/lib/mythtv/banners/<u><b>Real World/Road Rules Challenge_banner.jpg</b></u>&#39;<br>

<br>[For the record the show is for my wife]  :)<br><br>It appears that the &quot;/&quot; 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&#39;t find anything.  Since this is blocking the script I can&#39;t update any of the other shows I&#39;ve got.<br>

<br>Is anyone else seeing this?  Should I reopen <font color="black" face="Verdana,Arial,Helvetica" size="2"><font color="black" face="Verdana,Arial,Helvetica" size="2"><b>Ticket #7328?<br><br></b>I&#39;m looking at the diff made for 0.5.5 <a href="http://svnsearch.org/svnsearch/repos/MYTHTV/search?filename=jamu.py#2256615813256" target="_blank">http://svnsearch.org/svnsearch/repos/MYTHTV/search?filename=jamu.py#2256615813256</a> .  I&#39;m hoping someone more familiar with the code will jump in but if not I&#39;ll dust off my python hat and see if I can figure it out.<br>

<br>thanks,<br>Matt<br></font></font>
</div><br>