I was wondering if anyone has found a way to do this on windows yet?
Normally I would copy the exe, rename it to a scr and then put it into system32.
But with the xibo client this brings up the options menu, a little frustrating!
Cheers, Ben
I was wondering if anyone has found a way to do this on windows yet?
Normally I would copy the exe, rename it to a scr and then put it into system32.
But with the xibo client this brings up the options menu, a little frustrating!
Cheers, Ben
Hi Toby,
Sadly I am using the only exe that there is, it uses a switch to trigger the admin mode (config) but windows seems to want to launch this, so I was wondering if anyone had a better way of doing it!

sorry, that was me guessing
just found this on there website tho, seems to be what you are looking for, not tested it tho.
https://blueprints.launchpad.net/xib...bo-screensaver
Rather annoyingly, Xibo also seems to start automatically on login wherever it is installed. I don't want this and can't find where it starts from,
It's not the registry (HKLM), It's not a service and it's not in the startup folder.
Any ideas?
Ignore that: it's getting late and it was in the AllUsers Startup Folder
Last edited by Mr.Ben; 22nd February 2010 at 08:06 PM.

did the screen saver thing work?
I've been having a play with Xibo, and I believe that each user has the following folders created in their profile folder:
%appdata%\Xibo
[localsettings]\application data\xibo
Now - in my Xibo setup, I've got the server and the client running on the same box, but I believe it's the one in LocalSettings\Application Data which contains the config file (user.config)
I think(!) that if you did something like this, it might work:
* Have a copy of the user profile local settings\Application Data\Xibo folder somewhere on a readable share
* Edit it so that the displayName section has "replaceme" (or similar)
* Have an autoit script which looks a bit like:
Compile that off as an exe using Aut2ExeCode:; Copy template down $file = "user.config" $destdir = @UserProfileDir & "\Xibo\[foldername] $destfile = $DestDir & "\" & $file If FileExists($DestFile) = 0 then $sourcefile = "\\blah\xibo\[foldername]\" & $file $string = FileRead($SourceFile) $String = StringReplace($string, "replaceme", @ComputerName) DirCreate($DestDir) $w = FileOpen($DestFile, 2) FileWriteLine($w, $String) FileClose($W) $exe = [path to xibo]\XiboClient.exe $cmd = Chr(34) & $exe & chr(34) & " -screensaver" $bat = @TempDir & "\xibo.bat" $W = FileOpen($bat, 2) FileWriteLine($W, $cmd) FileClose($Bat) RunWait($Bat, @ScriptDir, @SW_HIDE)
Rename it to the scr you will be using.
Something like that...
It would - of course - require the Xibo server to have the client registered as a display - something which would need done in advance..
All off the top of my head, so could be utterly wrong!!!
Oh, and my AutoIt coding is shocking, I know
Regards,
Gerard
Mr.Ben (24th February 2010)
I'll give that a go in the morning! Cheers!
glendda - same result I'm afraid, seems to happen whatever switch you pass!
Last edited by Mr.Ben; 24th February 2010 at 09:03 PM.
Ah...
The link with the -screensaver (https://blueprints.launchpad.net/xib...bo-screensaver)
Is a SUGGESTION, not a feature
Doh..
Didn't Xibo have a option where you could display it via a web browser? so all you would need is a screensaver that can display a webpage and point it to the appropriate server?

if you pointed the web browser simply to the server you would get the admin login, enless you had to put in something else after e.g http://xibo/screensaverfile
Toby
I had a look on their answers section, and the nearest I can see is discussion of a PHP version of Xibo Player:
https://answers.launchpad.net/xibo/+question/63716
There are currently 1 users browsing this thread. (0 members and 1 guests)