owntone-server/src
chme fdd85ccf66 [raop/dmap] Build raop metadata from queue item 2016-12-03 20:40:54 +01:00
..
evrtsp Full removal of libevent 1 legacy code. Also drop pipe() in FreeBSD, since pipe2 is available now. 2015-10-19 21:15:29 +02:00
outputs [raop/dmap] Build raop metadata from queue item 2016-12-03 20:40:54 +01:00
.gitignore [smartpl] Add support for smart playlists 2015-04-23 08:21:10 +02:00
DAAP.g Add support for artist group request (experimental) 2013-08-29 22:00:37 +02:00
DAAP2SQL.g fix daap query error for media kind 32 2015-04-27 19:44:03 +02:00
Makefile.am [queue] Remove queue.c/.h 2016-12-03 11:12:19 +01:00
RSP.g Allow ANTLR 3.5 to work 2015-10-05 23:10:45 +01:00
RSP2SQL.g [rsp] Fix nullpointer dereference found by scan-build 2016-11-20 06:38:53 +01:00
SMARTPL.g [smartpl] Add smart playlist support for file modification time 2016-08-13 16:53:09 +02:00
SMARTPL2SQL.g Enable resuming playback from saved position for certain media kinds (eg audiobooks) 2015-08-04 22:33:32 +02:00
artwork.c [http] Move Curl https client from lastfm to http so it is available for other modules 2016-11-05 13:43:35 +01:00
artwork.h [artwork] Refactor artwork to make it easier to add new backends (WIP) 2016-01-03 12:24:20 +01:00
avio_evbuffer.c [artwork] Add ability to rescale Spotify (should improve caching so we don't save too large images) 2016-01-05 21:44:44 +01:00
avio_evbuffer.h [artwork] Add ability to rescale Spotify (should improve caching so we don't save too large images) 2016-01-05 21:44:44 +01:00
cache.c [cache] Save daap replies gzipped - should improve performance 2016-10-17 19:40:25 +02:00
cache.h Full removal of libevent 1 legacy code. Also drop pipe() in FreeBSD, since pipe2 is available now. 2015-10-19 21:15:29 +02:00
commands.c [-] Lots of housekeeping thanks to scan-build and input from @acmay 2016-11-19 23:08:50 +01:00
commands.h [command] Only execute "bottom half" function if main command function 2016-10-23 08:25:19 +02:00
conffile.c [outputs] New output type 'fifo' 2016-10-31 18:47:45 +01:00
conffile.h Resolve runas username when loading configuration and export uid/gid 2011-07-09 12:02:09 +02:00
daap_query.c Adjust log messages 2015-04-22 21:54:31 +02:00
daap_query.gperf [filescanner] Support for songdatereleased and songhasbeenplayed 2016-03-04 22:37:56 +01:00
daap_query.h Move DAAP query hash table inside DAAP2SQL 2011-04-02 09:52:19 +02:00
dacp_prop.gperf Add empty DACP property get for media-kind and extended-media-kind 2013-11-07 22:45:12 +01:00
db.c Rename "queue_item.item_id" to "queue_item.id" 2016-12-03 11:14:03 +01:00
db.h Rename "queue_item.item_id" to "queue_item.id" 2016-12-03 11:14:03 +01:00
db_init.c [db] Rename "plversion" to "queue_version", add missing init query for 2016-12-03 11:12:19 +01:00
db_init.h [db] Upgrade db to v20.00 2016-12-03 10:58:26 +01:00
db_upgrade.c [db] Rename "plversion" to "queue_version", add missing init query for 2016-12-03 11:12:19 +01:00
db_upgrade.h [db] Move database upgrade logic to separate file 2016-01-24 18:51:22 +01:00
dmap_common.c [raop/dmap] Build raop metadata from queue item 2016-12-03 20:40:54 +01:00
dmap_common.h [raop/dmap] Build raop metadata from queue item 2016-12-03 20:40:54 +01:00
dmap_fields.gperf [db] Add song_length to group info (fixes #265) 2016-06-11 23:10:13 +02:00
ffmpeg-compat.h [ffmpeg] Update most deprecated functions 2016-01-05 23:22:01 +01:00
filescanner.c Use queue db table instead of in memory queue struct 2016-12-03 11:11:33 +01:00
filescanner.h [db/filescanner/spotify] Replace filelist-view with separate 2016-01-24 18:51:22 +01:00
filescanner_ffmpeg.c [-] Add forgotten type in err2str() 2016-10-11 21:32:16 +02:00
filescanner_itunes.c [filescanner] Option to import iTunes smart playlists 2016-06-04 23:30:01 +02:00
filescanner_playlist.c [directories] Initialize root directories on db init 2016-01-24 18:51:22 +01:00
filescanner_smartpl.c [-] Lots of housekeeping thanks to scan-build and input from @acmay 2016-11-19 23:08:50 +01:00
http.c Merge branch 'spwebapi2' 2016-11-27 22:54:06 +01:00
http.h [http] Move Curl https client from lastfm to http so it is available for other modules 2016-11-05 13:43:35 +01:00
httpd.c Merge branch 'spwebapi2' 2016-11-27 22:54:06 +01:00
httpd.h [httpd] Implement httpd_send_error, a modified evhttp_send_error, which 2016-10-17 23:08:02 +02:00
httpd_daap.c [httpd] Replace evhttp_send_error with the httpd_send_error wrapper 2016-10-18 22:45:22 +02:00
httpd_daap.h Remove libevent 1 support in httpd_daap 2015-07-29 23:05:47 +02:00
httpd_dacp.c Rename "queue_item.item_id" to "queue_item.id" 2016-12-03 11:14:03 +01:00
httpd_dacp.h Remove libevent 1 support in httpd_dacp 2015-07-30 22:50:11 +02:00
httpd_rsp.c [httpd] Replace evhttp_send_error with the httpd_send_error wrapper 2016-10-18 22:45:22 +02:00
httpd_rsp.h Full removal of libevent 1 legacy code. Also drop pipe() in FreeBSD, since pipe2 is available now. 2015-10-19 21:15:29 +02:00
httpd_streaming.c [-] Lots of housekeeping thanks to scan-build and input from @acmay 2016-11-19 23:08:50 +01:00
httpd_streaming.h [outputs] Make a wrapper for mp3 streaming so it can be included in 2016-04-14 09:48:47 +02:00
lastfm.c Merge branch 'spwebapi2' 2016-11-27 22:54:06 +01:00
lastfm.h Remove LastFM thread now that it can run from the worker thread 2015-06-27 23:24:07 +02:00
listener.c [listener] Fix #205 where listener_remove could break the linked list and orphan some cb's 2015-12-16 23:16:58 +01:00
listener.h Added source code comments, return error value if adding/removing a 2015-05-21 07:57:18 +02:00
logger.c [outputs] New output type 'fifo' 2016-10-31 18:47:45 +01:00
logger.h [outputs] New output type 'fifo' 2016-10-31 18:47:45 +01:00
main.c Merge branch 'spwebapi2' 2016-11-27 22:54:06 +01:00
mdns.h [mdns] CNAME record so we have fixed uri for OAuth redirects 2016-11-05 13:31:13 +01:00
mdns_avahi.c Merge branch 'spwebapi2' 2016-11-27 22:54:06 +01:00
misc.c [-] Lots of housekeeping thanks to scan-build and input from @acmay 2016-11-19 23:08:50 +01:00
misc.h [misc] Add missing const qualifier 2016-07-31 23:27:57 +02:00
mpd.c Rename "queue_item.item_id" to "queue_item.id" 2016-12-03 11:14:03 +01:00
mpd.h [mpd] move include of libevent from mpd.h to mpd.c 2015-05-09 07:46:33 +02:00
outputs.c [outputs] New output type 'fifo' 2016-10-31 18:47:45 +01:00
outputs.h [outputs] New output type 'fifo' 2016-10-31 18:47:45 +01:00
pipe.c [player/pipe] Only pass path to pipe_setup 2016-11-12 09:11:40 +01:00
pipe.h [player/pipe] Only pass path to pipe_setup 2016-11-12 09:11:40 +01:00
player.c [raop/dmap] Build raop metadata from queue item 2016-12-03 20:40:54 +01:00
player.h Remove unused structs and player arguments 2016-12-03 11:12:19 +01:00
remote_pairing.c [mdns] Simplify avahi implementation, e.g. drop record browser 2016-10-15 19:12:56 +02:00
remote_pairing.h Add a pairing agent for Remote 2010-01-17 10:52:58 +01:00
rng.c [rng] Cleanup: remove unused function 'shuffle_ptr' 2016-12-03 11:12:19 +01:00
rng.h [rng] Cleanup: remove unused function 'shuffle_ptr' 2016-12-03 11:12:19 +01:00
rsp_query.c Adapt for new input methods in ANTLR 3.4 2011-06-24 19:34:11 +02:00
rsp_query.gperf Replace AVL tree in RSP query by a static hash using gperf 2011-04-02 09:52:19 +02:00
rsp_query.h Move RSP query hash table inside RSP2SQL 2011-04-02 09:52:19 +02:00
spotify.c Merge branch 'spwebapi2' 2016-11-27 22:54:06 +01:00
spotify.h Merge branch 'spwebapi2' 2016-11-27 22:54:06 +01:00
transcode.c Merge pull request #305 from chme/streamsetup 2016-11-26 17:43:24 +01:00
transcode.h [player/transcode/httpd] Pass path, data_kind and song_length to 2016-11-12 09:11:40 +01:00
worker.c [-] Lots of housekeeping thanks to scan-build and input from @acmay 2016-11-19 23:08:50 +01:00
worker.h Add a worker thread to support async tasks from the player thread 2015-03-31 23:05:24 +02:00