]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - aft.c
Introduce make_empty_status_items().
[paraslash.git] / aft.c
diff --git a/aft.c b/aft.c
index fa85e4e1f4e6b92dd61eedcfda960ada335d8e32..57df793fb8b16ec1c111e21b5928d44872c9248f 100644 (file)
--- a/aft.c
+++ b/aft.c
@@ -971,6 +971,51 @@ static int print_list_item(struct ls_data *d, struct ls_options *opts,
        return 1;
 }
 
+void make_empty_status_items(char *buf)
+{
+       sprintf(buf,
+               "%s:\n" /* path */
+               "%s:\n" /* dirname */
+               "%s:\n" /* basename */
+               "%s:\n" /* score */
+               "%s:\n" /* attributes bitnmap */
+               "%s:\n" /* attributes txt */
+               "%s:\n" /* hash */
+               "%s:\n" /* image id */
+               "%s:\n" /* image name */
+               "%s:\n" /* lyrics id */
+               "%s:\n" /* lyrics name */
+               "%s:\n" /* bitrate */
+               "%s:\n" /* format */
+               "%s:\n" /* frequency */
+               "%s:\n" /* channels */
+               "%s:\n" /* duration */
+               "%s:\n" /* seconds total */
+               "%s:\n" /* num played */
+               "%s:\n" /* last played */
+               ,
+               status_item_list[SI_PATH],
+               status_item_list[SI_DIRECTORY],
+               status_item_list[SI_BASENAME],
+               status_item_list[SI_SCORE],
+               status_item_list[SI_ATTRIBUTES_BITMAP],
+               status_item_list[SI_ATTRIBUTES_TXT],
+               status_item_list[SI_HASH],
+               status_item_list[SI_IMAGE_ID],
+               status_item_list[SI_IMAGE_NAME],
+               status_item_list[SI_LYRICS_ID],
+               status_item_list[SI_LYRICS_NAME],
+               status_item_list[SI_BITRATE],
+               status_item_list[SI_FORMAT],
+               status_item_list[SI_FREQUENCY],
+               status_item_list[SI_CHANNELS],
+               status_item_list[SI_DURATION],
+               status_item_list[SI_SECONDS_TOTAL],
+               status_item_list[SI_NUM_PLAYED],
+               status_item_list[SI_LAST_PLAYED]
+       );
+}
+
 int make_status_items(struct ls_data *d, struct para_buffer *pb)
 {
        struct ls_options opts = {