Commit Graph
1269 Commits
Author SHA1 Message Date
Drew Weymouth 249c61d440 update Fyne to latest 2024-07-01 08:26:17 -07:00
Drew Weymouth 59d979ba80 Include radio stations in Quick Search 2024-07-01 08:04:10 -07:00
Drew Weymouth 5d13e7bf96 try different relative path syntax 2024-06-30 17:19:02 -07:00
Drew Weymouth 75e3f2cf52 use relative path 2024-06-30 17:10:46 -07:00
Drew Weymouth 0f12bd89dc try to add installer generation to Windows workflow 2024-06-30 17:00:50 -07:00
Drew Weymouth 127cea03fd create Inno setup Windows install builder script 2024-06-30 11:03:34 -07:00
Drew Weymouth 62e15c324d if error loading cover art, don't keep wrong cover art in Now Playing page 2024-06-28 17:23:45 -07:00
Drew Weymouth edfb33d16e Merge pull request #410 from dweymouth/dependabot/go_modules/golang.org/x/image-0.18.0
Bump golang.org/x/image from 0.15.0 to 0.18.0
2024-06-28 08:15:24 -07:00
dependabot[bot] 7b86e8f13a Bump golang.org/x/image from 0.15.0 to 0.18.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.15.0 to 0.18.0.
- [Commits](https://github.com/golang/image/compare/v0.15.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-28 14:59:09 +00:00
Drew Weymouth 90543f0248 increase font size for artist and album on Now Playing page 2024-06-28 07:53:23 -07:00
Drew Weymouth edf85a4162 add option to show album years in grid views 2024-06-27 17:44:41 -07:00
Drew Weymouth 2b39c6ba66 add fallback for artist Top Tracks when server returns none 2024-06-26 08:28:24 -07:00
Drew Weymouth d9cec2e493 limit MPV back cache too 2024-06-25 07:34:16 -07:00
Drew Weymouth 396547d0d6 add back mistakenly deleted line 2024-06-24 18:54:58 -07:00
Drew Weymouth 7793fd8fdb Refactor: move some playback-related functions to backend package 2024-06-24 18:49:30 -07:00
Drew Weymouth 1ddc6dc8a9 exclude track itself from similar tracks in either codepath 2024-06-24 08:25:49 -07:00
Drew Weymouth 7f6335c428 add similar songs fallback when server returns none 2024-06-24 08:23:49 -07:00
Drew Weymouth 17dfa1132f add -seek-by CLI arg 2024-06-23 16:09:50 -07:00
Drew Weymouth 46b7e386f4 correct import 2024-06-23 14:11:37 -07:00
Drew Weymouth 361ec68d59 only use X11 resize hack when needed 2024-06-23 14:10:09 -07:00
Drew Weymouth a36be97830 Merge pull request #406 from dweymouth/drag-and-drop-reorder
Enable drag and drop reordering of playlists and the play queue
2024-06-23 12:11:05 -07:00
Drew Weymouth 5d4ad81b0c fix C warning 2024-06-23 11:30:02 -07:00
Drew Weymouth 880778e7c9 increase sleep before sending X11 resize 2024-06-23 11:14:59 -07:00
Drew Weymouth 2736fe9955 workaround for occasional linux window misdraw 2024-06-23 10:56:28 -07:00
Drew Weymouth 16fd76f0aa try a better way to work around initial occasional window misdrawing on Linux 2024-06-23 08:28:27 -07:00
Drew Weymouth ee38c36647 fix bugs with reordering playlist tracks multiple times 2024-06-23 08:22:52 -07:00
Drew Weymouth 0d97e6738d get fyne-advanced-list bugfixes 2024-06-23 08:02:15 -07:00
Drew Weymouth 67ca7b3ca4 Merge branch 'main' into drag-and-drop-reorder 2024-06-22 17:12:26 -07:00
Drew Weymouth 4545839e92 enable drag and drop reordering 2024-06-22 17:10:26 -07:00
Drew Weymouth 96cbbf0e15 fix double-click queuing action in related tracklist 2024-06-20 08:11:10 -07:00
Drew Weymouth 1ed561c178 don't crash if server returns nil saved play queue but no error 2024-06-19 07:45:53 -07:00
Drew Weymouth bc03066635 Merge pull request #405 from mintsoft/hostname-fix
Minor label change to add/edit servers
2024-06-16 14:27:02 -07:00
Drew Weymouth b23198d887 capitalize URL 2024-06-16 14:26:30 -07:00
Rob Emery 104ccc27c9 Hostname is just like "github.com", the field is actually the URI of the subsonic server (i.e. https://github.com/subsonic/) 2024-06-16 21:13:18 +00:00
Drew Weymouth 70caad0a0e Update README.md 2024-06-16 11:15:44 -07:00
Drew Weymouth dd0a4ea774 add libmpv clarification 2024-06-16 11:13:34 -07:00
Drew Weymouth 56e0986918 add ubuntu 24.04 workflow 2024-06-16 10:37:30 -07:00
Drew Weymouth dd66de9bde fix crash when scrolling a list with a row focused 2024-06-14 08:52:44 -07:00
Drew Weymouth f5a4146e2b move to list fork 2024-06-14 08:30:04 -07:00
Drew Weymouth 169b914abf Better stringification of play times longer than 1 hr 2024-06-13 18:28:38 -07:00
Drew Weymouth 768c3851ea Merge pull request #403 from dweymouth/cmdline-ipc
Add ability to control playback using command-line flags
2024-06-13 08:27:03 -07:00
Drew Weymouth c0e120a397 use valid pipe name on Windows 2024-06-13 07:55:57 -07:00
Drew Weymouth 8570bcd25a if AllowMultiInstance, don't have second instance try to start IPC server 2024-06-12 18:39:07 -07:00
Drew Weymouth bfb869fadc a few fixes 2024-06-12 18:08:22 -07:00
Drew Weymouth 280030c858 add cmdline flags and some fixes to the IPC layer 2024-06-12 17:21:15 -07:00
Drew Weymouth 8e815c644a reactivate works through ipc now, at least on Mac 2024-06-12 09:07:15 -07:00
Drew Weymouth e0974fdb03 more WIP 2024-06-10 08:28:41 -07:00
Drew Weymouth 969c30f35a add window actions to ipc 2024-06-10 07:59:06 -07:00
Drew Weymouth d6cac62704 beginning of client 2024-06-09 11:10:10 -07:00
Drew Weymouth a851e0f600 skeleton of IPC mechanism to allow playback control with cmdline flags 2024-06-09 09:33:50 -07:00