Commit Graph

388 Commits

Author SHA1 Message Date
73a02caf9f Genre for non-Spotify providers working 2022-05-22 12:58:54 +12:00
b60e2ee67e Platform-agnostic curated playlists (WIP) 2022-05-21 18:12:07 +12:00
73e2bb2cc3 Drag and drop ready to go; Context menu not perfect, but better than current 2022-02-01 21:12:38 +13:00
6e26f78f25 Drag and drop for grid items, need better support for ref objects (eg playlist with no tracks loaded) 2022-01-31 21:23:07 +13:00
1c55507042 Enqueue full album/artist/playlist working (but unloaded tracks, not yet); Fixing kiosk playback position 2022-01-30 20:04:51 +13:00
47c25cc08e Removing dragger; Fixing play_next by upgrading action payload to object - easier to read 2022-01-16 21:16:22 +13:00
c3f3fdd868 Context menu on queue 'Play next' just moves tracks; Starting touch-support for dragging 2022-01-11 21:26:52 +13:00
c66d84cdaf Adding enqueuing and shuffle-add; Correctly adding 'from' for playlist and album context menu actions' 2021-12-24 22:58:03 +13:00
83ddfe6cac formatSimpleObject as our source; updating context menus 2021-11-30 20:29:45 +13:00
46f22ead84 Tracklist 'source' to contain all the meta we need for queue (avoids unnecessary remote lookups) 2021-11-28 20:37:20 +13:00
46e6bc4743 Ditching load_queue flags, instead using simple loading prop on item itself (less capable but greater performance and predictability) and fixes #774 2021-11-28 15:55:28 +13:00
5cb6ce3557 Catching insecure websocket attempts 2021-10-23 16:46:38 +13:00
319471154c Catching DOMException, caused when non-SSL websocket attempted from SSL browser session 2021-10-23 12:45:02 +13:00
5c152efea5 Control URL now seeds or matches server client-side; Client group switcher 2021-10-17 21:09:26 +13:00
dff2b178c4 Sending control_url to snapcast meta so users can jump to Mopidy instance 2021-10-17 13:08:22 +13:00
c29ff8d162 Styling outputs, gracefully handling non-mopidy streams 2021-10-15 14:04:38 +13:00
dd6a948ea9 Polishing styles, preparing for playbar switcher 2021-10-11 20:48:14 +13:00
d6a2c6263d Server switcher modal 2021-10-11 09:21:41 +13:00
e96344d4f2 New internal state for CORS requests, prototype server switcher modal 2021-10-09 16:40:27 +13:00
2eec578cd1 Accepting is_playable from Spotify and omitting from enqueue with visual indiciators. Fixes #759 2021-09-05 12:31:48 +12:00
8ea292487c Fixing responsive on exactly 800px screens; Artist now sends name in URL 2021-06-20 08:58:44 +12:00
2fc20638fa Assets accept name in URL so we can load simple playlists (eg Tidal) that don't respond to playlists.lookup 2021-05-29 12:04:41 +12:00
7869633fbd Create playlist and add tracks in one action, fixes #723 2021-05-09 21:05:14 +12:00
178ef4defe Adding new playlist to library, fixes #733 2021-05-09 12:50:05 +12:00
a26611261d Upgrading other playlist views to use playlist providers selector 2021-05-05 21:20:00 +12:00
e186e51730 Clearing defunct icons; Tidal icon; Playlist image fetching (where backend supports it) 2021-05-02 20:50:08 +12:00
c5c818b36f Subdirectories now route to artist/album/playlist if backend type provided 2021-04-29 21:01:15 +12:00
c426aa522a Grid item source icon; Patching request URI back into response avoids never-loading playlists; URI now in Mopidy loadKey to properly show loader 2021-04-28 21:12:28 +12:00
faf5f53692 Dynamic library sources working; Need to expand and test other providers 2021-04-22 21:16:21 +12:00
a2d70c0329 View-defined library URIs, so we can have multiple library uris via Mopidy; Adding Jellyfin to docker; #716 2021-04-17 22:08:59 +12:00
20ea63b7e9 String to binary to base64 for all URIs, will fix #708 and certainly #711 2021-03-26 20:53:04 +13:00
1ce85499f9 Eslint autofix 2021-03-23 21:21:00 +13:00
a67a4a7f67 Generic Grid with viewport hook working well; need better way to fetch first item's height (error) 2021-02-27 21:45:00 +13:00
470833c6e4 Formatting search result tracks, fixes #660 2021-02-21 08:21:56 +13:00
10c2f8a19f Replacing tracks with lookup results avoids working around https://github.com/tkem/mopidy-dleyna/issues/72 2021-02-16 21:11:59 +13:00
1d1e1c2c97 Breadcrumb for File:: plus manual requirement of library.browse (lookup gives a single result) 2021-02-16 07:06:30 +13:00
e7e301060d Flexing the header; POC of loading tracks one-by-one for quicker updates and more cancelability 2021-02-15 21:01:39 +13:00
85b3a1f575 Fetching full track objects, only when Ref is provided 2021-02-15 20:05:58 +13:00
5b62f76e32 Encoding playlist during AddTracksToPlaylist, patch missing connect; fixes #684 2021-02-08 11:08:38 +13:00
c2b1fdf6ba Preserving loaded directory's URI for matching on render 2021-02-01 20:41:49 +13:00
1d77d497be Refactor of isLoading for array of matches now staggered 2021-01-31 13:33:24 +13:00
e3ff00efc9 Re-encoding brackets and decoding slashes 2021-01-30 09:42:33 +13:00
61aaf978be Custom URI encoding, will require manual handling of all url unsafe characters 2021-01-25 06:55:37 +13:00
4f561de7c5 Removing vanilla encodeURIComponent, doing it manually for better control 2021-01-23 16:24:07 +13:00
1bfc48e193 Tweaking uri encoding... 2021-01-20 21:17:49 +13:00
b0d14561fd Trial auto-loader based on Mopidy's __model__ response 2021-01-14 19:39:09 +13:00
5778706df7 Routing all fetchers to type-specific call; Mopidy getUris to handle unknown ones 2021-01-14 19:35:30 +13:00
bacbe59b14 M3U placeholder images to fetch properly from coldstore; Trial patch on spread operator intermittent issue on Queue 2020-12-16 21:24:47 +13:00
72e95db531 Adding translated added to playlist; Persisting server removal; Added to playlist options undefined 2020-12-06 20:26:45 +13:00
df6e881709 Fixing the list of servers available not being persisted 2020-12-04 21:22:31 +13:00