diff --git a/admin-root/config.html b/admin-root/config.html index 32a68c02..be735ab0 100644 --- a/admin-root/config.html +++ b/admin-root/config.html @@ -2,88 +2,88 @@
+
Note that the following fields will only be editable if the configuration file itself is writable by the mt-daapd server. If you make changes to these settings, they will not be reflected in the running server. The server must be restarted for these values to take effect. - +
Works? | -+ | The most important question. Did this version work for you? If not, uncheck the box, and put an explanation in the NOTES @@ -19,7 +19,7 @@ | |
---|---|---|---|
Version | -+ | This is the version of mt-daapd you are running. If you are using a public release, use the version number (0.1.0, 0.1.1, etc). If it is @@ -30,7 +30,7 @@ | |
System | -+ | This is the operating system and version you are running. Use something like "Sparc Solaris 9" or "x86 Linux 2.6.3" or @@ -41,7 +41,7 @@ | |
Compile args | -+ | If you used any compile flags, that would be helpful. Examples might include '--with-gdbm', or '--enable-howl' or something else. @@ -50,7 +50,7 @@ | |
Notes | -+ | If it didn't work for you, or if you just want to make a suggestion, leave those notes here. Remember that these @@ -60,7 +60,7 @@ | |
Rating | -+ | Just for fun, give this release a rating from 1 to 10, 1 being so bad it started your computer on fire, 10 meaning works so @@ -69,7 +69,8 @@ |
Version @VERSION@ | |
+ Version @VERSION@ |
Service | "); - ws_writefd(pwsc,"Status | Control |
---|
Service | "); + ws_writefd(pwsc,"Status | Control |
---|---|---|
Rendezvous | "); + ws_writefd(pwsc,"||
Rendezvous | "); #ifndef WITHOUT_MDNS if(config.use_mdns) { mdns_running=!rend_running(); @@ -803,35 +803,35 @@ void config_emit_service_status(WS_CONNINFO *pwsc, void *value, char *arg) { html="Start MDNS Server"; } - ws_writefd(pwsc,"%s | %s | %s | %s | \n",mdns_running ? "Running":"Stopped", html); } else { - ws_writefd(pwsc,"Not configured | \n"); + ws_writefd(pwsc," | Not configured | \n"); } #else - ws_writefd(pwsc," | No Support | \n"); + ws_writefd(pwsc," | No Support | \n"); #endif - ws_writefd(pwsc," |
DAAP Server | %s | ",config.stop ? "Stopping":"Running"); + ws_writefd(pwsc,"|
DAAP Server | %s | ",config.stop ? "Stopping":"Running"); if(config.stop) { - ws_writefd(pwsc,"Wait... | Wait... | \n"); } else { - ws_writefd(pwsc,"Stop DAAP Server | "); + ws_writefd(pwsc,"Stop DAAP Server | "); } scanning = config.reload; - ws_writefd(pwsc,"
Background scanner | %s | ",scanning ? "Running":"Idle"); + ws_writefd(pwsc,"|
Background scanner | %s | ",scanning ? "Running":"Idle"); if(scanning) { - ws_writefd(pwsc,"Wait... | Wait... | "); } else { - ws_writefd(pwsc,"Start Scan | "); + ws_writefd(pwsc,"Start Scan | "); } - ws_writefd(pwsc,"
Uptime | \n"); + ws_writefd(pwsc,"
---|
Uptime | \n"); r_secs=time(NULL)-config.stats.start_time; @@ -860,34 +860,34 @@ void config_emit_service_status(WS_CONNINFO *pwsc, void *value, char *arg) { sprintf((char*)&buf[strlen(buf)],"%d second%s ", r_secs, r_secs == 1 ? "" : "s"); - ws_writefd(pwsc,"%s | \n",buf); - ws_writefd(pwsc,"%s | \n",buf); + ws_writefd(pwsc,"\n"); - ws_writefd(pwsc,"
---|---|
Songs | \n"); - ws_writefd(pwsc,"%d | \n",db_get_song_count()); - ws_writefd(pwsc,"
Songs | \n"); + ws_writefd(pwsc,"%d | \n",db_get_song_count()); + ws_writefd(pwsc,"
Songs Served | \n"); - ws_writefd(pwsc,"%d | \n",config.stats.songs_served); - ws_writefd(pwsc,"
Songs Served | \n"); + ws_writefd(pwsc,"%d | \n",config.stats.songs_served); + ws_writefd(pwsc,"
DB Version | \n"); - ws_writefd(pwsc,"%d | \n",db_version()); - ws_writefd(pwsc,"
DB Version | \n"); + ws_writefd(pwsc,"%d | \n",db_version()); + ws_writefd(pwsc,"
Bytes Served | \n"); - ws_writefd(pwsc,"%d | \n",config.stats.songs_served); - ws_writefd(pwsc,"
Bytes Served | \n"); + ws_writefd(pwsc,"%d | \n",config.stats.songs_served); + ws_writefd(pwsc,"
Thread | "); - ws_writefd(pwsc,"Session | Host | "); - ws_writefd(pwsc,"Action |
---|
Thread | "); + ws_writefd(pwsc,"Session | Host | "); + ws_writefd(pwsc,"Action |
---|---|---|---|
%d | %d | %s | %s |
%d | %d | %s | %s |