owntone-server/src
Julien BLACHE 7cb0eec5d5 Don't increase play count if not streaming at least half of the file
When streaming AAC/MP4 files that aren't stream-optimized (metadata at the
end of the file), clients will seek through the file to grab the metadata
prior to playing the file, causing the play count to increase by 2 or 3.

To counter that, do not increase play count if not streaming at least half
of the file.
2009-12-26 09:57:37 +01:00
..
evhttp Remove unneeded log.c from evhttp copy 2009-05-09 17:14:07 +02:00
.gitignore Fix paths and rename the project 2009-06-12 13:00:34 +02:00
DAAP.g Add new ANTLR parser for DAAP queries 2009-06-07 19:06:46 +02:00
DAAP2SQL.g Switch to the new database code 2009-06-10 19:04:18 +02:00
Makefile.am Integrate iTunes library scanner as an optional component 2009-11-28 10:55:43 +01:00
RSP.g Add new ANTLR parser for RSP queries 2009-06-07 19:06:51 +02:00
RSP2SQL.g Switch to the new database code 2009-06-10 19:04:18 +02:00
conffile.c Add itunes_overrides parameter 2009-11-28 10:55:43 +01:00
conffile.h Fix paths and rename the project 2009-06-12 13:00:34 +02:00
daap_query.c Add new ANTLR parser for DAAP queries 2009-06-07 19:06:46 +02:00
daap_query.h Add new ANTLR parser for DAAP queries 2009-06-07 19:06:46 +02:00
db.c Handle database schema upgrade from v1 to v2 2009-12-26 09:20:51 +01:00
db.h Accomodate TV meta-data in internal structures 2009-12-26 08:28:28 +01:00
filescanner.c Hook up iTunes library scanner 2009-11-28 10:55:43 +01:00
filescanner.h Hook up iTunes library scanner 2009-11-28 10:55:43 +01:00
filescanner_ffmpeg.c Pick up TV-related metadata in MP4 video files 2009-12-26 08:31:12 +01:00
filescanner_itunes.c Add iTunes Music Library XML scanner 2009-11-28 10:55:43 +01:00
filescanner_m3u.c Rename db_pl_add_item -> db_pl_add_item_bypath 2009-11-28 10:55:42 +01:00
filescanner_urlfile.c Switch to the new database code 2009-06-10 19:04:18 +02:00
httpd.c Don't increase play count if not streaming at least half of the file 2009-12-26 09:57:37 +01:00
httpd.h Use embedded evhttp 2009-05-03 11:16:57 +02:00
httpd_daap.c Reindent the dmap_fields table, no code changes 2009-12-26 09:28:28 +01:00
httpd_daap.h Use embedded evhttp 2009-05-03 11:16:57 +02:00
httpd_rsp.c Move *_offsetof() macro definitions to db.h 2009-06-11 23:17:17 +02:00
httpd_rsp.h Use embedded evhttp 2009-05-03 11:16:57 +02:00
logger.c Flush log as we go. 2009-10-04 12:08:46 +02:00
logger.h Remove unused L_LOCK logdomain 2009-06-10 19:04:18 +02:00
main.c Check chdir() return value to silence a warning 2009-12-24 21:28:41 +01:00
mdns_avahi.c Rename L_REND to L_MDNS 2009-05-09 17:14:07 +02:00
mdns_avahi.h Stop the TXT record encoding madness 2009-04-19 19:37:41 +02:00
misc.c Use new logger facility 2009-05-09 17:14:06 +02:00
misc.h Add base64 decoding routine 2009-05-03 11:16:57 +02:00
rsp_query.c Remove useless force_update field in media file info 2009-06-11 19:15:22 +02:00
rsp_query.h Add new ANTLR parser for RSP queries 2009-06-07 19:06:51 +02:00
scan-flac.c Switch to the new database code 2009-06-10 19:04:18 +02:00
scan-mpc.c Switch to the new database code 2009-06-10 19:04:18 +02:00
scan-wma.c Switch to the new database code 2009-06-10 19:04:18 +02:00
transcode.c Add supported codec list for Front Row and QuickTime 2009-12-08 20:45:57 +01:00
transcode.h Use embedded evhttp 2009-05-03 11:16:57 +02:00