Use a photo feed as screen saver or Desktop background
Apr 21, '08 07:30:02AM • Contributed by: jaguarcy
Apr 21, '08 07:30:02AM • Contributed by: jaguarcy
I've created a small script that runs against a web app built on Google's new App Engine. The app parses a few photo feeds, stores the photos in a database, and can generate custom feeds which will enable the use of the photos in the feed as a Screen Saver, or Desktop background photos. So far, two feeds are parsed (with the approval of their owners):
To get around this, I created a small python script which can be found, with instructions, here. Long story short, create a folder called
To set the photos as a Desktop background (similar process for setting them as a Screen Saver), launch System Preferences, go to the Desktop & Screen Saver tab, and either select the iPhoto album corresponding to the feed you subscribed to, or select the DeskFeed folder using the little + button. I found that choosing "Fit to screen" with a black background works best.
The generated feeds serve the photos from the Google servers, so the host blogs don't see any increase in traffic from the usage of this script. Additionally, new photo feeds can fairly easily be added to this app, so contact me with suggestions. Finally, if anyone has any knowledge on creating preference panes in OS X, please contact me as this script begs to be set up as a pref pane -- it's just too complex to set up the way it is, and it could very easily become a two-step process for any user not comfortable with the Terminal.
- Chromasia: http://deskfeed.neophytou.net/feed/chromasia
- Daily Dose of Imagery: http://deskfeed.neophytou.net/feed/ddoi
To get around this, I created a small python script which can be found, with instructions, here. Long story short, create a folder called
DeskFeed inside the Pictures folder in your home directory, then download the script directly and just run it, and optionally set it to run automatically with a cron job. The first few lines are pretty self explanatory as to how the script is set up.To set the photos as a Desktop background (similar process for setting them as a Screen Saver), launch System Preferences, go to the Desktop & Screen Saver tab, and either select the iPhoto album corresponding to the feed you subscribed to, or select the DeskFeed folder using the little + button. I found that choosing "Fit to screen" with a black background works best.
The generated feeds serve the photos from the Google servers, so the host blogs don't see any increase in traffic from the usage of this script. Additionally, new photo feeds can fairly easily be added to this app, so contact me with suggestions. Finally, if anyone has any knowledge on creating preference panes in OS X, please contact me as this script begs to be set up as a pref pane -- it's just too complex to set up the way it is, and it could very easily become a two-step process for any user not comfortable with the Terminal.
•
[10,125 views]
