
IMPloader - Cinema wallpaper generator
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Imploader: a small script that fetches the posters of the top ten cinema movies from the internet, and then creates a dynamic wallpaper out of them.
Now I have this in a cronjob, and can always see on my desktop background what movies are in the theaters at the time ;-)
I thought I'd upload it in case anyone is interested.
Requirements are Ruby, imagemagick and wget (=> see the readme)
Have Fun!
10 years ago
0.1.2
- removed "wget" requirement
- removed "find" requirement
- added configfile ~/.imploaderrc
- added option to edit number of images
horizontally and vertically
0.1.1
- ability to add own pictures
0.1
- initial release
10 years ago
0.1.2
- removed "wget" requirement
- removed "find" requirement
- added configfile ~/.imploaderrc
- added option to edit number of images
horizontally and vertically
0.1.1
- ability to add own pictures
0.1
- initial release
chaopoch
11 years ago
Report
MadeInKobaia
11 years ago
Regards
Report
MadeInKobaia
10 years ago
regards,
Report
rggjan
11 years ago
Report
fallout
11 years ago
Report
rggjan
11 years ago
Report
fallout
11 years ago
First we have to find a website that offers country specific cinema releases with wallpapers/big images
In germany biggest is kino.de they have rss feed of airing movies also listing b-movies
http://www.kino.de/rss.php?typ=kinostarts
But they not offer big pictures, so get movie names and query flickr or other picture site?
Or use imdb..
http://us.imdb.com/ReleasedInYear?year=2009&country=Germany
No rss/xml feed?
But maybe this is of use but in python
http://freshmeat.net/projects/imdbpy/
Report
rggjan
11 years ago
You are right about the other things. But instead of using kino.de, we could use something like "http://boxofficemojo.com/intl/germany/" for querying... That means, once set up, it would be easy to do change countries.
Posters could be get from here, for example:
"http://www.comingsoon.net/search.php?search=hangover", as I don't thing imdb has big posters, or again from impawards.com, as the quality seems best there.
Report