integrate smart playlist parsing into the database

This commit is contained in:
Ron Pedde 2005-10-23 07:33:24 +00:00
parent 1d0ecad346
commit 8d3d31d119
3 changed files with 846 additions and 805 deletions

View File

@ -36,7 +36,7 @@ mt_daapd_SOURCES = main.c daapd.h rend.h uici.c uici.h webserver.c \
mp3-scanner.h mp3-scanner.c rend-unix.h strcasestr.c strcasestr.h \
strsep.c dynamic-art.c dynamic-art.h query.c query.h ssc.c ssc.h \
db-generic.c db-generic.h dispatch.c dispatch.h \
rxml.c rxml.h redblack.c redblack.h scan-mp3.c \
rxml.c rxml.h redblack.c redblack.h scan-mp3.c smart-parser.c \
scan-xml.c scan-wma.c scan-aac.c scan-aac.h scan-wav.c scan-url.c \
$(PRENDSRC) $(ORENDSRC) $(HRENDSRC) $(OGGVORBISSRC) $(FLACSRC) \
$(SQLITEDB)

File diff suppressed because it is too large Load Diff

View File

@ -609,7 +609,7 @@ SP_NODE *sp_parse_oexpr(PARSETREE tree) {
expr=pnew;
}
sp_enter_exit(tree,"sp_parse_oexptr",0,expr);
sp_enter_exit(tree,"sp_parse_oexpr",0,expr);
return expr;
}