diff -r d62212462f9b -r 1b4288399b1f themes/grey/config.tpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/grey/config.tpl Tue Sep 23 23:26:18 2008 -0400 @@ -0,0 +1,194 @@ +{** + * Template file for default Funky Monkey theme + * Web control interface script for Amarok + * Written by Dan Fuhry - 2008 + * + * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. + *} + + + + + Greyhound: Configuration + + + + + + + + + « Return to playlist +
+ +
+ +
+ + + + + + {if $tried} + + + + {/if} + + + {if $needpass} + + + + + {/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Greyhound configuration
+ {if $success} +

{$success|nl2br}

+ {else} +

{$error|nl2br}

+ {/if} +
+ Current configuration password:
+ Please input the current configuration password to make changes below. +
+ +
+
+ + This controls whether Greyhound can be accessed from other computers on the network interface level. For the nerds, this + means that Greyhound will bind to 127.0.0.1 if unchecked or 0.0.0.0 if checked. + +
+ +
+
+ + Tick this option to enable full playback controls (recommended). Otherwise, Greyhound will just be a playlist viewer and + won't be able to do anything to control what Amarok is doing. + +
+ +
+
+ + If this is enabled, Greyhound will use fork() to allow serving multiple HTTP requests at the same time. It is recommended + that you enable this to improve performance. In some rare cases, this results in a large number of zombie processes and + sometimes locks up the server, so disable this if you're experiencing problems. + +
+ +
+ Authentication +
+
+ + Check this box to require a login to Greyhound's interface. The logins are cookie based, so make sure your browser supports + cookies and has them enabled before you enable this. You have to create at least one user for this to work. + +
+ +
+ User list
+ + This is the list of valid users for Greyhound. Passwords aren't encrypted in the config file to make editing easier. + +
+ {strip} + {foreach key=username item=password from=$users} + + {/foreach} + {/strip} + +
+ Config password
+ + Enter a password here to protect your configuration from being modified. + +
+ +
+ + +
+
+ +
+ + « Return to playlist + +
+ {include file="footer.tpl"} +
+ + +