Ron Pedde
7a3a5ce3af
Fix memory leak in scan-xml, closing #173
2006-07-12 04:10:21 +00:00
Ron Pedde
554c72e1a6
Add db auto-upgrade back in
2006-06-29 06:21:41 +00:00
Ron Pedde
fc0cea1d49
first pass at aif support. Doesn't honor the ID3 block, but should get merged by the iTunes XML file. Closes #141
2006-06-12 05:41:36 +00:00
Ron Pedde
7f84afb786
get rid of mtd-plugins.h in favor of combined plugin header file ff-plugins.h
2006-05-29 11:58:23 +00:00
Ron Pedde
0f64686356
add ffmpeg-based transcoding
2006-05-28 04:06:14 +00:00
Ron Pedde
e60d1f75ec
invert the sense of the -s switch, default skipping intial scan
2006-05-01 08:06:19 +00:00
Ron Pedde
433a2ce666
More plugin work
2006-04-21 06:43:41 +00:00
Ron Pedde
fd0d5cbbd9
start plugin infrastructure
2006-04-19 08:32:18 +00:00
Ron Pedde
6979a7a67e
Fixes for compiling on solaris -- fixes #66 and #5
2006-04-15 08:53:56 +00:00
Ron Pedde
bb5866fd21
make mtd-update not depend on sqlite
2006-04-10 07:38:26 +00:00
Ron Pedde
c7cc788a1d
add external database update program (mtd-update)
2006-04-10 04:18:38 +00:00
Ron Pedde
476ee42faf
starting simple gdbm backend
2006-03-27 01:48:43 +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
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
8dfea7dee3
Add video support for m4v files
2006-01-12 08:10:48 +00:00
Ron Pedde
3a6ec603a1
add sqlite3 support
2006-01-06 17:43:38 +00:00
Ron Pedde
86b45a028e
abstract database somewhat, improve error handling
2006-01-04 20:30:44 +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
0821b9ce9d
musepack support from slomo
2005-11-02 04:45:25 +00:00
Ron Pedde
283261585d
Fix dist files
2005-10-24 06:14:36 +00:00
Ron Pedde
8d3d31d119
integrate smart playlist parsing into the database
2005-10-23 07:33:24 +00:00
Ron Pedde
9c48844586
separate out mp3 and url scanning
2005-06-01 14:40:28 +00:00
Ron Pedde
443afc5a76
abstract out wav scanning
2005-06-01 02:54:20 +00:00
Ron Pedde
5915acfa81
Refactoring scanning -- split aac scanning from mp3-scanner
2005-05-29 23:44:23 +00:00
Ron Pedde
9ae132a127
Add iTunes playlist support
2005-05-21 05:53:11 +00:00
Ron Pedde
e80fc585c9
Remove ezxml in favor of home-built saxish parser
2005-05-17 04:26:59 +00:00
Ron Pedde
a42cb7549d
missing some files in extra_dist
2005-05-01 05:09:02 +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
Ron Pedde
2762f6730b
hook wma scanner into mp3-scanner, add more metainfo
2005-04-14 06:23:05 +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
5eb03dae42
Remove old files
2005-03-11 06:43:26 +00:00
Ron Pedde
847d10b361
First pass of sqlite backend
2005-03-11 06:39:40 +00:00
Ron Pedde
c86be33245
initial support for sqlite
2005-03-01 04:19:27 +00:00
Ron Pedde
f43da69cf7
Add Timo's wavstreamer
2005-02-27 03:34:07 +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
bdd5ba39da
integrate server-side conversion patches, -Wall cleanups, AMD64 fixes, and xml-rpc cleanups
2005-02-21 08:10:37 +00:00
Ron Pedde
f2ff609742
start framework for xml-rpc calls.
2005-02-17 04:24:16 +00:00
Ron Pedde
1ea0bce3b3
re-fix the atoll thing
2005-02-05 20:54:55 +00:00
Ron Pedde
b8e421d8df
Fix for "my libc doesn't have atoll" bug.
2005-01-09 20:34:12 +00:00
Paul Kim
7aa6aa0062
configure.in:
...
- Added support for optional Ogg/Vorbis support via the --enable-oggvorbis
flag.
Makefile.am:
- Added conditional compilation of ogg.c dependant on whether Ogg/Vorbis
support is enabled.
mp3-scanner.c:
- Added hook for Ogg/Vorbis support.
- Commented out code which set the "item_kind" of ogg files differently.
It now sets it the same as other audio files. They show up in iTunes
now but they will not stream.
ogg.c:
- Initial check-in.
- Code adapted from 'ogginfo' program. Does parsing of Ogg/Vorbis tags.
2004-12-06 03:06:12 +00:00
Ron Pedde
31ff9fc39c
add --disable-mdns configure option, in prep for win32 build
2004-10-30 16:42:20 +00:00
Ron Pedde
078c1e98e1
Since newest autotools automatically add the .c files to the DIST_COMMON, might as well add the parser.h too
2004-09-19 05:13:58 +00:00
Ron Pedde
71d3892c89
Last OPT_QUERY reference
2004-09-18 17:13:14 +00:00
Ron Pedde
537233256b
Default browse/query
2004-09-18 04:12:43 +00:00
David W. Berry
9492a64846
1. Implement browse and query. These are both still somewhat experimental
...
pending further verification against iTunes. --enable-browse and
--enable-query must be specified to configure to enable both options.
browse support requires query support.
2. Database iteration is now sorted and the database is not kept locked
as long during iteration.
2004-06-14 19:01:06 +00:00
Ron Pedde
3e31ccf1d2
Add experimental dynamic art code by Hiren Joshi
2004-04-14 06:17:22 +00:00
Ron Pedde
543e8c1ee1
make gdbm the default
2004-04-06 15:26:46 +00:00
Ron Pedde
a2d9dfec41
Make gdbm the default
2004-04-06 14:06:16 +00:00
Ron Pedde
1c590645be
more compatible automake
2004-04-04 08:23:34 +00:00
Ron Pedde
2d397683da
Get rid of mdns
2004-03-29 19:37:54 +00:00
Ron Pedde
863346cbb9
Flatten mdns stuff
2004-03-29 17:55:17 +00:00
Ron Pedde
e4df3def97
include the redblack tree files. Doh\!
2004-03-19 04:37:26 +00:00
Ron Pedde
e296c15d04
Fixes from James Turner
2004-03-16 05:24:54 +00:00
Ron Pedde
01f976eef6
Add redblack for gdbm
2004-03-14 00:11:34 +00:00
Ron Pedde
cff316a742
start of background scanning
2004-03-08 19:21:03 +00:00
Ron Pedde
449d2104db
First pass on db stuff. Still some unpacking problems
2004-03-03 06:50:09 +00:00
Ron Pedde
10f7ca1790
merge new-rend-branch
2004-01-20 04:41:20 +00:00
Ron Pedde
b24a3200d0
solaris fixes
2004-01-13 04:29:30 +00:00
Ron Pedde
f4b1fd9eb2
Fix minor make dist problems
2003-12-29 19:46:58 +00:00
Ron Pedde
377356bd06
Start of smart playlists
2003-12-04 23:20:51 +00:00
Ron Pedde
eead131cc2
Add native OSX rendezvous registration
2003-12-01 05:27:54 +00:00
Ron Pedde
d93504dd5a
add howl support
2003-11-17 16:37:39 +00:00
Ron Pedde
8a486e768c
Oops
2003-11-10 03:58:09 +00:00
Ron Pedde
1647bacae6
first time actually listing a file
2003-11-04 06:11:00 +00:00
Ron Pedde
c0cb4d6417
Gotta have this
2003-10-30 22:42:53 +00:00