Store playlist items paths instead of resolving to file ids

This allows for more dynamic playlists now that files can move
around while we're running.
This commit is contained in:
Julien BLACHE
2009-06-11 20:27:31 +02:00
parent 3b7ff30c1b
commit 0a8c171187
3 changed files with 22 additions and 115 deletions

View File

@@ -269,7 +269,7 @@ int
db_pl_add(char *title, char *path, int *id);
int
db_pl_add_item(int plid, int mfid);
db_pl_add_item(int plid, char *path);
void
db_pl_clear_items(int id);