[mythtv] [mythtv-commits] Ticket #8634: tmdb.py metadata image download fails

Chris Pinkham cpinkham at bc2va.org
Sat Jul 3 00:05:43 UTC 2010


* On Fri Jul 02, 2010 at 09:21:52PM -0000, MythTV wrote:
>   2. Its properly mythbackend which is doing the actual download of the
>  fanart, and is not able to interprete the 301 it gets from themoviedb.org.
>  (And btw its not a HTML redirect ... its a HTTP redirect.)
> 
>  ''just my two cents''

Make that ~1.5.  It's not mythbackend, the backend currently does not
have the ability to download like this.  That feature is about a week
or two away and when committed, it will properly handle HTTP redirects.

I believe this is python code doing the downloading of the HTTP URI and
re-uploading to the myth:// URI into a storage group.  When I commit
the backend download code, this will become much simpler, the app will
be able to tell the backend to download URL X into Storage Group Y
without having to download and re-upload.

--
Chris


More information about the mythtv-dev mailing list