Commit Graph
100 Commits
Author SHA1 Message Date
Drew Weymouth d84eeb99c1 Fix #270: crash when removing from currently playing to end of play queue 2023-11-05 08:36:18 -08:00
Drew Weymouth 1c0561de5e update go-subsonic to get webp cover art support 2023-11-05 08:17:55 -08:00
Drew Weymouth 27fab7ed26 switch to ellipsis truncation everywhere 2023-11-03 23:26:26 -07:00
Drew Weymouth 68cb1fc719 update theme and themefile syntax now that HyperlinkColor exists in Fyne 2023-11-03 17:40:53 -07:00
Drew Weymouth 6033d5f6bc fix search field action button not updating sometimes 2023-11-03 17:24:37 -07:00
Drew Weymouth 0420465af5 re-adjust spacing in now playing card 2023-11-03 17:15:39 -07:00
Drew Weymouth 2fb885142d more use of RefreshItem where appropriate 2023-11-03 17:11:55 -07:00
Drew Weymouth 7e2cba3943 use RefreshItem 2023-11-03 09:09:19 -07:00
Drew Weymouth 0abe080777 simplify grid view page header layout 2023-11-02 22:42:19 -07:00
Drew Weymouth e6998fc7dd reduce background CPU use with some Fyne run loop adjustments 2023-11-02 22:36:08 -07:00
Drew Weymouth 565295a88a use rounded rectangles where appropriate; switch deprecated Max to Stack layout 2023-11-02 22:02:44 -07:00
Drew Weymouth 618da02b29 adjust spacing for multihyperlink 2023-11-02 20:22:35 -07:00
Drew Weymouth a5c2bca67d adjust spacing of now playing card 2023-11-02 20:17:33 -07:00
Drew Weymouth c7232b2e4a adjust spacing of aux controls 2023-11-02 20:10:27 -07:00
Drew Weymouth b24321ee40 use disabled list to avoid builtin focus handling 2023-11-02 19:24:52 -07:00
Drew Weymouth af95d150e8 switch to GridWrap widget in Fyne instead of Fyne-x 2023-11-02 19:08:54 -07:00
Drew Weymouth d99563571a remove obsolete slider tap handling and customize some behavior 2023-11-02 18:46:06 -07:00
Drew Weymouth afcb47f61d point Fyne to supersonic-base-2.4.x 2023-11-02 17:52:57 -07:00
Drew Weymouth 9c11b386ad fix list rows focus and selection background not updating with theme 2023-11-02 16:40:31 -07:00
Drew Weymouth 8c873881d3 fix bottom panel size after hiding empty cover thumbnail 2023-11-01 17:39:57 -07:00
Drew Weymouth 311175a721 run workflows on PRs to main 2023-11-01 16:55:54 -07:00
Drew Weymouth b7393d1bc8 switch to ImagePlaceholder on album page 2023-10-31 22:19:05 -07:00
Drew Weymouth ffc6a8fc98 workaround github.com/fyne-io/fyne/issues/4345 - hide empty nowplaying image 2023-10-31 17:31:39 -07:00
Drew Weymouth c9320b8021 Add setting to disable server transcoding 2023-10-30 17:32:27 -07:00
Drew Weymouth 9b0a017e8c don't block UI thread when clicking green play button on albums 2023-10-24 20:18:01 -07:00
Drew Weymouth 7ef1dc1b63 Prepare for 0.6.0 release 2023-10-23 07:51:41 -07:00
Drew Weymouth 449ff30c3b Fix breaking non-Mac build 2023-10-22 17:38:15 -07:00
Drew Weymouth 7e151cbb0e ensure track artwork is fetched before updating Mac now playing metadata 2023-10-22 16:52:58 -07:00
Drew Weymouth 4f74b041b7 clear Mac media center metadata on stopped 2023-10-22 16:30:44 -07:00
Drew Weymouth f9963436e8 switch many tracklist columns to label, since not bolding anymore 2023-10-22 12:49:46 -07:00
Drew Weymouth 76f5c156d9 update album page header for multi-valued artists and genres 2023-10-22 12:01:16 -07:00
Drew Weymouth c8e43e7e53 use OpenSubsonic extensions in SubsonicMediaProvider 2023-10-22 11:53:21 -07:00
Drew Weymouth fc96ba9417 fix resize bug 2023-10-22 11:52:48 -07:00
Drew Weymouth 4f002574c2 handle multiple artists properly in UI 2023-10-22 11:40:06 -07:00
Drew Weymouth d6a1f70823 re-implement MultiHyperlink with manual layout for now 2023-10-22 11:10:36 -07:00
Drew Weymouth c3143dbbbe WIP - multi hyperlink 2023-10-22 11:10:36 -07:00
Drew Weymouth 6f08032f22 pull in patched hyperlink bug fix from Fyne, start removing CustomHyperlink 2023-10-22 11:10:36 -07:00
Drew Weymouth bf93689bce new versions of fyne package automatically scale icon for MacOS 2023-10-21 09:49:55 -07:00
Drew Weymouth 40b9322079 Fix #261: Show next-up sort icon when hovering over sortable list header 2023-10-21 09:25:30 -07:00
Drew Weymouth fa931f490c Fix #255: parse OpenSubsonic getAlbumList2 correctly 2023-10-12 18:27:47 -07:00
Drew Weymouth 0bcdcf5e02 add genres list sorting and fix bug with playlists sorting 2023-10-11 17:56:25 -07:00
Drew Weymouth 4485908776 add sorting to playlists page list view 2023-10-09 17:06:59 -07:00
Drew Weymouth f84a03c703 Closes #249: add Rescan Library to settings menu 2023-09-25 16:38:02 -07:00
Drew Weymouth 3321540bd3 prepare for 0.5.2 release 2023-09-18 09:02:26 -07:00
Drew Weymouth a5417cc8ec update go-subsonic to get timestamp unmarshaling fix 2023-09-16 12:23:36 -07:00
Drew Weymouth 9b2fee47f1 refactor: shared base impl between albums and genre pages 2023-08-07 17:28:24 -07:00
Drew Weymouth 64ec698202 few cleanups around handling track change callback 2023-08-04 23:39:14 -04:00
Drew Weymouth 5c9d338b62 prevent multiple popup covers on album page if thumbnail clicked twice while loading 2023-08-04 10:59:19 -04:00
Drew Weymouth a2a56b3d8c ctrl+F to focus search bar on Artists page 2023-08-02 16:07:32 -06:00
Drew Weymouth 1c27a267b9 add Cmd+, shortcut for settings dialog on Mac 2023-08-02 15:58:30 -06:00
Drew Weymouth cf09912474 fix bug where album card on artist page would occasionally show artist name instead of year 2023-08-02 15:32:30 -06:00
Drew Weymouth a53a270730 limit concurrent image fetches from server 2023-08-01 17:21:38 -07:00
Drew Weymouth f63fcc14ff Fix #227: add limit to on-disk image cache size, periodic pruning 2023-07-28 18:53:45 -07:00
Drew Weymouth 09fcc6dcb8 clear in-memory image cache on server logout 2023-07-28 17:10:40 -07:00
Drew Weymouth 873dc16b0d Fix #230: update go-mpris-server to get bug fix 2023-07-28 08:42:19 -07:00
Drew Weymouth bd15866e02 Fix #223: open Settings dialog to last active tab 2023-07-19 14:58:27 -07:00
Drew Weymouth 1465479f2a add expiry to cached full size cover art 2023-07-18 18:31:20 -07:00
Drew Weymouth 69fa726894 prepare for 0.5.1 bug fix release 2023-07-17 17:12:23 -07:00
Drew Weymouth 5bb65ee6aa Fixes #222: ensure pooled PageHeaders don't hold onto old state in closures 2023-07-17 17:07:13 -07:00
Drew Weymouth 5a5f551613 Fixes #220, Fixes #221: a few MPRIS bugs 2023-07-17 17:01:27 -07:00
Drew Weymouth 36bc8ef57b use no track object path instead of empty string 2023-07-17 17:01:03 -07:00
Drew Weymouth f66134c380 point back to quarckster/go-mpris-server directly 2023-07-17 09:22:22 -07:00
Drew Weymouth c7f58a8a38 prepare for 0.5.0 release 2023-07-15 11:14:57 -07:00
Drew Weymouth 2218c34963 pick up bug fix in mpris library for exporting metadata 2023-07-15 10:50:34 -07:00
Drew Weymouth 5902c40b98 Fix #212: round saved window dimensions to even 2023-07-14 17:19:55 -07:00
Drew Weymouth c11900da83 Fix #216: ensure Audio Exclusive is set to false when paused 2023-07-14 16:58:22 -07:00
Drew Weymouth 4febad12b7 fix regression with shuffle context menu on gridview 2023-07-14 16:54:53 -07:00
Drew Weymouth 9004e002f2 fix loopmode crash regression 2023-07-13 18:43:18 -07:00
Drew Weymouth 0dad246124 temporarily move to patched fork 2023-07-13 18:21:42 -07:00
Drew Weymouth e754b40a09 implement MPRIS SetVolume 2023-07-13 14:41:11 -07:00
Drew Weymouth a12b6dd276 expose repeat mode through MPRIS 2023-07-13 13:12:57 -07:00
Drew Weymouth 41053a22a8 upgrade go-mpris-server; gracefully handle no dbus connection 2023-07-13 12:51:19 -07:00
Drew Weymouth 8a1a3795bc uncomment events and fix artURL - will crash unless building against pull #4 in quarckster/go-mpris-server 2023-07-12 18:14:20 -07:00
Drew Weymouth a9bafd76c7 emitting events is crashing for some reason; comment out for now 2023-07-12 17:41:16 -07:00
Drew Weymouth 3b204572b1 mpris events 2023-07-12 17:41:16 -07:00
Drew Weymouth 61d5ad917d more mpris features 2023-07-12 17:41:16 -07:00
Drew Weymouth 2a17718969 add implementations for several mpris methods 2023-07-12 17:41:16 -07:00
Drew Weymouth 1ce8442138 start evaluating quarckster/go-mpris-server 2023-07-12 17:41:16 -07:00
Drew Weymouth 2239023e0f move grid view context menu to GridView instead of GridViewItem for reuse 2023-07-12 17:18:54 -07:00
Drew Weymouth 5d09a5f8f3 avoid unnecessary refreshes when mousing over GridView covers 2023-07-12 14:39:22 -07:00
Drew Weymouth caad7c7a27 use GridView widgets from pool in favorites page 2023-07-11 16:58:47 -07:00
Drew Weymouth 8ac7b1935c reuse album grid on favorites page for searching 2023-07-11 16:50:16 -07:00
Drew Weymouth 2df0514468 add cleanup task to widget pool 2023-07-11 16:38:50 -07:00
Drew Weymouth f75a5e27a5 clear tracks from tracklists before releasing to widget pool 2023-07-10 13:51:09 -07:00
Drew Weymouth a86a81f1e6 fix bug with not resetting page reference when reusing headers 2023-07-09 16:52:08 -07:00
Drew Weymouth 203070328c reuse grid view across several pages 2023-07-09 14:14:23 -07:00
Drew Weymouth be41bdc72c reuse grid for searching in genre page 2023-07-09 13:18:05 -07:00
Drew Weymouth 1c771b0832 reuse grid view for searching on albums page 2023-07-08 15:18:37 -07:00
Drew Weymouth 83b6d48560 widgetPool - switch from map to slice 2023-07-08 14:02:15 -07:00
Drew Weymouth 673f86f792 reuse hyperlinks in Similar Artists list 2023-07-08 13:44:55 -07:00
Drew Weymouth 5622554842 move gridview mutex out of state 2023-07-08 11:58:22 -07:00
Drew Weymouth d76fc41230 more pooling of widgets, rename and rework a few things 2023-07-07 17:11:03 -07:00
Drew Weymouth c6c33ecfed begin reuse of widgets across pages 2023-07-07 12:54:20 -07:00
Drew Weymouth 47a7f065cb prepare for 0.4.0 release 2023-06-24 15:56:15 -07:00
Drew Weymouth 2d38a0712c add preamp to EQ 2023-06-24 13:22:11 -07:00
Drew Weymouth 59be258e89 add equalizer UI in settings dialog 2023-06-24 10:47:45 -07:00
Drew Weymouth 87271c32d1 Merge branch 'main' of github.com:dweymouth/supersonic 2023-06-24 09:32:06 -07:00
Drew Weymouth 4d88e3c0f6 launch properly if previous session crashed and left lock file in place 2023-06-24 09:31:53 -07:00
Drew Weymouth ab22f871d2 add ISO 15 equalizer implementation 2023-06-22 18:36:06 -07:00
Drew Weymouth 0e590ca8f3 beginning work on equalizer 2023-06-21 20:48:46 -07:00