Home
last modified time | relevance | path

Searched refs:aa_fields (Results 1 – 1 of 1) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dtf.c1458 …const char *aa_fields[] = { "album artist", "albumartist", "band", "artist", "composer", "performe… in tf_eval_int() local
1468 if (!strcmp (name, aa_fields[0])) { in tf_eval_int()
1469 for (int i = 0; !val && aa_fields[i]; i++) { in tf_eval_int()
1470 val = pl_find_meta_raw (it, aa_fields[i]); in tf_eval_int()
1485 for (int i = 0; !val && aa_fields[i]; i++) { in tf_eval_int()
1486 val = pl_find_meta_raw (it, aa_fields[i]); in tf_eval_int()