shithub: zuke

Download patch

ref: 3be5c03819801ff32bba9897da2c090a24b16a78
parent: d45bc8ef8a28ff69dd1798be2c2e1fc36d307771
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sat Dec 14 14:19:22 EST 2019

report files with no duration

--- a/mkplist.c
+++ b/mkplist.c
@@ -169,6 +169,8 @@
 				else{
 					if(tagsget(&ctx) != 0)
 						fprint(2, "%s: no tags\n", path);
+					if(ctx.duration == 0)
+						fprint(2, "%s: no duration\n", path);
 					if(curr->title == nil){
 						path[len] = 0;
 						if((s = utfrrune(path, '/')) == nil)