Julien BLACHE
e8c9a04376
Remove OS abstraction layer
...
Migrate daemon startup code in main.c, migrate functions with a single
callsite to that file. Remove setpgrp() usage in favor of setsid(), remove
configure check for setpgrp().
2009-04-19 19:37:42 +02:00
Neil Spring
7565b02229
Properly reset XML scanner state between scans
...
Fix indexing of multiple XML files by resetting path_found for each
XML file.
2009-04-02 13:10:19 +02:00
Julien BLACHE
d3b4d80284
Remove SVN keywords
2009-04-01 19:16:21 +02:00
Ron Pedde
c6a9009550
Oops, thinko on the playlist thing
2007-04-18 03:34:03 +00:00
Ron Pedde
5b38bc6d6c
Solve the case of the missing playlists\! D'oh\!
2007-04-18 03:07:25 +00:00
Ron Pedde
5383d1c1ca
Fix double-free problems reported in forums
2007-01-18 06:07:26 +00:00
Ron Pedde
14fe9f9c6c
Add memory debugging (--enable-mem-debug), find and fix several small (and not so small) memory leaks
2007-01-17 01:06:16 +00:00
Ron Pedde
9239e0ad36
Reference iTunes playlist by name hash rather than native playlist id
2006-11-27 00:00:00 +00:00
Ron Pedde
758c0c6245
stdint fixes
2006-11-14 05:29:32 +00:00
Ron Pedde
e02f0774ec
add album_artist and bits_per_sample, bumping db version. Collect album_artist from flac, aac, wma, and iTunes xml. Collect sample_count and bits_per_sample for flac
2006-11-04 04:17:24 +00:00
Ron Pedde
8e23eb9e1d
Move daap to an external output module
2006-09-25 03:20:22 +00:00
Ron Pedde
d5b29cd4ef
Fix up iTunes metadata before inserting into the database (fixing the concat_compilations bug)
2006-08-27 00:02:09 +00:00
Ron Pedde
ca259e8e12
Fix crash with no location in iTunes xml
2006-07-19 05:13:08 +00:00
Ron Pedde
5b18d69d28
Make win32 version file handling use wide character functions (for non-latin filenames)
2006-07-17 04:49:44 +00:00
Ron Pedde
581b8df5c7
Make server abort when a shutdown signal happens during a playlist or xml scan
2006-07-13 08:29:21 +00:00
Ron Pedde
b1a5f93987
Fix tab expansion
2006-07-12 22:52:50 +00:00
Ron Pedde
7a3a5ce3af
Fix memory leak in scan-xml, closing #173
2006-07-12 04:10:21 +00:00
Ron Pedde
a574c2f752
Add comment info from iTunes xml file
2006-07-07 22:53:03 +00:00
Ron Pedde
5f3a12c351
Import streaming stations form iTunes XML file, closing ticket #130 , add scan/correct_order to make static playlists return in correct order closing ticket #159
2006-06-19 04:25:08 +00:00
Ron Pedde
08ddf8a24a
Fix compile problem on unix
2006-05-11 05:36:35 +00:00
Ron Pedde
b780bac291
make iTunes playlists work on win32
2006-05-09 07:17:46 +00:00
Ron Pedde
eba07e1e15
Make iTunes .xml file authoritative for songs outside the mp3_dir, closing #84
2006-04-27 06:59:46 +00:00
Ron Pedde
7907540aa5
Bring win32 up to date with compat changes
2006-04-15 22:39:45 +00:00
Ron Pedde
6979a7a67e
Fixes for compiling on solaris -- fixes #66 and #5
2006-04-15 08:53:56 +00:00
Ron Pedde
8fc0ab5272
Kind of a cheesy fix for #26 , and not strictly correct, but close enough. Better would be to declare a path separator char in the os stuff.
2006-03-31 09:41:27 +00:00
Ron Pedde
9a133dcbdc
Merged win32-branch
2006-02-26 08:46:24 +00:00
Ron Pedde
01180d60f1
return id from db_add
2006-01-10 23:57:43 +00:00
Ron Pedde
86b45a028e
abstract database somewhat, improve error handling
2006-01-04 20:30:44 +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
9e08e57fd7
Add brute-force checking for itunes path -- fix iTunes for windows problems
2005-07-13 05:32:54 +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
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
9ae132a127
Add iTunes playlist support
2005-05-21 05:53:11 +00:00
Ron Pedde
75d5f1b289
Fix ton of memory leaks
2005-05-18 05:48:22 +00:00
Ron Pedde
2bb3bbe7d5
Update to use rxml rather than ezxml
2005-05-17 04:26:20 +00:00
Ron Pedde
cb37ce4fea
Ummm.... maybe that's the huge memory loss that's triggering the oom killer? Hmmm?
2005-04-30 03:36:47 +00:00
Ron Pedde
27a7426bc2
First cut of itunes xml parsing -- this should augment song info. Still no playlist info
2005-04-27 06:13:26 +00:00