This makes the scanner more flexible when matching paths in playlists

with the library paths.
This commit is contained in:
ejurgensen
2013-08-20 21:58:35 +02:00
parent abb0908c6f
commit 6e9cf3a243
3 changed files with 60 additions and 45 deletions

View File

@@ -334,6 +334,9 @@ db_file_path_byid(int id);
int
db_file_id_bypath(char *path);
int
db_file_id_bypathpattern(char *path);
int
db_file_id_byfilebase(char *filename, char *base);