• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/

Lines Matching refs:artist

84     { mfi_offsetof(artist),             DB_TYPE_STRING },
168 dbmfi_offsetof(artist),
349 if (mfi->artist)
350 free(mfi->artist);
2365 #define Q_TMPL "INSERT INTO files (id, path, fname, title, artist, album, genre, comment, type, composer," \
2401 STR(mfi->path), STR(mfi->fname), mfi->title, mfi->artist, mfi->album,
2446 #define Q_TMPL "UPDATE files SET path = '%q', fname = '%q', title = TRIM(%Q), artist = TRIM(%Q), album = TRIM(%Q), genre = TRIM(%Q)," \
2476 STR(mfi->path), STR(mfi->fname), mfi->title, mfi->artist, mfi->album, mfi->genre,
4226 " artist VARCHAR(1024) DEFAULT NULL COLLATE DAAP," \
4437 "CREATE INDEX IF NOT EXISTS idx_artist ON files(artist, artist_sort);"
4483 { I_ARTIST, "create artist index" },
5016 " artist VARCHAR(1024) DEFAULT NULL COLLATE DAAP," \
5095 "(id, path, fname, title, artist, album, genre, comment, type, composer," \
5103 " || QUOTE(artist) || ', ' || QUOTE(album) || ', ' || QUOTE(genre) || ', ' || QUOTE(comment) || ', '" \
5114 " || songalbumid || ', ' || QUOTE(title) || ', ' || QUOTE(artist) || ', ' || QUOTE(album) || ', '" \
5155 " artist VARCHAR(1024) DEFAULT NULL COLLATE DAAP," \
5266 "(id, path, fname, title, artist, album, genre, comment, type, composer," \
5275 " || QUOTE(artist) || ', ' || QUOTE(album) || ', ' || QUOTE(genre) || ', ' || QUOTE(comment) || ', '" \
5304 " artist VARCHAR(1024) DEFAULT NULL COLLATE DAAP," \
5388 "(id, path, fname, title, artist, album, genre, comment, type, composer," \
5397 " || QUOTE(artist) || ', ' || QUOTE(album) || ', ' || QUOTE(genre) || ', ' || QUOTE(comment) || ', '" \