aboutsummaryrefslogtreecommitdiffstats
path: root/src/update.c
diff options
context:
space:
mode:
authorJochen Keil <jochen.keil@gmail.com>2009-03-08 20:16:53 +0100
committerMax Kellermann <max@duempel.org>2009-03-09 07:58:44 +0100
commit706112bb885b653d4084fe8bdbbb5bb2ca9c9905 (patch)
tree16da90eaa192f2e60a785b71d96e90a090e5ea01 /src/update.c
parentab3d89f484d7997e3f6dc0d4bb42c1da9377ba40 (diff)
downloadmpd-706112bb885b653d4084fe8bdbbb5bb2ca9c9905.tar.gz
mpd-706112bb885b653d4084fe8bdbbb5bb2ca9c9905.tar.xz
mpd-706112bb885b653d4084fe8bdbbb5bb2ca9c9905.zip
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.
Diffstat (limited to 'src/update.c')
-rw-r--r--src/update.c2
1 files changed, 1 insertions, 1 deletions
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);