X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aft.c;h=ec05846f870255a939a760fc15352a217b035010;hp=e643e01a18b1121703ddac0445421cc6f910195b;hb=5abf556a8fa8d974bf908672470f7bf09742309a;hpb=02baea145799b33cc82ffb227966e77182b5f790 diff --git a/aft.c b/aft.c index e643e01a..ec05846f 100644 --- a/aft.c +++ b/aft.c @@ -785,7 +785,8 @@ static int print_list_item(struct ls_data *d, struct ls_options *opts, "channels: %d\n" "duration: %s\n" "num_played: %d\n" - "last_played: %s\n\n", + "last_played: %s\n" + "tag info: %s\n", (opts->flags & LS_FLAG_FULL_PATH)? "path" : "file", d->path, have_score? "score: " : "", score_buf, @@ -800,7 +801,8 @@ static int print_list_item(struct ls_data *d, struct ls_options *opts, afhi->channels, duration_buf, afsi->num_played, - last_played_time + last_played_time, + afhi->info_string ); free(att_line); free(lyrics_line);