Commit Graph

782 Commits

Author SHA1 Message Date
Ron Pedde
9a396eca29 Make compdirs work again, closing ticket #15 2006-03-26 22:07:33 +00:00
Ron Pedde
1a71d3bdd7 tab exapand 2006-03-26 19:47:30 +00:00
Ron Pedde
f1037ae45a tab expand 2006-03-26 19:46:55 +00:00
Ron Pedde
abee2d9792 autocreate directories from config file 2006-03-26 04:55:59 +00:00
Ron Pedde
e1a1c7f18a oops, forgot headers 2006-03-25 23:27:55 +00:00
Ron Pedde
0b11dc0e39 Make failures in mp3 scanning non-fatal (in case of bad mp3_dir) 2006-03-25 23:21:43 +00:00
Ron Pedde
0eb3160bbc add path verification and creation to config file 2006-03-25 23:21:16 +00:00
Ron Pedde
51a3a6279c -Wall cleanups 2006-03-25 11:15:53 +00:00
Ron Pedde
4d1555ec2b untabify err.c 2006-03-25 10:52:10 +00:00
Ron Pedde
75fab9657d Fix parser crash on empty strings 2006-03-24 22:29:24 +00:00
Ron Pedde
1cca7d3a53 index support, closes ticket #1 2006-03-24 19:23:47 +00:00
Ron Pedde
be8eef8384 Fixes for sqlite3 from jlbz on the forums, walk out the thread pooling 2006-03-24 05:10:29 +00:00
Ron Pedde
35d7a9bc61 Fix double-free in logout 2006-03-23 02:57:39 +00:00
Ron Pedde
2fbb744e6f string splitting function 2006-03-20 22:27:56 +00:00
Ron Pedde
5020ed6884 start toward multi-entry terms 2006-03-19 22:03:26 +00:00
Ron Pedde
b8c423321a Fix problems with date based queries 2006-03-19 06:43:32 +00:00
Ron Pedde
185f26d240 Fix obvious misorder of L_XML and L_PARSE 2006-03-19 06:42:23 +00:00
Ron Pedde
9612a26af6 only debug parser info 2006-03-19 06:33:53 +00:00
Ron Pedde
2882146e62 Fix for static error lists 2006-03-19 06:33:30 +00:00
Ron Pedde
0b7968d468 Fix browse problem with empty content 2006-03-19 05:26:51 +00:00
Ron Pedde
7fe019693b commit tri's concatination stuff 2006-03-19 00:16:02 +00:00
Ron Pedde
75868e50aa make daap parser emit empty strings when daap/empty_strings is set -- for better xbmc compatibility 2006-03-17 08:50:13 +00:00
Ron Pedde
d5da21ae85 warn of null keys in ll 2006-03-17 08:49:22 +00:00
Ron Pedde
779a139c9d Fix up overflows in comment resizing 2006-03-16 23:56:49 +00:00
Ron Pedde
850fd90d45 take out references to query.h, as it is being done now by smart-parser 2006-03-16 23:56:34 +00:00
Ron Pedde
ebe7f7a861 Get rid of query.c and query.h, as they are now done via smart-parser.c 2006-03-16 08:02:44 +00:00
Ron Pedde
5163942322 new dmap atoms 2006-03-14 07:28:59 +00:00
Ron Pedde
f0ee070937 win32 cleanups 2006-03-14 00:45:33 +00:00
Ron Pedde
be7bdfbbfb config file upgrading 2006-03-13 06:33:58 +00:00
Ron Pedde
d5bfeba7da working toward comment preservation 2006-03-12 21:25:29 +00:00
Ron Pedde
0cbc4a22d6 Fix double-free in dispatch.c 2006-03-12 11:38:38 +00:00
Ron Pedde
90dc66110a Complete unifying smart playlists and query/filters 2006-03-12 11:30:58 +00:00
Ron Pedde
ae22cba1ae fix for type punning warning on gcc 4, thanks to pietu 2006-03-12 00:39:26 +00:00
Ron Pedde
4927155787 Fix string scanning for quoted literals 2006-03-12 00:29:48 +00:00
Ron Pedde
4964fb1374 almost have both query types working 2006-03-10 23:41:13 +00:00
Ron Pedde
e1c98c5fda make a translation from daap/dmap items to field names 2006-03-10 05:51:53 +00:00
Ron Pedde
8ba1c68d62 fix smart parsing, now just need to finish the browse/query parsing 2006-03-10 04:00:38 +00:00
Ron Pedde
2b6b8cd208 parser still not quite working on both queries and smart playlists 2006-03-09 23:54:00 +00:00
Ron Pedde
43afe26932 Working toward single smart playlist/query parser 2006-03-07 23:37:42 +00:00
Ron Pedde
c635c85e95 fix limits.h 2006-03-07 07:55:36 +00:00
Ron Pedde
a6675697be realpath fixes 2006-03-07 07:03:00 +00:00
Ron Pedde
5917ca0cda trivial logging 2006-03-07 07:02:34 +00:00
Ron Pedde
ec087d86ec make auth handler take effect on /content-codes, just like iTunes does. 2006-03-07 07:02:03 +00:00
Ron Pedde
942125f271 type fixes 2006-03-07 06:07:34 +00:00
Ron Pedde
8e9d759e05 make sqlite3 thread-safer(?) by using a thread pool 2006-03-07 06:01:59 +00:00
Ron Pedde
d53e2f83e4 revert to 1.11 2006-03-06 08:32:43 +00:00
Ron Pedde
f79756769a more attempts at sqlite3 fixage 2006-03-06 08:29:58 +00:00
Ron Pedde
f037a53452 crazy fixes for sqlite3 2006-03-06 07:48:53 +00:00
Ron Pedde
11650fbf76 fix typo 2006-03-06 06:55:58 +00:00
Ron Pedde
0c05af2610 finalize on error on enum_fetch 2006-03-06 06:55:51 +00:00
Ron Pedde
a6248dfc98 Add sqlite3, fix minor compilation problems 2006-03-06 06:29:03 +00:00
Ron Pedde
dad6b9e9d5 add debugging code to try and find the sqlite3 double-free bug 2006-03-06 01:35:49 +00:00
Ron Pedde
cf59f7dc33 fix up txt records to show password info, mtd-version, and itunes version 2006-03-05 08:09:27 +00:00
Ron Pedde
4b728b899d Fix some races in sqlite3 2006-03-05 05:40:48 +00:00
Ron Pedde
1e48e88215 Add ability to concat title and artist on compilation tracks 2006-03-05 02:03:11 +00:00
Ron Pedde
9e5f21db7f fix for STDERR problem in rend-unix 2006-03-05 02:02:15 +00:00
Ron Pedde
ea2eeb24b1 Fix byte order problem on wrong-endian machines 2006-03-05 02:01:46 +00:00
Ron Pedde
58236d00c1 close STDERR on fork 2006-03-05 02:01:22 +00:00
Ron Pedde
97fea2ff84 Fix play count updating 2006-03-04 08:29:57 +00:00
Ron Pedde
90d5e1fa4c Fix problem with relative paths in config file 2006-03-03 06:05:34 +00:00
Ron Pedde
e53562943f still need to update atom and type for new metas 2006-03-02 07:03:48 +00:00
Ron Pedde
c92b0ed841 Fix configfile errors 2006-03-02 05:17:47 +00:00
Ron Pedde
6a824aa09a Fix for iTunes 6.0.4 2006-03-02 00:39:52 +00:00
Ron Pedde
64415a5c42 fix bug in opendir/readdir emulation 2006-03-01 23:25:50 +00:00
Ron Pedde
d44bd674c1 fix wait3 problem on linux 2006-02-28 05:23:59 +00:00
Ron Pedde
e5dd11b090 fix errors when using a null default in conf_get_string 2006-02-27 23:39:11 +00:00
Ron Pedde
0918494faf unused variables 2006-02-27 22:55:05 +00:00
Ron Pedde
096a2a4dbc make more ansi-ish 2006-02-27 22:54:40 +00:00
Ron Pedde
940cfed25e fix typo 2006-02-27 22:53:57 +00:00
Ron Pedde
73636a5a4c add ini style config handling 2006-02-27 22:48:42 +00:00
Ron Pedde
9a133dcbdc Merged win32-branch 2006-02-26 08:46:24 +00:00
Ron Pedde
4402588e2d Finish out the config file stuff. Only missing comment preservation now 2006-02-21 23:19:53 +00:00
Ron Pedde
1d0a3c4149 More fixes for new config system 2006-02-21 03:08:14 +00:00
Ron Pedde
87f84ded09 Work on config fetching functions 2006-02-20 03:56:47 +00:00
Ron Pedde
2915c1e9c9 Annoying fprintf 2006-02-20 03:36:57 +00:00
Ron Pedde
b5abd3faf9 Minor updates 2006-02-14 06:39:06 +00:00
Ron Pedde
3d27be7405 More incremental config changes 2006-02-08 23:02:43 +00:00
Ron Pedde
49e9b3be32 slowly working on the config changes 2006-02-05 00:22:46 +00:00
Ron Pedde
9bfbfa8615 Herman's web interface fixes 2006-01-26 15:08:11 +00:00
Ron Pedde
593bcda38f just saving my changes 2006-01-25 22:31:53 +00:00
Ron Pedde
a6f5be301c More config file changes 2006-01-24 23:41:05 +00:00
Ron Pedde
6efb792704 Implement playcount updating 2006-01-24 04:17:38 +00:00
Ron Pedde
048bef92ed Initial checkin 2006-01-24 00:18:42 +00:00
Ron Pedde
b20dece00b Only use transactions on reload to avoid busy errors 2006-01-20 15:55:51 +00:00
Ron Pedde
2967af19ea stop file collissions with sqlite2 2006-01-20 15:52:42 +00:00
Ron Pedde
bf9e414169 Fix races in enum 2006-01-17 21:35:39 +00:00
Ron Pedde
c7233f0947 bubble parse errors up to the web interface 2006-01-16 22:28:26 +00:00
Ron Pedde
31879fd091 add true/false definitions here 2006-01-16 22:28:08 +00:00
Ron Pedde
4116a68166 fix parse error 2006-01-16 22:27:49 +00:00
Ron Pedde
4b7b5d78fc Add diego's configure patches 2006-01-16 20:23:50 +00:00
Ron Pedde
38ad8000f6 fix typo 2006-01-16 20:13:35 +00:00
Ron Pedde
961f986414 semicolon fix 2006-01-16 10:11:33 +00:00
Ron Pedde
7e65fd67f4 Fix problem with values with % in them 2006-01-13 22:23:42 +00:00
Ron Pedde
8dfea7dee3 Add video support for m4v files 2006-01-12 08:10:48 +00:00
Ron Pedde
7b6560c651 typo 2006-01-12 06:53:25 +00:00
Ron Pedde
40ab6dfb01 Preserve playlists on db upgrades 2006-01-12 06:20:15 +00:00
Ron Pedde
10b5d73ca0 Fix deadlock in updating playlists 2006-01-12 00:39:50 +00:00
Ron Pedde
b02eed1195 fix the hidden directory thing 2006-01-12 00:36:05 +00:00
Ron Pedde
01180d60f1 return id from db_add 2006-01-10 23:57:43 +00:00
Ron Pedde
2e00839a36 Fix thinko breaking static playlists 2006-01-10 06:00:21 +00:00
Ron Pedde
55bc7986de Fix problem with blank db_dirs, now that it isn't necessary anymore :) 2006-01-07 08:22:23 +00:00
Ron Pedde
c0752c13ac fix playlist fd leak 2006-01-07 08:15:51 +00:00
Ron Pedde
4e6219272a Fix problem with key violations on updates from itunes xml 2006-01-07 07:42:44 +00:00
Ron Pedde
f1acc3bc88 Add sqlite3 files 2006-01-06 19:11:01 +00:00
Ron Pedde
3a6ec603a1 add sqlite3 support 2006-01-06 17:43:38 +00:00
Ron Pedde
e0ce8f273f add db_type and db_parameters for specifying different backend databases 2006-01-06 00:05:02 +00:00
Ron Pedde
56502cee62 abstract out the db function pointers 2006-01-05 22:43:45 +00:00
Ron Pedde
b0c2a64a63 Fix index bug 2006-01-05 18:57:38 +00:00
Ron Pedde
60555d9f8d Fix playlist count problem 2006-01-05 15:35:36 +00:00
Ron Pedde
1418a64dc9 Fix frees for nulled error pointers, other minor problems 2006-01-04 23:46:15 +00:00
Ron Pedde
86b45a028e abstract database somewhat, improve error handling 2006-01-04 20:30:44 +00:00
Ron Pedde
24f40d7956 Fixes for not, add startswith and endswith operators 2005-12-13 20:42:03 +00:00
Ron Pedde
869aa94de4 Finish stats xml-rpc method 2005-11-23 04:11:04 +00:00
Ron Pedde
d0d246735e oops 2005-11-21 05:26:12 +00:00
Ron Pedde
3fe312ead6 Support infrastructure for simpler xml handler. 2005-11-20 09:50:50 +00:00
Ron Pedde
3ac71ba469 Add Timo's metacharacter escaping code and codectype passed to scripts 2005-11-20 06:42:03 +00:00
Ron Pedde
d4dfc17671 Shell-escape proper metachars before popening 2005-11-19 09:02:13 +00:00
Ron Pedde
6dba7aab41 Bullwinkle: Hey Rocky -- watch me pull a rabbit out of my hat. Rocky: Again? 2005-11-17 07:20:50 +00:00
Ron Pedde
381dc7eade back out the connection persist force 2005-11-17 05:14:52 +00:00
Ron Pedde
0851b29812 *really* fixed the race this time 2005-11-17 05:09:42 +00:00
Ron Pedde
5733445333 fix some more trivial problems 2005-11-16 05:03:17 +00:00
Ron Pedde
51274d7b03 Show idle threads in thread status 2005-11-15 07:41:50 +00:00
Ron Pedde
a9e2d3a1b5 close fixes, obvious bug in webserver.c 2005-11-15 07:27:14 +00:00
Ron Pedde
9f5eabdabf fix obvious error in thread enumeration 2005-11-15 06:43:31 +00:00
Ron Pedde
c52a0c9986 workaround for client that claim http 1.0 2005-11-14 05:40:54 +00:00
Ron Pedde
a57b002243 Fix for races in thread status 2005-11-14 04:30:12 +00:00
Ron Pedde
dee22896a8 codectype transcoding 2005-11-11 23:52:42 +00:00
Ron Pedde
230eaa0aba fix xml-rpc for thread status 2005-11-07 06:13:10 +00:00
Ron Pedde
a82c564426 move the thread status stuff into the webserver, add status info to xml-rpc 2005-11-07 05:58:05 +00:00
Ron Pedde
a35a59af31 Add date parsing and unary negate operator 2005-11-06 21:06:07 +00:00
Ron Pedde
f127d8cb58 allow editing of smart playlists 2005-11-03 05:02:17 +00:00
Ron Pedde
88ab086900 musepack fixes by slomo 2005-11-03 03:46:26 +00:00
Ron Pedde
0821b9ce9d musepack support from slomo 2005-11-02 04:45:25 +00:00
Ron Pedde
679f253de8 Build indexes on playlists, comment out the playlist order stuff, until further investigation 2005-10-31 23:44:16 +00:00
Ron Pedde
eefb9939b9 Start of date-based playlists 2005-10-29 21:23:43 +00:00
Ron Pedde
cb42785a36 xing header alignment problems fix, hat tip to Paul Forgey 2005-10-29 15:49:11 +00:00
Ron Pedde
fc2c656317 nslu fix for tag lenth in xml serialization 2005-10-26 07:13:53 +00:00
Ron Pedde
97652ba6fa simpler queries for nslu2... speed up playlist enumeration 2005-10-26 06:23:27 +00:00
Ron Pedde
64e1af83a4 Fixes for mlit to xml translation with string length of 0, suggested by Stefan Bruns 2005-10-26 06:00:54 +00:00
Ron Pedde
4c89c687a6 pidfile patches from Diego Petteno 2005-10-26 05:10:19 +00:00
Ron Pedde
283261585d Fix dist files 2005-10-24 06:14:36 +00:00
Ron Pedde
662795acb6 Add includes keyword 2005-10-24 00:18:08 +00:00
Ron Pedde
1c7c77be1c Check for valid playlist on add 2005-10-24 00:17:56 +00:00
Ron Pedde
8d3d31d119 integrate smart playlist parsing into the database 2005-10-23 07:33:24 +00:00
Ron Pedde
1d0ecad346 Fix string parsing, precedence problems, add more detailed error reporting 2005-10-22 23:05:29 +00:00
Ron Pedde
dda666ea8e first pass of sql generation. Some problems in the production rules, I think, but coming along 2005-10-21 07:48:07 +00:00
Ron Pedde
b32984abeb parse tree completely built, int and string values appear to be working 2005-10-20 07:33:58 +00:00
Ron Pedde
939db9fcf9 node 2005-10-18 22:35:10 +00:00
Ron Pedde
7e5535d9bd update lexer, first validating parser 2005-10-17 04:57:06 +00:00
Ron Pedde
4740aeded0 start on parsing side 2005-10-16 06:55:42 +00:00
Ron Pedde
eba0f2f4fd make wavstreamer take a -l of 0, also remove long opts 2005-10-14 05:42:26 +00:00
Ron Pedde
d25c5a53ca really really stupid tokenizer sort of working 2005-10-14 04:11:06 +00:00
Ron Pedde
fb7931ad30 slow and steady 2005-10-13 07:38:22 +00:00
Ron Pedde
edf3885e0b small changes in parser... I'll eventually get there 2005-10-06 04:48:04 +00:00
Ron Pedde
6dc8b0d29f some work on parser 2005-10-02 22:48:07 +00:00
Ron Pedde
6c15f31476 Phil Packer's m3u playlist-in-order stuff 2005-09-26 02:15:50 +00:00
Ron Pedde
ee0c1e361f view persistence fixes for iTunes 5 2005-09-23 07:03:19 +00:00
Ron Pedde
ff84e06334 commit the iTunes 5 fixes 2005-09-23 05:26:52 +00:00
Ron Pedde
1c83ac43a1 more incremental work on smart-parser 2005-08-16 02:32:37 +00:00
Ron Pedde
ab17d88879 Add interface directive to config file -- fix stderr logging on rendezvous child 2005-08-16 02:26:32 +00:00
Ron Pedde
fa48f1175b specify interface to register 2005-08-15 03:16:54 +00:00
Ron Pedde
1570844d6d incremental updates 2005-08-15 03:16:36 +00:00
Ron Pedde
517fe14667 what will eventually be the smart playlist parser 2005-08-02 03:17:22 +00:00
Ron Pedde
15fcb6b902 Fix problem with playlist dropoff 2005-08-02 03:10:36 +00:00
Ron Pedde
8b48e81db1 Pull date added from iTunes xml file -- thanks to Mark Woehrer 2005-07-24 17:08:19 +00:00
Ron Pedde
c47315969f Crank up mdns debug messages 2005-07-21 03:40:07 +00:00
Ron Pedde
e496d18424 Add support for compilation directories 2005-07-14 21:10:05 +00:00
Ron Pedde
681a0f4288 add logging types for smart playlist parser 2005-07-14 21:09:42 +00:00
Ron Pedde
9e08e57fd7 Add brute-force checking for itunes path -- fix iTunes for windows problems 2005-07-13 05:32:54 +00:00
Ron Pedde
4e2d820703 Fix idx problems, fix static playlist handling 2005-06-20 03:35:33 +00:00
Ron Pedde
d18acd2f9e add 'host' smart tag to support daap applet 2005-06-15 03:27:27 +00:00
Ron Pedde
f321aca92f Joe Holt's patches for config trashage 2005-06-15 02:44:32 +00:00
Ron Pedde
5c3e37e564 stupid database version error 2005-06-08 04:55:24 +00:00
Ron Pedde
f61fbb60b3 Add idx to songs table to allow for index per path 2005-06-02 04:17:54 +00:00
Ron Pedde
8623fecab9 More scanning restructuring -- return TRUE on success, get rid of dual scanners 2005-06-02 02:26:04 +00:00
Ron Pedde
35af7991d9 Move genre list to scan-mp3.c 2005-06-01 14:55:36 +00:00
Ron Pedde
64a88ff2ed fix -Wall errors 2005-06-01 14:55:10 +00:00
Ron Pedde
b94686a5af scanner driver updates 2005-06-01 14:54:07 +00:00
Ron Pedde
9c48844586 separate out mp3 and url scanning 2005-06-01 14:40:28 +00:00
Ron Pedde
6f3fb9dba7 Pull out of mp3-scanner.c 2005-06-01 03:04:43 +00:00
Ron Pedde
443afc5a76 abstract out wav scanning 2005-06-01 02:54:20 +00:00
Ron Pedde
e2d835fbce -Wall cleanups for gcc4 2005-05-30 03:41:31 +00:00
Ron Pedde
5cb2784e2e -Wall cleanups for gcc 4.0 2005-05-29 23:48:53 +00:00
Ron Pedde
5915acfa81 Refactoring scanning -- split aac scanning from mp3-scanner 2005-05-29 23:44:23 +00:00
Ron Pedde
baca93b823 Fix problem of numeric genres 2005-05-29 06:43:03 +00:00
Ron Pedde
5f9a558eb1 Fix problem with trailing spaces in tags (bug #0001) 2005-05-29 06:42:02 +00:00
Ron Pedde
d56527c2d0 fix obvious urldecoding oversight 2005-05-26 01:39:37 +00:00
Ron Pedde
3222b7b51d Minor doc fix 2005-05-26 01:39:03 +00:00
Ron Pedde
f647ae4391 Skip playlists we aren't interested in -- master playlist, for example 2005-05-23 01:14:56 +00:00
Ron Pedde
9ec19009ec that's the problem with vararg functions... no warning if you mess them up 2005-05-23 01:14:30 +00:00
Ron Pedde
a0d776a6d7 Tune logging 2005-05-23 01:12:55 +00:00
Ron Pedde
a2fdb8b107 for quick translation from itunes song id to mt-daapd song id 2005-05-21 05:56:09 +00:00
Ron Pedde
93e69a789a fix for no disc number information from North Overby 2005-05-21 05:53:48 +00:00
Ron Pedde
9ae132a127 Add iTunes playlist support 2005-05-21 05:53:11 +00:00
Ron Pedde
8b30cbce9a Add debuglevel config value 2005-05-21 05:52:47 +00:00
Ron Pedde
75d5f1b289 Fix ton of memory leaks 2005-05-18 05:48:22 +00:00
Ron Pedde
e80fc585c9 Remove ezxml in favor of home-built saxish parser 2005-05-17 04:26:59 +00:00
Ron Pedde
2bb3bbe7d5 Update to use rxml rather than ezxml 2005-05-17 04:26:20 +00:00
Ron Pedde
ed62041b82 a sax-inspired xml parser 2005-05-17 04:25:38 +00:00
Ron Pedde
50fcf93ec6 fix problem with missing paths in config file 2005-05-17 04:24:35 +00:00