Commit Graph

  • 357d346fce
    Merge pull request #628 from chme/artwork ejurgensen 2018-11-30 10:12:41 +0100
  • 3fe5f3a501 [README] Add some information for artwork urls chme 2018-11-30 07:19:12 +0100
  • 234ccc2899 [http] Prevent adding empty artwork urls into icy metadata chme 2018-11-30 06:39:22 +0100
  • 041a87427c [spotify] Set artwork url in queue items for spotify tracks chme 2018-11-28 20:31:50 +0100
  • 534bbdb477 [artwork] Introduce constant for default artwork width/height chme 2018-11-28 20:28:38 +0100
  • 3ff527d7fe [player] CD player-like behavior on prev/next prev at first track will skip to last track next at last track will stop when not repeat all whatdoineed2do/Ray 2018-11-27 20:10:29 +0000
  • 535e17cec7 [jsonapi] do not throw error on next/prev when stopped whatdoineed2do/Ray 2018-11-27 20:07:23 +0000
  • 1e051407d5 [raop] Listen for _airplay._tcp and make it a condition for device removal (issue #496) ejurgensen 2018-11-17 01:04:27 +0100
  • 18acb73fdb [raop] Add option to make an Airplay speaker permanent in the speaker list (issue #496) ejurgensen 2018-11-16 18:46:47 +0100
  • f6f0394bc5 [jsonapi] support composer in queue and track objs whatdoineed2do/Ray 2018-11-23 14:52:30 +0000
  • 06828b5798 [db] schema v19.11 support composer in queue tbl whatdoineed2do 2018-11-21 12:52:13 +0000
  • 89ca5e8ba9 [jsonapi] Fix wrong artwork url for non library queue items and streams chme 2018-11-25 09:31:29 +0100
  • 072c8b277e [htdocs] dedicated 'genre tracks' page whatdoineed2do/Ray 2018-11-24 16:34:15 +0000
  • 22c0fd5e12 [web-src] dedicated 'genre tracks' page whatdoineed2do/Ray 2018-11-24 16:22:23 +0000
  • a8d3a045f2
    Merge pull request #625 from chme/spotify_metadata ejurgensen 2018-11-24 13:16:07 +0100
  • bb959fdec9 [spotify] Use added_at as time_added and time_modified chme 2018-03-20 18:20:36 +0100
  • 0d8a764f41
    Merge pull request #617 from chme/webinterface chme 2018-11-23 14:31:24 +0100
  • 503161bdd8 [htdocs] Rebuild player web interface v0.2.0 chme 2018-10-27 06:14:45 +0200
  • 7ef4e9dd74 [web-src] Make artwork responsive, change error handling if an item has no artwork plus some small styling changes chme 2018-11-10 05:16:25 +0100
  • 357a0e611a [web-ui] 'now playing' page displays artwork if available otherwise displays 'default non artwork' image located under htdocs/artwork-default.png whatdoineed2do/Ray 2018-10-27 19:57:42 +0100
  • c97f94fec2 [web-src] Starting playback now explicitely turns shuffle mode on/off chme 2018-11-06 21:44:01 +0100
  • 42e04177af [web-src] Add play button to PageArtist chme 2018-10-27 07:18:41 +0200
  • 075c4cdb45 [web-src] Keep PageTracks in line with PageArtist chme 2018-10-27 07:12:07 +0200
  • 08a370966d [webui] list all tracks for artist whatdoineed2do/Ray 2018-10-26 16:36:30 +0100
  • ef9a275c78 [webui] add genre tab mirroring album/artist functionality whatdoineed2do/Ray 2018-10-26 16:17:18 +0100
  • 14010eeb28 [smartpl] support searching by ssongartistid (list tracks for artist), artist_id and songartistid whatdoineed2do/Ray 2018-10-26 15:59:30 +0100
  • 6578f60f01 [web-src] Reduce reconnect interval for web socket connection to 3s and show number of reconnection attempts in notification message chme 2018-10-26 20:14:30 +0200
  • 388c8868d5 [web-src] Update spotify-web-api and adapt to simpified playlist endpoints chme 2018-10-26 20:10:52 +0200
  • e72fd88fb9 [web-src] Add "Add next" button to modal dialogs for album/artist/track/playlist details chme 2018-10-13 08:32:25 +0200
  • 6a520dee98 [web-src] Update dependencies chme 2018-10-14 11:45:39 +0200
  • fc3317c445 [web-src] Remove links to forked-daapd-web chme 2018-10-14 11:24:08 +0200
  • e4f288c5b4 [web-src] Change player web interface build system to use vue-cli v3 chme 2018-10-14 10:47:54 +0200
  • fb1402e6f4
    Merge pull request #623 from chme/jsonapi ejurgensen 2018-11-19 23:01:45 +0100
  • b86f9f437d [README] Document JSON API endpoints /api/update and /api/library (fixes #618) chme 2018-11-19 20:33:27 +0100
  • 225b69595c
    Merge pull request #620 from chme/player_shuffle chme 2018-11-17 19:50:29 +0100
  • a8e8dc1999 [library/db/filescanner/spotify] Reshuffle after adding non library items to the queue chme 2018-11-10 07:41:36 +0100
  • 05141480e2 [player/db] Increment queue version if shuffle mode is turned off chme 2018-11-05 21:35:17 +0100
  • 4cf71bafcc
    Merge pull request #605 from chme/play_next chme 2018-11-02 18:38:10 +0100
  • a85f8b84e6 [htdocs] rebuild for displaying artwork on page whatdoineed2do/Ray 2018-10-27 20:05:24 +0100
  • 2f9c8f27b1 [htdocs] default artwork img (100x1 pxl) whatdoineed2do/Ray 2018-10-27 20:04:52 +0100
  • 8969a73efc [web-ui] 'now playing' page displays artwork if available otherwise displays 'default non artwork' image located under htdocs/artwork-default.png whatdoineed2do/Ray 2018-10-27 19:57:42 +0100
  • ab7d630395
    Merge pull request #611 from whatdoineed2do/m3u-https-filescanner-fix ejurgensen 2018-10-27 14:41:23 +0200
  • 6aff9d4e9a [htdocs] rebuild genre/indx tab/artist track list whatdoineed2do/Ray 2018-10-26 17:56:33 +0100
  • 40b69f113b [webui] generate idx/scroll-to-anchors for albums,artists,tracks for easy navigation on large datasets whatdoineed2do/Ray 2018-10-26 17:53:56 +0100
  • c00dc5932a [webui] list all tracks for artist whatdoineed2do/Ray 2018-10-26 16:36:30 +0100
  • d57c371837 [webui] add genre tab mirroring album/artist functionality whatdoineed2do/Ray 2018-10-26 16:17:18 +0100
  • 123e11cd4c [smartpl] support searching by ssongartistid (list tracks for artist), artist_id and songartistid whatdoineed2do/Ray 2018-10-26 15:59:30 +0100
  • 6da97ab866 [README] Add syntax highlighting to code blocks chme 2018-10-25 19:20:49 +0200
  • 1db083fa69 [README] Document "position" parameter for queue/items/add in JSON API chme 2018-10-13 08:42:50 +0200
  • 8d8663e93d [db/queue] Support adding non-library items at a given position to the queue chme 2018-10-13 08:30:41 +0200
  • d2390933e9 [jsonapi] Support "position" parameter in queue/items/add endpoint chme 2018-10-13 06:57:53 +0200
  • 3b10049d72 [filescanner] parse https streams for m3u whatdoineed2do/Ray 2018-10-23 10:06:11 +0100
  • df7456dc39 [mdns] Make connection test optional and only do it for Airplay (fixes #602) ejurgensen 2018-10-14 22:10:28 +0200
  • 07e46d75c8 [alsa] Made resync period configurable 1..20 seconds, with default=10. (#604) Don Cross 2018-10-14 14:40:36 -0400
  • b14a2687b9 Removed unnecessary NULL check in alsa_session_free(). Don Cross 2018-10-12 20:12:56 -0400
  • cc8a2d0196 Made resync period configurable 1..20 seconds, with default=10. Don Cross 2018-10-12 16:06:52 -0400
  • 830d8594aa [raop] Use et=4 to determine support for auth_setup (issue #557) ejurgensen 2018-10-09 21:35:15 +0200
  • 41126d7be4 [artworkapi/jsonapi] Retrieve artwork for track/album/artist ejurgensen 2018-10-07 21:54:38 +0200
  • c1619f7be0 [httpd] Increase max depth of path_paths (fixes #599) ejurgensen 2018-10-07 21:42:37 +0200
  • 3f1f1f6441
    Merge 774c75c853 into 75dd9a5764 whatdoineed2do 2018-10-04 20:48:05 +0000
  • 75dd9a5764 [daap] Fixup ejurgensen 2018-10-04 22:39:46 +0200
  • 6109a5b6dd [daap] Don't send two errors on auth problems + use 401 instead of 403 (issue #594) ejurgensen 2018-10-04 22:33:30 +0200
  • 92ecf662d4
    Merge 09d24f3a85 into d5ab294172 whatdoineed2do 2018-10-03 18:04:45 +0000
  • 923d761fdb [web-src] [htdocs] support 'play next' for albums whatdoineed2do/Ray 2018-10-03 18:59:29 +0100
  • 774c75c853 [web-src] [htdocs] support displaying artwork whatdoineed2do/Ray 2018-10-03 18:53:05 +0100
  • 81c3f5720e [web-src] [htdocs] support displaying artwork whatdoineed2do/Ray 2018-10-03 18:51:51 +0100
  • 9bf724acb9 Merge branch 'master' into httpd_artwork whatdoineed2do/Ray 2018-10-03 18:16:08 +0100
  • f5f8d656fe Merge branch 'master' into httpd_json-playadd-next whatdoineed2do/Ray 2018-10-03 17:51:25 +0100
  • d5ab294172 Merge forked-daapd-web into forked-daapd chme 2018-08-11 07:47:10 +0200
  • e9c7441241 Bump to version 26.4 26.4 ejurgensen 2018-09-30 23:13:55 +0200
  • 004b2fcc38 ChangeLog and README for forked-daapd 26.4 ejurgensen 2018-09-30 23:13:18 +0200
  • 75743bea80 [daap] Fix missing prompt for library password for non-remote DAAP clients (fixes #594) ejurgensen 2018-09-30 22:39:53 +0200
  • b54c9ff1c6 [db] Fix count error in db_build_query_browse() if no items match query ejurgensen 2018-09-23 01:37:40 +0200
  • bb954968d1 [httpd_artwork] style cleanups whatdoineed2do/Ray 2018-09-21 20:25:11 +0100
  • 29497eb685 [httpd_artwork] memleak whatdoineed2do/Ray 2018-09-21 11:04:30 +0100
  • 80aac402b5 [httpd_artwork] whatdoineed2do/Ray 2018-09-20 18:34:10 +0100
  • aa3aa383ef [raop] If ipv6 fails, fall back to ipv4 and disable ipv6 permanently for the device ejurgensen 2018-09-19 23:03:33 +0200
  • f686756dd8 [db] Upgrade schema to 19.10 to remove invalid time_skipped values from commit fde0a281 ejurgensen 2018-09-19 19:40:45 +0200
  • a003c419c3 [db] Add missing casts of time_skipped (fixes #593) ejurgensen 2018-09-19 08:12:40 +0200
  • 4a16384d3a [filescanner] Convert plist timestamps to Unix when importing iTunes XML ejurgensen 2018-09-18 20:29:28 +0200
  • bbacc6117a Merge branch 'master' into httpd_artwork whatdoineed2do/Ray 2018-09-18 15:58:38 +0100
  • 502c474e14 [db] merge from upstream master whatdoineed2do/Ray 2018-09-17 19:57:10 +0100
  • 5883dcb82e [httpd_artwork] review cleanup, allow requests for sizes whatdoineed2do/Ray 2018-09-17 11:50:07 +0100
  • 97233d4753 [raop] Put ipv6 IP literals in brackets as per rfc3986 ejurgensen 2018-09-16 22:19:27 +0200
  • 2a9d3f7474
    Merge pull request #591 from chme/queue_add_pos ejurgensen 2018-09-16 13:13:13 -0700
  • 3395282591
    Merge pull request #590 from chme/automatic-rating ejurgensen 2018-09-16 13:07:06 -0700
  • 7252b3e509 [db] Add support to add items to the queue at specified position chme 2018-09-06 21:16:27 +0200
  • f84e67ed5e [db/conf] Add automatic calculation of ratings based on played/skipped chme 2018-08-19 09:45:35 +0200
  • d488ef9f21 [httpd_artwork] typo/style cleanup whatdoineed2do/Ray 2018-09-15 04:39:01 +0100
  • fdbd9d4ebb [httpd_artwork] new svc to retrieve artwork for track/album/artist over http [jsonapi] expose file_id for player status/used by httpd_artwork whatdoineed2do/Ray 2018-09-14 18:34:31 +0100
  • 197fc6402e
    Merge pull request #588 from chme/dacp_queue ejurgensen 2018-09-13 12:28:09 -0700
  • 3ca5402638 [dacp] Only return requested number of queue item (fixes #556) chme 2018-09-13 21:11:41 +0200
  • 2b57cbb5e2 Merge forked-daapd-web into forked-daapd chme 2018-08-11 07:47:10 +0200
  • 2c1f2f1b15 [mdns] connection test: don't wait if connect() succeeds immediately ejurgensen 2018-09-10 19:42:04 +0200
  • 475c598d0e [mdns] Check return values of avahi_address_snprint() ejurgensen 2018-09-09 22:17:31 +0200
  • d97358f612 Bump to version 26.3 26.3 ejurgensen 2018-09-08 16:50:54 +0200
  • d1796c71a5 ChangeLog and README for forked-daapd 26.3 ejurgensen 2018-09-08 16:50:33 +0200
  • 1b754f141c
    Merge pull request #586 from chme/lastfm ejurgensen 2018-09-08 16:02:16 +0200
  • 461a1d55bf [player] Only add persistent items to history chme 2018-09-08 09:14:24 +0200
  • 9a47335a05 [player] Only increment playcount and scrobble persistent items chme 2018-09-08 08:32:49 +0200