ui: Added support for fetching movie images
authorSimón Pena <spenap@gmail.com>
Sun, 20 Jun 2010 12:22:09 +0000 (14:22 +0200)
committerSimón Pena <spenap@gmail.com>
Sun, 20 Jun 2010 12:22:09 +0000 (14:22 +0200)
commit29e534174ddd5292228dbdccab7bf9e159634245
treeed2a3fe55f96e9232f05dda79ac5903c6d704e9d
parentd3e8ce8548e18a8a8ca9d6649c958277fb7b680c
ui: Added support for fetching movie images

Initial support for fetching images is added.

* AsyncWorker and ImageDownloader have been taken from SeriesFinale.
They allow asynchronously fetching the images from the Internet
using the url provided from DBus
* The UI displays a placeholder image while the right one is being
fetched
* Images downloaded aren't cached, they are download in /tmp/
* Asynchronous threads aren't canceled if we leave the movie view
before the image is fetched.
ui/maeviesui/maeviesui/gui.py
ui/maeviesui/util/asyncworker.py [new file with mode: 0644]
ui/maeviesui/util/constants.py
ui/maeviesui/util/moviemanager.py
ui/maeviesui/util/util.py [new file with mode: 0644]