Difference between revisions of "Photo Screen Saver"

From LinuxMCE
Jump to: navigation, search
 
m (Added to Category: Programmer's Guide)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<table width="100%"> <tr><td bgcolor="#FFCFCF">This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007.  In general any information should apply to LinuxMCE.  However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.</td></tr> </table>Photo Screen Saver is an OpenGL application that will slide different images which are get from www.flickr.com site.
+
[[Category: Programmer's Guide]]
 +
 
 +
Photo Screen Saver is an OpenGL application that will slide different images which are taken from www.flickr.com site.
 
They are downloaded by the script /usr/pluto/bin/flickr.pl
 
They are downloaded by the script /usr/pluto/bin/flickr.pl
 
The params of that script are: minwidth, minheight, and which number of previous days should be searched.
 
The params of that script are: minwidth, minheight, and which number of previous days should be searched.
Line 7: Line 9:
 
After the script saves some files the PhotoScreenSaver (PSS) is started.
 
After the script saves some files the PhotoScreenSaver (PSS) is started.
  
PSS is a child device of Orbiter which means that will get different parameters from the admin page and will be started/stoped by Orbiter itself.
+
PSS is a child device of Orbiter which means that will get different parameters from the admin page and will be started/stopped by Orbiter itself.
  
 
What is the normal flow of PSS?
 
What is the normal flow of PSS?
Line 13: Line 15:
 
[[1. Initialization]]
 
[[1. Initialization]]
  
2. Animation thread
+
[[2. Animation thread]]
  
3. Finalization
+
[[3. Finalization]]

Latest revision as of 16:59, 11 August 2007


Photo Screen Saver is an OpenGL application that will slide different images which are taken from www.flickr.com site. They are downloaded by the script /usr/pluto/bin/flickr.pl The params of that script are: minwidth, minheight, and which number of previous days should be searched.

The all files are downloaded by at the folder /home/flickr/[year]/[mount]/[day]

After the script saves some files the PhotoScreenSaver (PSS) is started.

PSS is a child device of Orbiter which means that will get different parameters from the admin page and will be started/stopped by Orbiter itself.

What is the normal flow of PSS?

1. Initialization

2. Animation thread

3. Finalization