Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/lastfm/
H A Dlastfm.c573 if (!deadbeef->pl_meta_exists (ev->from, "artist") in lastfm_songchanged()
574 || !deadbeef->pl_meta_exists (ev->from, "title") in lastfm_songchanged()
878 !deadbeef->pl_meta_exists (it, "artist") || in lfm_get_actions()
879 !deadbeef->pl_meta_exists (it, "title")) in lfm_get_actions()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/m3u/
H A Dm3u.c511 int has_artist = deadbeef->pl_meta_exists (it, "artist"); in m3uplug_save_m3u()
512 int has_title = deadbeef->pl_meta_exists (it, "title"); in m3uplug_save_m3u()
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dplmeta.c340 pl_meta_exists (playItem_t *it, const char *key) { in pl_meta_exists() function
H A Dplaylist.h460 pl_meta_exists (playItem_t *it, const char *key);
H A Dplugins.c398 .pl_meta_exists = (int (*) (DB_playItem_t *it, const char *key))pl_meta_exists,
H A Ddeadbeef.h1044 int (*pl_meta_exists) (DB_playItem_t *it, const char *key); member