Julien BLACHE
29db6de1bb
Fixup prototype for db_enum_fetch_row()
...
Second argument is actually a pointer to a pointer to a struct
db_media_file_info, and not a simple pointer.
That code sucks. Plain and simple. Will be taken out and shot at the
earliest occasion. Someone badly needs to take "Pointers 101", among
a lot of other 101 courses. Sigh.
2009-04-25 16:27:58 +02:00
Julien BLACHE
3a38e62f8a
Remove/replace mp3-scanner.h include
2009-04-24 15:45:43 +02:00
Julien BLACHE
ea36855793
Fix format specifiers for 64bit integers
...
Use "%" PRIu64 from inttypes.h instead of "%lld" which is incorrect on 64bit
platforms.
2009-04-05 18:54:59 +02:00
Julien BLACHE
fc8038de6b
Get rid of unused restart.[ch]
2009-04-01 19:17:05 +02:00
Julien BLACHE
d3b4d80284
Remove SVN keywords
2009-04-01 19:16:21 +02:00
Julien BLACHE
098ab7d736
Make SQL mandatory and sqlite3 the default (and only) backend
2009-04-01 19:16:19 +02:00
Julien BLACHE
e2a31b40a2
Remove obsolete sqlite v2 SQL backend
2009-04-01 19:16:19 +02:00
Ron Pedde
e842f38fce
fix windows blocking socket issue, work around problem with temp update table not being seen by fetch thread during db update
2007-10-24 05:44:35 +00:00
Ron Pedde
a8b6d93c07
Add count value to smart playlists, closing #150
2007-10-23 04:52:25 +00:00
Ron Pedde
4b9b1fe177
merge ron-ssl branch back to trunk in preparation for windows cleanups, merge setup tweaks and credits language as well as update rend-posix from stable-aspl-free
2007-07-31 04:34:33 +00:00
Ron Pedde
61f5e96ea7
Force a full rescan when the database version is too new
2007-05-03 00:18:25 +00:00
Ron Pedde
360c7f945e
Fix for win32 playlist dissapearing issue
2007-04-30 00:18:04 +00:00
Ron Pedde
ec9ab04b40
xmbc fixes
2007-01-29 06:45:21 +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
5f922b44d8
Fix problem with adding playlists as reported in forums
2007-01-09 05:55:41 +00:00
Ron Pedde
23e567a94b
Add more logging for duplicate playlist
2006-11-27 00:17:12 +00:00
Ron Pedde
b5008ded8d
reverse default in follow_symlink option, fix some warnings in plugin.c, fix errors in update as result of new db fields
2006-11-05 22:38:12 +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
ad16949d12
Make case-insensitive fs a little less broken
2006-08-31 02:43:13 +00:00
Ron Pedde
231017d571
Make playlist filenames honor filesystem case settings
2006-08-20 05:02:09 +00:00
Ron Pedde
53510607f1
make full rescan rescan playlists as well as songs
2006-08-20 04:51:08 +00:00
Ron Pedde
7c34c4ceee
Default to case-sensitive fs
2006-08-17 02:22:43 +00:00
Ron Pedde
6891f3a169
make initial scan faster
2006-08-14 01:24:24 +00:00
Ron Pedde
f3fecf593e
more fs case fixes
2006-08-14 00:00:54 +00:00
Ron Pedde
bccd2e473f
Improve reload perforamnce by skipping db lookups on forced reload
2006-08-12 21:01:37 +00:00
Ron Pedde
7554aabf90
Make path searches case insensitive
2006-08-09 05:16:06 +00:00
Ron Pedde
6c84e8863e
Make RSP honor the correct_order flag
2006-08-07 05:06:23 +00:00
Ron Pedde
0e84da1679
-Wall cleanups, fix correct_order flag
2006-07-25 03:49:36 +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
d91ac3ff42
Exclude radio station metadata from browse info. Not sure this is entirely correct. Should it be a config option?
2006-07-07 22:24:48 +00:00
Ron Pedde
534005fb70
Fix error messages in smart playlists, and verify updated clauses on edit
2006-06-30 05:33:35 +00:00
Ron Pedde
554c72e1a6
Add db auto-upgrade back in
2006-06-29 06:21:41 +00:00
Ron Pedde
e20b851f2d
Fix erroneous messages on bad playlists
2006-06-20 03:12:45 +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
1dc1257f2c
add rescan/full rescan methods to xml-rpc for ticket #121
2006-06-15 07:10:05 +00:00
Ron Pedde
1948eef43d
Purge unindexed music files after the song scan, fixing ticket #146 . This needs much testing.
2006-06-13 05:48:30 +00:00
Ron Pedde
23e5a964d5
Fix sample rate and bitrate for rsp and daap, fixing #134
2006-06-03 09:17:17 +00:00
Ron Pedde
8a6b2ee00a
Fix the opportunistic encoding thing -- only transcode to platforms that need it
2006-05-31 06:07:42 +00:00
Ron Pedde
0f64686356
add ffmpeg-based transcoding
2006-05-28 04:06:14 +00:00
Ron Pedde
e16844dbee
Fix logging error that crashes on bad database
2006-05-08 05:36:15 +00:00
Ron Pedde
658bf223f2
fix ticket #97 by only selecting non-empty values
2006-05-08 04:18:22 +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
61d2cd0df1
Fix playlist updating when updating smart playlist but not editing name. Fixes ticket #56
2006-04-10 05:14:43 +00:00
Ron Pedde
c7cc788a1d
add external database update program (mtd-update)
2006-04-10 04:18:38 +00:00
Ron Pedde
e6b57ef704
properly implement mtco for indexed operations. Fixes ticket #53
2006-04-08 23:25:30 +00:00
Ron Pedde
860f853778
Expand tabs
2006-04-04 04:28:07 +00:00
Ron Pedde
96686cd917
Fix errors in null codectype when empty_strings enabled
2006-04-03 02:22:02 +00:00