3405 Commits

Author SHA1 Message Date
Ron Pedde
622171c1b1 Add daap.songcodectype, normalize daap.songformat and daap.songdescription. 2005-04-04 02:21:26 +00:00
Ron Pedde
33e6284639 Add daap functions to add items to a static playlist 2005-04-02 10:52:28 +00:00
Ron Pedde
53f8c8166b add dmap methods to remotely add a playlist 2005-04-02 09:27:53 +00:00
Ron Pedde
de9d433b3e Fix double-url-decode bug 2005-04-02 06:08:27 +00:00
Ron Pedde
533c273a0b make containers query honor metatags, add mt-daapd specific playlist tags for type and smart playlist spec 2005-04-02 05:31:20 +00:00
Ron Pedde
158a76ae16 Add smart playlist clause to playlist query 2005-04-02 04:33:04 +00:00
Ron Pedde
f7bd776d5f Fix problem with daap queries using apostrophe. It must be encoded as %27 2005-03-28 01:20:39 +00:00
Ron Pedde
f8a4166a2a Fix error building query with wildcard specifiers 2005-03-28 00:41:37 +00:00
Ron Pedde
ff8c69d915 clean up invalid utf-8 data. this forces a database update and full rescan (mostly as a test of the db update stuff) 2005-03-28 00:28:54 +00:00
Ron Pedde
172802161f Fix sql database creation script 2005-03-21 05:07:05 +00:00
Ron Pedde
17c7b8d875 Move ssc check to dmap-building time, rather than scanning time so that transcoding can be done on a per-user-agent basis 2005-03-20 23:43:24 +00:00
Ron Pedde
c9d7a75774 fix double-free of pmp3 2005-03-20 06:04:16 +00:00
Ron Pedde
ed4b5609e1 fix insert syntax 2005-03-20 04:42:52 +00:00
Ron Pedde
65510ae93b fix error in update 2005-03-20 04:22:42 +00:00
Ron Pedde
f8f442bc3c Move db_open after priv drop 2005-03-20 04:13:34 +00:00
Ron Pedde
5a435bc6e9 make flac.c -Wall clean 2005-03-20 01:27:55 +00:00
Ron Pedde
d4aaf09700 Get rid of some configure verbosity, include dbs-sqlite.h 2005-03-20 01:24:17 +00:00
Ron Pedde
87d8544a72 auto-upgrade of databases, including auto-creating database 2005-03-20 00:42:47 +00:00
Ron Pedde
6565596321 cleanups in dbs-sqlite, fixes for paths with single quotes in them 2005-03-19 21:56:08 +00:00
Ron Pedde
adc26c90b4 Big performance wins 2005-03-19 10:02:19 +00:00
Ron Pedde
559a45503f Ignore invalid queries 2005-03-16 12:26:22 +00:00
Ron Pedde
cb5f0283d6 Implement xml output 2005-03-16 11:38:14 +00:00
Ron Pedde
8e6c0d2c6d add query/filter support 2005-03-14 06:17:28 +00:00
Ron Pedde
352f627471 add browse 2005-03-13 23:20:25 +00:00
Ron Pedde
0df3ad01e1 Fix stop attempts during initial scan 2005-03-13 21:22:05 +00:00
Ron Pedde
5eb03dae42 Remove old files 2005-03-11 06:43:26 +00:00
Ron Pedde
7713e226f8 remove 2005-03-11 06:40:50 +00:00
Ron Pedde
847d10b361 First pass of sqlite backend 2005-03-11 06:39:40 +00:00
Ron Pedde
488e63b39f Roll back patch - breaks fbsd 2005-03-05 06:37:37 +00:00
Ron Pedde
54ff9e862e Fix the junk-in-strings thing. again. 2005-03-05 05:06:26 +00:00
Ron Pedde
ea71a2b410 Fix garbage characters on entity-encoding dmap strings, also fix browse results 2005-03-04 05:16:34 +00:00
Ron Pedde
72d2d7c5c8 missing stdarg for va_start and friends 2005-03-04 03:50:24 +00:00
Anders Betnér
a9785ade36 Made all html xhtml 1.0 strict compliant
lowercase tag names, make sure attributes as quoted and don't leave
any unclosed tags. also moved the 'http-equiv refresh' to the head tag
(it isn't allowed in the body)
2005-03-03 13:50:57 +00:00
Ron Pedde
c1f455b16f Fix content-type for xml serialized response 2005-03-03 06:56:58 +00:00
Ron Pedde
fb646037b0 add better content-type handling 2005-03-03 06:22:37 +00:00
Ron Pedde
3b26120a3b Add xml output for daap requests (using output=xml in request) 2005-03-03 06:07:11 +00:00
Ron Pedde
c86be33245 initial support for sqlite 2005-03-01 04:19:27 +00:00
Ron Pedde
f3b6ef46f9 use short options when getopt.h isn't present 2005-02-28 21:49:51 +00:00
Ron Pedde
cde5f4c917 Add Timo's match patch 2005-02-28 20:28:44 +00:00
Ron Pedde
4069118651 Timo's fix for short title buffer 2005-02-27 04:26:15 +00:00
Ron Pedde
f43da69cf7 Add Timo's wavstreamer 2005-02-27 03:34:07 +00:00
Ron Pedde
52074343b4 Timo's flac metainfo scanner 2005-02-27 00:42:27 +00:00
Ron Pedde
9afb28a4ab Add Tim's ogg and flac patches, plus convert the existing ogg metainfo reading
stuff to use vorbisfile.
2005-02-27 00:41:55 +00:00
Ron Pedde
ecaae83ce5 Add config option latin1_tags to fix utf-8 tags in text fields purporting to be latin1. Sadly, this is an all-or-nothing option. Perhaps one could autodetect? 2005-02-24 05:04:05 +00:00
Ron Pedde
de5ed17847 Fix problems with scanning fileinfo of files with uppercase extensions 2005-02-22 07:23:09 +00:00
Ron Pedde
bdd5ba39da integrate server-side conversion patches, -Wall cleanups, AMD64 fixes, and xml-rpc cleanups 2005-02-21 08:10:37 +00:00
Ron Pedde
c33eade8ba Add getPlaylistItems rpc function 2005-02-19 00:50:29 +00:00
Ron Pedde
f2ff609742 start framework for xml-rpc calls. 2005-02-17 04:24:16 +00:00
Ron Pedde
70ea2d7561 fix divide-by-zero bug. Doh 2005-02-05 21:22:47 +00:00
Ron Pedde
d0e71cbec8 removed as part of the atoll fix 2005-02-05 20:55:20 +00:00