>Can you explain this more? I stopped updating on May 15 because I
>wanted to keep using your plug-ins. Are you saying there is a way I
>could keep up to date with 7.4 and not switch to SQLite? How complicated
>would it be to do that for SqueezeCenter running on Windows Home Server?

Install Perl 5.8.8.
Install TortoiseSVN.
Checkout the source code from the SqueezeCenter Subversion server: 
http://svn.slimdevices.com/repos/slim/7.4/trunk/server

Run slimserver.pl.

When you want to update, right-click on the "server" folder that holds the 
source code, and select "SVN Update".

That's all you need to do.  This will be okay until the noweb-sqlite branch is 
merged into the 7.4 trunk main branch.  When that happens, you can select what 
revision to return back to to have a working server still.

For an advanced setup, you can make this run as a service, using srvany.exe.  
Instructions are on the wiki somewhere.

I have a batch file that stops my service, performs an update, then restarts:

        net stop slimtrunk
        TortoiseProc.exe /command:update /ignoreexternals 
/path:"P:\Music\SlimServer\trunk\server" /notempfile
        net start slimtrunk

It's also possible to set this up as a scheduled task, for example to update 
over night, but I just run the above batch file every so often and look at the 
checkin comments to see what has changed.
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to