Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/lastfm/
H A Dlastfm.c331 if (!deadbeef->pl_get_meta (song, "band", a, META_FIELD_SIZE)) { in lfm_fetch_song_info()
332 if (!deadbeef->pl_get_meta (song, "album artist", a, META_FIELD_SIZE)) { in lfm_fetch_song_info()
333 if (!deadbeef->pl_get_meta (song, "albumartist", a, META_FIELD_SIZE)) { in lfm_fetch_song_info()
334 if (!deadbeef->pl_get_meta (song, "artist", a, META_FIELD_SIZE)) { in lfm_fetch_song_info()
342 if (!deadbeef->pl_get_meta (song, "artist", a, META_FIELD_SIZE)) { in lfm_fetch_song_info()
343 if (!deadbeef->pl_get_meta (song, "band", a, META_FIELD_SIZE)) { in lfm_fetch_song_info()
352 if (!deadbeef->pl_get_meta (song, "title", t, META_FIELD_SIZE)) { in lfm_fetch_song_info()
355 if (!deadbeef->pl_get_meta (song, "album", b, META_FIELD_SIZE)) { in lfm_fetch_song_info()
365 if (!deadbeef->pl_get_meta (song, "track", n, META_FIELD_SIZE)) { in lfm_fetch_song_info()
830 if (!deadbeef->pl_get_meta (it, "artist", artist, sizeof (artist))) { in lfm_action_lookup()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dplmeta.c312 pl_get_meta (playItem_t *it, const char *key, char *val, int size) { in pl_get_meta() function
H A Dplaylist.h454 pl_get_meta (playItem_t *it, const char *key, char *val, int size);
H A Dplugins.c395 .pl_get_meta = (int (*) (DB_playItem_t *it, const char *key, char *val, int size))pl_get_meta,
H A Ddeadbeef.h1039 int (*pl_get_meta) (DB_playItem_t *it, const char *key, char *val, int size); member
H A Djunklib.c4275 pl_get_meta (it, ":URI", fname, sizeof (fname)); in junk_rewrite_tags()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/vorbis/
H A Dvorbis.c763 deadbeef->pl_get_meta (it, ":URI", fname, sizeof (fname)); in cvorbis_write_metadata()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/cdda/
H A Dcdda.c946 deadbeef->pl_get_meta(it, CDDB_IDS_TAG, disc_list, sizeof(disc_list)); in cda_get_actions()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/flac/
H A Dflac.c1095 deadbeef->pl_get_meta (it, ":URI", fname, sizeof (fname)); in cflac_write_metadata_ogg()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dgtkui.c220 if (!deadbeef->pl_get_meta (track, ":FILETYPE", filetype, sizeof (filetype))) { in update_songinfo()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/converter/
H A Dconvgui.c169 deadbeef->pl_get_meta (conv->convert_items[0], ":URI", root, sizeof (root)); in converter_worker()