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

254   DPRINTF(E_INFO, L_SCAN, "iTunes XML playlist Major:%" PRIu64 " Minor:%" PRIu64
309 DPRINTF(E_WARN, L_SCAN, "Could not extract filename from location\n");
352 DPRINTF(E_WARN, L_SCAN, "Track type File with no Location\n");
361 DPRINTF(E_INFO, L_SCAN, "Could not match location '%s' to any known file\n", location);
376 DPRINTF(E_LOG, L_SCAN, "Could not retrieve file info for file id %d\n", mfi_id);
425 DPRINTF(E_WARN, L_SCAN, "Unhandled metadata type %d\n", md_map[i].type);
456 DPRINTF(E_WARN, L_SCAN, "Track type URL with no Location entry!\n");
484 DPRINTF(E_WARN, L_SCAN, "No tracks in iTunes library\n");
505 DPRINTF(E_WARN, L_SCAN, "Track ID not found!\n");
514 DPRINTF(E_WARN, L_SCAN, "Malformed track record (id %" PRIu64 ")\n", trk_id);
522 DPRINTF(E_INFO, L_SCAN, "Track %" PRIu64 " disabled; skipping\n", trk_id);
531 DPRINTF(E_WARN, L_SCAN, "Track %" PRIu64 " has no track type\n", trk_id);
543 DPRINTF(E_LOG, L_SCAN, "Unknown track type: %s\n", str);
563 DPRINTF(E_WARN, L_SCAN, "Out of memory for itml -> db mapping\n");
576 DPRINTF(E_WARN, L_SCAN, "Track %" PRIu64 " already in itml -> db map?!\n", trk_id);
578 DPRINTF(E_WARN, L_SCAN, "Track %" PRIu64 ": AVL insert error: %s\n", trk_id, strerror(errno));
614 DPRINTF(E_WARN, L_SCAN, "No Track ID found for playlist item %u\n", i);
621 DPRINTF(E_INFO, L_SCAN, "Track ID %" PRIu64 " dropped\n", needle.itml_id);
629 DPRINTF(E_WARN, L_SCAN, "Could not add ID %d to playlist\n", map->db_id);
661 DPRINTF(E_INFO, L_SCAN, "Ignoring playlist '%s' (k %" PRIu64 " s%d p%d m%d)\n", name, kind, smart, party, master);
693 DPRINTF(E_DBG, L_SCAN, "Playlist ID not found!\n");
700 DPRINTF(E_DBG, L_SCAN, "Name not found!\n");
727 DPRINTF(E_INFO, L_SCAN, "Playlist '%s' has no items\n", name);
738 DPRINTF(E_LOG, L_SCAN, "Error adding iTunes playlist '%s' (%s)\n", name, file);
744 DPRINTF(E_INFO, L_SCAN, "Added playlist as id %d\n", pl_id);
765 DPRINTF(E_INFO, L_SCAN, "Processing iTunes library: %s\n", file);
770 DPRINTF(E_WARN, L_SCAN, "Could not open iTunes library '%s': %s\n", file, strerror(errno));
778 DPRINTF(E_WARN, L_SCAN, "Could not stat iTunes library '%s': %s\n", file, strerror(errno));
787 DPRINTF(E_WARN, L_SCAN, "Could not map iTunes library: %s\n", strerror(errno));
798 DPRINTF(E_LOG, L_SCAN, "Could not unmap iTunes library: %s\n", strerror(errno));
804 DPRINTF(E_WARN, L_SCAN, "iTunes XML playlist '%s' failed to parse\n", file);
811 DPRINTF(E_WARN, L_SCAN, "Malformed iTunes XML playlist '%s'\n", file);
829 DPRINTF(E_WARN, L_SCAN, "Could not find Tracks dict\n");
838 DPRINTF(E_FATAL, L_SCAN, "iTunes library parser could not allocate AVL tree\n");
847 DPRINTF(E_FATAL, L_SCAN, "Invalid filename\n");
859 DPRINTF(E_WARN, L_SCAN, "No tracks loaded\n");
868 DPRINTF(E_INFO, L_SCAN, "Loaded %d tracks from iTunes library\n", ret);
874 DPRINTF(E_WARN, L_SCAN, "Could not find Playlists dict\n");