d16cf2fe7cIntroduce major and minor schema versioning to improve vers compability - also make database vacuuming on startup optional
ejurgensen
2015-01-14 20:32:36 +0100
37d990b390Ignore non-artwork jpg's and png's during filescan (so ffmpeg doesn't waste time analyzing them)
ejurgensen
2015-01-10 23:29:10 +0100
27a2fabb56Modify groups queries and improve index
ejurgensen
2015-01-09 23:04:50 +0100
ea598bfeafRemove upgrade paths for indices (since they don't have any data anyway), and instead implement db_create_indices and db_drop_indices to reduce redundancy
ejurgensen
2015-01-09 00:28:06 +0100
1981237638Improve select for files table by removing f.media_kind = 32 from the queries (forked_daapd has no media_kind = 32).
chme
2014-12-27 21:20:09 +0100
46f770b52dImprove selects for files table by removing the (f.album <> '' AND f.album IS NOT NULL) from the where clause for album and artist. These are unnecessary because forked-daapd makes sure that an artist or album name exists.
chme
2014-12-27 14:02:32 +0100
ad48ccb804Revert "Merge branch 'db' of git://github.com/chme/forked-daapd into chme-db"
ejurgensen
2015-01-08 22:40:47 +0100
b8d5e32160Merge branch 'db' of git://github.com/chme/forked-daapd into chme-db
ejurgensen
2015-01-08 22:34:45 +0100
5a02f926e3Fix bug in float to string conversion of raop volume (credit @andreas-p, issue #84)
ejurgensen
2015-01-08 22:03:53 +0100
70f05049e8Change text for severity log from ERROR to LOG To avoid this startup message: [ERROR] main: Forked Media Server Version 22.1 taking off
ejurgensen
2015-01-07 21:50:24 +0100
73bbe831e6artwork.c overhaul and avoid "Error reading artwork" message when there is no artwork - try to align return values in artwork.c
ejurgensen
2015-01-04 15:12:46 +0100
bb9c4b6001Merge pull request #78 from chme/readme
ejurgensen
2014-12-31 10:42:59 +0100
0ef1819f02Pass the foreign option to automake thus omitting README is not an error
chme
2014-12-31 10:12:28 +0100
f3e21956c4Add configuration option to disable individual artwork
Stuart C. Naifeh
2014-12-30 10:38:03 -0500
11eac845a3Merge pull request #77 from chme/readme
ejurgensen
2014-12-29 15:42:00 +0100
ec47c6e730optimize queries and indexes for composer/genre
chme
2014-12-28 10:10:40 +0100
5cb06980e3Optimize the indexes on the files table to speed up select queries
chme
2014-12-27 21:20:36 +0100
12b46ad94dImprove select for files table by removing f.media_kind = 32 from the queries (forked_daapd has no media_kind = 32).
chme
2014-12-27 21:20:09 +0100
fedf571d34Improve selects for files table by removing the (f.album <> '' AND f.album IS NOT NULL) from the where clause for album and artist. These are unnecessary because forked-daapd makes sure that an artist or album name exists.
chme
2014-12-27 14:02:32 +0100
31870fe046improve selects for files table by removing the join to the groups table
chme
2014-12-21 20:41:44 +0100
e7228782dcRename README in README.md to make use of the autoformating in github
chme
2014-12-28 10:12:08 +0100
a69619a5a7Implement is_remote() and change how transcode_needed() is used transcode_needed() was getting called needlessly in http_daapd.c, because 1) once it is determined that a given codec needs transcoding for a given client there is no reason to call and check again, 2) transcoding is irrelevant for remotes. Also some cleaning up of user_agent_filter().
ejurgensen
2014-12-28 23:37:12 +0100
3e412b5e65Remove misplaced quotes in db_group_type_bypersistentid()
ejurgensen
2014-12-28 23:32:21 +0100
4de5f7c19cFix login/logout problem in spotify.c (see issue #68)
ejurgensen
2014-12-28 21:08:52 +0100
ea2938f54dMerge pull request #76 from chme/transcode
ejurgensen
2014-12-28 12:52:16 +0100
7889d92a81Identify "android" user-agent as a remote client in transcode_needed() (similar to the check in user_agent_filter())
chme
2014-12-28 09:37:19 +0100
a7ee8483b4Merge pull request #74 from chme/spotify
ejurgensen
2014-12-27 22:00:26 +0100
3208315503fix delete query for removing files if a spotify playlist is deleted
chme
2014-12-27 10:00:22 +0100
431ecdb197Cache individual artwork
Stuart C. Naifeh
2014-12-27 11:40:52 -0500
9e9ffe6809Update cache api, version, and logic to support caching of individual as well as group artwork
Stuart C. Naifeh
2014-12-27 10:48:12 -0500
2171a1f2b3Re-add support for individual artwork
Stuart C. Naifeh
2014-12-27 09:44:16 -0500
647eae17eeMerge pull request #72 from couteau/master
ejurgensen
2014-12-23 20:52:42 +0100
ee902a1a68Fix for bug introduced by commit 67c092828d
Stuart C. Naifeh
2014-12-23 11:34:11 -0500
2a99c78c47Merge pull request #70 from jmaggard10/fixes-20141217
ejurgensen
2014-12-18 16:35:54 +0100
4efca3660fFix bad free when encountering an error fetching query results.
Justin Maggard
2014-12-16 15:32:21 -0800
e431b04310Lower log level for missing revision-number in client update request. This is some clients' normal behavior, so we shouldn't need to need to see a message about it in the error log.
Justin Maggard
2014-12-16 15:33:16 -0800
a2b84f6f6aLower log level for missing revision-number in client update request. This is some clients' normal behavior, so we shouldn't need to need to see a message about it in the error log.
Justin Maggard
2014-12-16 15:33:16 -0800
87e39c5e03Fix bad free when encountering an error fetching query results.
Justin Maggard
2014-12-16 15:32:21 -0800