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

151   struct evbuffer *metadata;
713 /* RAOP metadata */
717 evbuffer_free(rmd->metadata);
771 DPRINTF(E_LOG, L_RAOP, "Out of memory for RAOP metadata\n");
788 DPRINTF(E_LOG, L_RAOP, "Could not build filter for file id %d; metadata will not be sent\n", id);
796 DPRINTF(E_LOG, L_RAOP, "Couldn't start query; no metadata will be sent\n");
804 DPRINTF(E_LOG, L_RAOP, "Couldn't fetch file id %d; metadata will not be sent\n", id);
809 /* Turn it into DAAP metadata */
813 DPRINTF(E_LOG, L_RAOP, "Out of memory for temporary metadata evbuffer; metadata will not be sent\n");
818 rmd->metadata = evbuffer_new();
819 if (!rmd->metadata)
821 DPRINTF(E_LOG, L_RAOP, "Out of memory for metadata evbuffer; metadata will not be sent\n");
827 ret = dmap_encode_file_metadata(rmd->metadata, tmp, &dbmfi, NULL, 0, 0, 1);
831 DPRINTF(E_LOG, L_RAOP, "Could not encode file metadata; metadata will not be sent\n");
840 DPRINTF(E_LOG, L_RAOP, "Failed to convert song_length to integer; no metadata will be sent\n");
871 /* Add rmd to metadata list */
883 evbuffer_free(rmd->metadata);
1982 DPRINTF(E_LOG, L_RAOP, "SET_PARAMETER request failed for metadata/artwork/progress: %d %s\n", req->response_code, req->response_code_line);
1992 * of metadata requests unless they cause the session to fail.
2034 DPRINTF(E_LOG, L_RAOP, "Could not send SET_PARAMETER request for metadata\n");
2071 DPRINTF(E_LOG, L_RAOP, "Could not send SET_PARAMETER request for metadata\n");
2081 ret = evbuffer_add(evbuf, EVBUFFER_DATA(rmd->metadata), EVBUFFER_LENGTH(rmd->metadata));
2084 DPRINTF(E_LOG, L_RAOP, "Could not copy metadata for sending\n");
2091 DPRINTF(E_LOG, L_RAOP, "Could not send SET_PARAMETER request for metadata\n");
2106 DPRINTF(E_LOG, L_RAOP, "Could not allocate temp evbuffer for metadata processing\n");
2114 DPRINTF(E_LOG, L_RAOP, "RTP-Info too big for buffer while sending metadata\n");
2123 DPRINTF(E_LOG, L_RAOP, "Could not send metadata to %s\n", rs->devname);