Add xml output for daap requests (using output=xml in request)

This commit is contained in:
Ron Pedde
2005-03-03 06:07:11 +00:00
parent c86be33245
commit 3b26120a3b
9 changed files with 220 additions and 21 deletions

View File

@@ -38,7 +38,7 @@ CREATE TABLE config (
value VARCHAR(1024) NOT NULL
);
CREATE INDEX idx_id ON songs(id);
CREATE INDEX idx_path on songs(path);
#CREATE INDEX idx_id ON songs(id);
#CREATE INDEX idx_path on songs(path);
INSERT INTO config (term, value) VALUES ('version','8');