The m3u playlist scanner improvements in commit 6e9cf3a resulted in

too many database lookups. This is a more efficient version.
This commit is contained in:
ejurgensen
2013-08-21 23:16:25 +02:00
parent 0abc9f04f2
commit 9d0962407a
3 changed files with 52 additions and 8 deletions

View File

@@ -319,6 +319,9 @@ db_query_fetch_string_sort(struct query_params *qp, char **string, char **sortst
int
db_files_get_count(void);
int
db_files_get_count_bypathpattern(char *path);
void
db_files_update_songalbumid(void);