Index: apps/tagtree.c =================================================================== --- apps/tagtree.c (revision 14675) +++ apps/tagtree.c (working copy) @@ -659,7 +659,7 @@ } /* Don't process unplayed tracks. */ - if (id3->elapsed == 0) + if (id3->elapsed == 1500) { logf("not logging unplayed track"); return;