From 706112bb885b653d4084fe8bdbbb5bb2ca9c9905 Mon Sep 17 00:00:00 2001 From: Jochen Keil Date: Sun, 8 Mar 2009 20:16:53 +0100 Subject: Initial support for embedded cue sheets found in flac files So far only seekpoints are supported, so no proper tagging yet except for track number and track length. Tagging should be done by parsing the cue sheet which is often embedded as vorbis comment in flac files. Furthermore the pathname should be configurable like "%A - %t - %T", where %A means Artist, %t track number and %T Title or so. --- src/update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/update.c') diff --git a/src/update.c b/src/update.c index 493e97da9..9f3f6c22f 100644 --- a/src/update.c +++ b/src/update.c @@ -505,7 +505,7 @@ update_regular_file(struct directory *directory, } } - if (no_container == true) + if (no_container) { struct song *song = songvec_find(&directory->songs, name); -- cgit v1.2.3