LinuxMCE Forums
May 19, 2013, 10:18:44 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: Selecting a set of screensaver pictures  (Read 751 times)
mhorst
Veteran
***
Posts: 72


View Profile
« on: November 10, 2009, 08:03:19 pm »

Hello,

I have a quick question; is it possible to make a kind of playlist for pictures and select the one you want to use for a screen saver?

The reason I'm asking is because I have my regular set screensaver pictures, and a set of pictures I want to show during a party, and I'd like to switch between the two, without having to select each individual picture from the set in the webadmin.

If not I guess I'll just use some shell scripting and SQL commands.

Thanks.
Logged
merkur2k
Addicted
*
Posts: 513


View Profile
« Reply #1 on: November 10, 2009, 09:57:05 pm »

currently, no, not that i am aware of.
If you do figure out a way to do so, please contribute your findings, i am sure others would appreciate it.
Logged
darrenmason
Addicted
*
Posts: 529


View Profile
« Reply #2 on: November 10, 2009, 11:40:40 pm »

The photo screen saver itself sends out the command "Get_Screen_Saver_Files" to get a collection of files. So this command can be implemented in any fashion. It currently is implemented in Orbiter_Plugin as a DB read of any files with the ScreenSaver Attribute set.

If another implementation exists and gets called first then it could load files straight from a file. Proabaly only a couple of lines of ruby code.

Call reload command on the photo screen saver for it to refresh the file list.

So what you want should be possible without too much effort in theory.

Regards
Darren
Logged
mhorst
Veteran
***
Posts: 72


View Profile
« Reply #3 on: November 11, 2009, 10:07:34 pm »

Thanks, I'll look into that.

In the mean time I've just made a backup of the File_Attribute table in the pluto_media database, then removed all entries that assigned the ScreenSaver attribute. After that I selected the pictures I wanted for the other set in the webadmin.

So to switch sets I have to remove the entries from the table and restore the backup associated with the set I want. (The restore only adds non-existing entries, it will not overwrite any removed entries).

It's a quick and dirty hack, but for now it enables me to do what I want (party is on friday Smiley). As soon as I have time I'll see if I can make a more elegant solution.
Logged
tompin2
Veteran
***
Posts: 59


View Profile
« Reply #4 on: April 11, 2011, 02:00:24 am »

Hello to all,

I bumped in this post by trying to find information on how to play simultanously a set of pictures with some music in the background.  I´m too new on this and I didn't wanted to post something that it is already solved. 
By reading this I believe this is a way to get the same results because music option is independent of whatever pictures are playing.  So you could leave looping a set of pictures while you make a play list of music as the party continues!!!.
What about of taking this part from Mythtv? I hope Im not saying nonsense words  Undecided   

Cheers,

T
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!