X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=2ef9c5a87b54760ed38fc41e4f3b83391a4aa3f5;hp=43f85ca67a5e7b35c56d430f7da75cfdb64c7f94;hb=f167629b3191c57a6b691cd2a6af04a45a74ccb0;hpb=9a67f9e1e37589b548fc1823a21ffdf0b6faf4ea diff --git a/command.c b/command.c index 43f85ca6..2ef9c5a8 100644 --- a/command.c +++ b/command.c @@ -419,6 +419,7 @@ static int com_version(struct command_context *cc) return send_sb(&cc->scc, msg, len, SBD_OUTPUT, false); } +/** These status items are cleared if no audio file is currently open. */ #define EMPTY_STATUS_ITEMS \ ITEM(PATH) \ ITEM(DIRECTORY) \ @@ -445,7 +446,11 @@ static int com_version(struct command_context *cc) ITEM(YEAR) \ ITEM(ALBUM) \ ITEM(COMMENT) \ - ITEM(AMPLIFICATION) + ITEM(MTIME) \ + ITEM(FILE_SIZE) \ + ITEM(CHUNK_TIME) \ + ITEM(NUM_CHUNKS) \ + ITEM(AMPLIFICATION) \ /** * Write a list of audio-file related status items with empty values.