• 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:composer

89     { mfi_offsetof(composer),           DB_TYPE_STRING },
173 dbmfi_offsetof(composer),
364 if (mfi->composer)
365 free(mfi->composer);
1429 /* qp->sort does not have an option for sorting genre/composer, so it will then be set to S_NONE */
1523 ret = db_build_query_browse(qp, "composer", "composer_sort", &query);
2365 #define Q_TMPL "INSERT INTO files (id, path, fname, title, artist, album, genre, comment, type, composer," \
2402 mfi->genre, mfi->comment, mfi->type, mfi->composer,
2447 " comment = TRIM(%Q), type = %Q, composer = TRIM(%Q), orchestra = TRIM(%Q), conductor = TRIM(%Q), grouping = TRIM(%Q)," \
2477 mfi->comment, mfi->type, mfi->composer, mfi->orchestra, mfi->conductor, mfi->grouping,
4231 " composer VARCHAR(1024) DEFAULT NULL COLLATE DAAP," \
4485 { I_COMPOSER, "create composer index" },
5021 " composer VARCHAR(1024) DEFAULT NULL COLLATE DAAP," \
5095 "(id, path, fname, title, artist, album, genre, comment, type, composer," \
5104 " || QUOTE(type) || ', ' || QUOTE(composer) || ', ' || QUOTE(orchestra) || ', ' || QUOTE(conductor) || ', '" \
5115 " || QUOTE(composer) || ', ' || QUOTE(album_artist) || ');' FROM files;"
5160 " composer VARCHAR(1024) DEFAULT NULL COLLATE DAAP," \
5266 "(id, path, fname, title, artist, album, genre, comment, type, composer," \
5276 " || QUOTE(type) || ', ' || QUOTE(composer) || ', ' || QUOTE(orchestra) || ', ' || QUOTE(conductor) || ', '" \
5309 " composer VARCHAR(1024) DEFAULT NULL COLLATE DAAP," \
5388 "(id, path, fname, title, artist, album, genre, comment, type, composer," \
5398 " || QUOTE(type) || ', ' || QUOTE(composer) || ', ' || QUOTE(orchestra) || ', ' || QUOTE(conductor) || ', '" \