[mythtv] Ticket #7095: jamu sometimes downloads coverart/etc into files Watch Recordings won't find

David Asher asherml at gmail.com
Fri Sep 18 17:10:11 UTC 2009


On Sep 18, 2009, at 9:49 AM, MythTV wrote:

> #7095: jamu sometimes downloads coverart/etc into files Watch  
> Recordings won't
> find
> --------------------------------------------- 
> +------------------------------
> Reporter:  David Asher <asherml at gmail.com>  |        Owner:  mdean
>     Type:  defect                           |       Status:  new
> Priority:  minor                            |    Milestone:  unknown
> Component:  Contributed Scripts & Apps       |      Version:  unknown
> Severity:  medium                           |   Resolution:
>  Mlocked:  0                                |
> --------------------------------------------- 
> +------------------------------
>
> Comment(by r.d.vaughan at rogers.com):
>
> I will be releasing a patch for some bug fixes in the next day or two.
> Just for the option -MW the patch will include the use of SD program
> titles in graphics file names instead of those on TVDB or TMDB. This  
> will
> allow the image hunt to work for programs that have conflicting names
> between Scheduled Direct and TVDB/TMDB. That assumes jamu can  
> dynamically
> resolve the conflict which it does on most cases.

I having another problem with Jamu (although it might actually be  
ttvdb.py).

When I ask for coverart for Some shows, the .jpg ends up being XML  
saying the file was not found:

<html><BODY><TITLE>This is a banner mirrors site for thetvdb.com</TITLE>

<H2>The page your requested does not exist.  Please check
<A HREF="http://www.thetvdb.com">thetvdb.com</A> for more information.
</H2>
</BODY>
</HTML>

If I ask ttvdb.py for the URL I get:

$ /usr/share/mythtv/mythvideo/scripts/ttvdb.py -P FlashForward
http://images.thetvdb.com/banners/posters/84024-1.jpg

But that page doesn't work:

$ wget -O foo2.jpg http://images.thetvdb.com/banners/posters/84024-1.jpg
--2009-09-18 13:08:26--  http://images.thetvdb.com/banners/posters/84024-1.jpg
Resolving images.thetvdb.com... 69.163.190.199
Connecting to images.thetvdb.com|69.163.190.199|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2009-09-18 13:08:27 ERROR 404: Not Found.

The page link from the webpage does work:

$ wget -O foo.jpg http://thetvdb.com/banners/posters/84024-1.jpg
--2009-09-18 13:08:09--  http://thetvdb.com/banners/posters/84024-1.jpg
Resolving thetvdb.com... 208.76.155.58
Connecting to thetvdb.com|208.76.155.58|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 175551 (171K) [image/jpeg]
Saving to: `foo.jpg'

100% 
[= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
====================================================================>]  
175,551      152K/s   in 1.1s

2009-09-18 13:08:10 (152 KB/s) - `foo.jpg' saved [175551/175551]

I noticed there's a new version of ttvdb_api.py (v1.1), anyone know if  
that fixes this problem?

Thanks,

David.



More information about the mythtv-dev mailing list