Commit Graph

  • 9bb9576849
    Merge pull request #927 from neheb/patch-1 ejurgensen 2020-03-30 07:57:08 +0200
  • 08b055dd2b
    websocket: add header for errno Rosen Penev 2020-03-29 20:51:19 -0700
  • f61dfa0529 [db] db_pl_delete_bypath() must also delete disabled playlists ejurgensen 2020-03-29 00:33:44 +0100
  • 5bd32135ee
    Merge pull request #916 from whatdoineed2do/json-playlist-play-count-update Christian Meffert 2020-03-28 07:41:24 +0100
  • 2c065f33f7 [-] Workaround for mxml 2.10 memleak ejurgensen 2020-03-27 23:04:18 +0100
  • be47d24350 [raop] Experiment with other type of keepalive atv_disconnect2 ejurgensen 2020-03-25 21:25:16 +0100
  • 114881cd1c [misc] Add comment for commit 27138ed ejurgensen 2020-03-25 16:13:55 +0100
  • 6f57026f63
    Merge pull request #926 from uvjustin/master ejurgensen 2020-03-25 16:09:45 +0100
  • 27138edd55
    Update misc.c uvjustin 2020-03-25 14:57:23 +0800
  • cfecb4a5f5 [scan] Also support nested smart playlists (closes issue #923) ejurgensen 2020-03-23 23:46:52 +0100
  • f3f57cddc1 [library] Add action to library_schedule_callback() ejurgensen 2020-03-23 23:17:26 +0100
  • 8d4aa05d4e [library] Ignore RSS items without URL's ejurgensen 2020-03-23 20:08:27 +0100
  • b252064d70 [db] Fix db_pl_delete so it won't delete files belonging to other pl's ejurgensen 2020-03-23 20:06:36 +0100
  • a31430f671 [jsonapi] album/playlist inc uses db specific methods whatdoineed2do/Ray 2020-03-23 12:12:56 +0000
  • 286525a85c [db] inc playcount using filter whatdoineed2do/Ray 2020-03-22 22:01:04 +0000
  • 1a912d9808 [jsonapi] enable album track play_count update whatdoineed2do/Ray 2020-03-14 20:04:10 +0000
  • 42d147af3a [README] new playlist track update endpoint whatdoineed2do/Ray 2020-03-12 17:58:44 +0000
  • a6d8d55bd4 [jsonap] new PUT /api/library/playlists/[[:digit:]]+/tracks endpoint whatdoineed2do/Ray 2020-03-12 17:10:25 +0000
  • 80bc7b3dfa [jsonapi] Change library_item_add, add delete pl and drop library_item_remove ejurgensen 2020-03-21 22:20:59 +0100
  • 7317f2adac [library] Refactor RSS scanner ejurgensen 2020-03-21 22:20:37 +0100
  • 4d99e2811e [db] Add cleanup to db_pl_delete(), remove db_pl_purge() ejurgensen 2020-03-21 22:19:13 +0100
  • 14ac4193e6 [library] Change implementation of item_add, event cb and drop item_remove. ejurgensen 2020-03-21 22:16:57 +0100
  • ec8ce91baa [jsonapi] Use synchronous pairing request command chme 2020-03-16 21:03:17 +0100
  • accab800ac [pairing] Refactor remote_pairing to use cmdbase chme 2020-03-15 11:28:21 +0100
  • 81a62683cb [jsonapi] Use synchronous pairing request command chme 2020-03-16 21:03:17 +0100
  • e2284f2bf6 [pairing] Refactor remote_pairing to use cmdbase chme 2020-03-15 11:28:21 +0100
  • 1a28764559 Merge branch 'rss1' of git://github.com/whatdoineed2do/forked-daapd into whatdoineed2do-rss1 ejurgensen 2020-03-15 18:36:26 +0100
  • 3b27d50f97
    Merge pull request #907 from chme/artwork_remove_libspotify_refactor ejurgensen 2020-03-15 18:27:18 +0100
  • 67fd555b52 [artwork] Refactor artwork_get_dir_image chme 2020-02-25 06:07:52 +0100
  • 9452d3d8d0
    Merge pull request #915 from chme/web_pl_folders ejurgensen 2020-03-08 22:58:23 +0100
  • 927894eadb [jsonapi] RSS support: new /api/library/item_{add,remove} endpoints for adding items to library - for RSS at this time and extend PL_ search and queries to incl PL_RSS whatdoineed2do/Ray 2020-03-08 20:13:19 +0000
  • d80c285dd0 [daap] RSS support: podcasts visible on IOS Remote app whatdoineed2do/Ray 2020-03-08 20:08:20 +0000
  • b3105a035f [scan] RSS support: new library source - RSS scanner; periodically updates RSS feeds as found in db once subuscribed. Auto translates apple podcasts to RSS link whatdoineed2do/Ray 2020-03-08 20:07:44 +0000
  • 800e13751d [library] RSS support: new library interface item_{add.remove} and all library modules to register (timer) events whatdoineed2do/Ray 2020-03-08 20:06:21 +0000
  • 05724ceea0 [db] RSS support: new PL_RSS db value and new pl purge whatdoineed2do/Ray 2020-03-08 20:04:05 +0000
  • 130be2cf06 temp! [htdocs] Rebuild web interface chme 2020-03-08 11:57:16 +0100
  • 5281b66688 [web-src] Show playlist folders chme 2020-03-08 11:56:19 +0100
  • c75ff89769 [jsonapi] Do not fail on /api/library/playlists/0 chme 2020-03-08 11:55:33 +0100
  • 1bf094ed81
    Merge pull request #906 from chme/playlist_folder2 Christian Meffert 2020-03-08 07:31:09 +0100
  • 51b7a8854c [scan] Add support for MUSICBRAINZ_ALBUMID tag (fixes issue #914) ejurgensen 2020-03-06 19:07:06 +0100
  • 37510db748 [mdns] Fix possible incorrect library ID in _dacp._tcp (fixes #899) ejurgensen 2020-03-02 19:53:43 +0100
  • eb049489b4
    Merge pull request #913 from whatdoineed2do/http-slist-leak ejurgensen 2020-02-29 18:22:09 +0100
  • 81f4834814 [http] leak fix for curl_slist_append() whatdoineed2do/Ray 2020-02-28 21:57:10 +0000
  • 64c6007aad [db] Fix memleak from unexpected return value, closes issue #909 ejurgensen 2020-02-25 21:58:18 +0100
  • 6ba45e8d94 [artwork] Remove libspotify based artwork handler chme 2019-08-31 11:32:38 +0200
  • 73a9ac16d6 [README] Update JSON API docs with playlist folders support chme 2020-02-23 11:40:44 +0100
  • 36ebf7d06c [jsonapi] Add support for playlist folders chme 2020-02-23 11:40:39 +0100
  • f7ca671611 [rss] better db tx handling on failure adding RSS feed items whatdoineed2do/Ray 2020-02-23 11:13:30 +0000
  • 2138dae7f0 [db] generate listener update on delete of rss (it will remove from files) whatdoineed2do/Ray 2020-02-21 22:28:31 +0000
  • 5510fb380b [rss] handle error when reaching remote addr that isn't an RSS whatdoineed2do/Ray 2020-02-22 20:11:56 +0000
  • 7846c20d67 [rss] use db_rss_delete_byid() to ensure all items dropped whatdoineed2do/Ray 2020-02-21 21:38:58 +0000
  • bf7db03d5d [db] new RSS delete method - db_rss_delete_byid() whatdoineed2do/Ray 2020-02-21 21:38:06 +0000
  • cc69268099 [library] cleanup of rss whatdoineed2do/Ray 2020-02-21 17:48:52 +0000
  • 37d4eeed09 [rss] clean up exported methods whatdoineed2do/Ray 2020-02-21 15:20:15 +0000
  • 84ebd623d6 [misc] migrate misc_rss to library source whatdoineed2do/Ray 2020-02-21 14:26:49 +0000
  • 7f2021fd28 [library] add RSS library source whatdoineed2do/Ray 2020-02-21 14:25:36 +0000
  • 0820dce5a1 [rss] add RSS library source whatdoineed2do/Ray 2020-02-21 01:21:31 +0000
  • 064d537e2c [library] add register_event to library_source whatdoineed2do/Ray 2020-02-21 00:06:55 +0000
  • c7e8cf0027 [misc] RSS remove artwork d/l handling, leave for artwork module although may need whatdoineed2do/Ray 2020-02-20 22:38:06 +0000
  • dc2a01ab1d [jsonapi] playlist incl PL_RSS whatdoineed2do/Ray 2020-02-20 22:29:40 +0000
  • 76830b03a0 [daap] allow podcast requests to be incl'd in response whatdoineed2do/Ray 2020-02-14 15:51:01 +0000
  • 545dd9f61a [misc] RSS ignore 0 length files whatdoineed2do/Ray 2020-02-20 18:39:32 +0000
  • f061f05953 [jsonapi] log error on podcast params whatdoineed2do/Ray 2020-02-20 18:16:15 +0000
  • 455762e1a8 [misc] rss report error on dupl add whatdoineed2do/Ray 2020-02-20 18:12:18 +0000
  • be4e4ef070 [library,jsonapi,rss] RSS remove only requires feed url whatdoineed2do/Ray 2020-02-20 17:41:20 +0000
  • 29bc4a6a21 [jsonapi] accept limit on adding rss podcast whatdoineed2do/Ray 2020-02-20 17:28:21 +0000
  • 248f82f3c8 [db] Fixup fixup in commit #00de0a3 (upgrade dbvers to 21.3) ejurgensen 2020-02-23 21:26:00 +0100
  • 576c880c0f [libraray/rss] allow limit on RSS refresh items; typically will be everything but can be useful to limit initial refresh when adding whatdoineed2do/Ray 2020-02-20 17:26:54 +0000
  • 3223bcc01b [library/db] purge all restores non-library RSS playlistitems whatdoineed2do/Ray 2020-02-20 07:35:58 +0000
  • ca87370234 [library] incl RSS feeds on *scans whatdoineed2do/Ray 2020-02-20 07:01:48 +0000
  • e19794732b [misc] rss dont download artwork whatdoineed2do/Ray 2020-02-20 07:50:21 +0000
  • d355678739 [configure] drop libmrss dep whatdoineed2do/Ray 2020-02-20 07:21:58 +0000
  • 6b26926626 [misc] rss - move RSS/xml parsing from mrss to mxml whatdoineed2do/Ray 2020-02-19 22:53:35 +0000
  • 31289e4480 [misc] rss helper methods whatdoineed2do/Ray 2020-02-18 19:48:08 +0000
  • 3df820821a [json] expose api to create/delete rss feeds in library whatdoineed2do/Ray 2020-02-18 19:40:10 +0000
  • 3974f98e43 [library] rss_save/remove whatdoineed2do/Ray 2020-02-18 19:39:36 +0000
  • b668d2f0a7 [conf] add RSS section whatdoineed2do/Ray 2020-02-19 19:41:32 +0000
  • 8d3dc2c049 [logger] add RSS whatdoineed2do/Ray 2020-02-19 09:42:32 +0000
  • 39ec83e6b2 [db] add playlist type PL_RSS whatdoineed2do/Ray 2020-02-11 18:28:14 +0000
  • 8d4739d605 [configure] add libmrss for RSS whatdoineed2do/Ray 2020-02-10 18:22:30 +0000
  • bdc630baca Merge branch 'artwork_onlinesrc1' ejurgensen 2020-02-23 20:31:40 +0100
  • 1ed10771f1 [artwork] Get enablement of online srcs from settings ejurgensen 2020-02-22 16:49:00 +0100
  • 9b9d2d0fb7 [settings] Add handlers to set default settings, e.g. from the cfg file ejurgensen 2020-02-22 16:46:07 +0100
  • 5736217315 [db] Change prototype of db_admin_getxxx() functions ejurgensen 2020-02-22 10:03:13 +0100
  • afa1a07a42 [artwork] Fix handling of cache + enable online srcs via config ejurgensen 2020-02-21 19:51:35 +0100
  • c674f84497 [json] Make clients reload artwork when we have new http metadata ejurgensen 2020-02-19 23:25:59 +0100
  • ad9ebb75c6 [artwork] Refinement of online artwork search ejurgensen 2020-02-19 23:06:16 +0100
  • 8261fb8e59 [http] Don't return zero-length ICY title metadata ejurgensen 2020-02-19 23:03:50 +0100
  • 9068c66dcd [cache] Minor changes so "const char *" path arguments are accepted ejurgensen 2020-02-19 23:01:43 +0100
  • 2651a979fe [inputs] Fix issue where input metadata would not be erased ejurgensen 2020-02-19 22:58:33 +0100
  • b43e174baf [logger] Show long log messages truncated ejurgensen 2020-02-19 22:57:24 +0100
  • a289135325 [artwork] Construct online src querys based on data_kind ejurgensen 2020-02-18 22:12:54 +0100
  • b73f33f8e9 [artwork] Use settings to enable online sources ejurgensen 2020-02-17 22:08:31 +0100
  • 18cf2dbbbf [misc] Change json_drilldown to _select and fix error case ejurgensen 2020-02-16 21:29:43 +0100
  • 70f0ff1f61 [artwork] Support for online artwork sources - WIP ejurgensen 2020-02-11 14:17:28 +0100
  • 15b18e26b7 [http] Let the curl https client follow up to 5 redirects ejurgensen 2020-02-11 14:15:23 +0100
  • 937f4431f8 [misc] Add json_drilldown() function ejurgensen 2020-02-11 14:13:18 +0100
  • d86ca1176d [misc] Add an in-place string replacement function ejurgensen 2020-02-11 14:12:04 +0100
  • d90cf953dc Merge branch 'whatdoineed2do-daap-support-date_released' ejurgensen 2020-02-23 20:27:13 +0100
  • 00de0a3f76 [db] Fixup commit #1edfadc ejurgensen 2020-02-23 00:54:28 +0100