* Remove ALBUM_ART_PN from the database, since it's forced to be JPEG_TN now.

* Add a DISC entry to the database, so when the client sorts a multi-disc audio album by track, we can sort by disc first.
This commit is contained in:
Justin Maggard
2009-10-14 01:14:10 +00:00
parent 7c62467398
commit e777a93a5e
7 changed files with 35 additions and 46 deletions

View File

@ -74,7 +74,7 @@ char *
modifyString(char * string, const char * before, const char * after, short like);
sqlite_int64
GetFolderMetadata(const char * name, const char * path, const char * artist, const char * genre, const char * album_art, const char * art_dlna_pn);
GetFolderMetadata(const char * name, const char * path, const char * artist, const char * genre, const char * album_art);
sqlite_int64
GetAudioMetadata(const char * path, char * name);