Commit Graph
1039 Commits
Author SHA1 Message Date
Drew Weymouth 4c1a95e851 add settings for skipping one-star or tracks with keyword (#724) 2025-09-24 18:59:55 -07:00
Jacalz ebc5b7e039 Fix all staticcheck errors that are not deprecations 2025-09-17 22:39:36 +02:00
Jacalz 08f335da44 Run gofumpt on the project 2025-09-17 22:30:49 +02:00
Jacalz 534a7bfaaf Run modernise on the project
This will be available in "go fix" within Go 1.26 but in the meantime:

go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...
2025-09-17 22:28:16 +02:00
Drew Weymouth 6ea3499491 add 'New Playlist' button to Playlists page 2025-09-17 08:55:35 -07:00
Drew Weymouth fc2f7b9459 Fix #658: rework format for now playing status line 2025-09-13 13:07:48 -07:00
Drew Weymouth bb1314a326 Fix #690: increase search result count to 50 2025-09-13 12:46:45 -07:00
Drew Weymouth 81205d65c3 Fix #696: Save and use last selected library when re-connecting to server 2025-09-04 08:19:00 -07:00
Drew Weymouth e090244704 Fix #697: Add Artists to supported startup pages 2025-08-28 15:00:06 -04:00
Drew Weymouth 7043467b5e fix recoloring of waveform when theme changes 2025-08-10 16:56:09 -07:00
Drew Weymouth a317b382ff Fix #665: Add option to play albums in order on Albums page 2025-08-10 15:06:27 -07:00
Drew Weymouth d6ad0de122 add stop after current check to pop up queue 2025-08-08 08:10:20 -07:00
Drew Weymouth 766cfdfe91 Fix #668: Add sample rate, bit depth, channels to track info dialog 2025-08-08 07:50:43 -07:00
Drew Weymouth 96b47feb76 add focus/keybaord control to waveform seekbar 2025-08-03 16:24:25 -07:00
Drew Weymouth 43b8b60fb0 make waveform seekbar non-interactive when stopped / playing radio 2025-08-01 17:55:36 -07:00
Drew Weymouth 8e3ec5e11b use a zero waveform image with single horizontal line when none exists 2025-08-01 17:52:05 -07:00
Drew Weymouth 8078b7082f fix out of bounds crash 2025-08-01 17:44:22 -07:00
Drew Weymouth b9df60bdcd fix UI weirdness when waveform image is being updated 2025-08-01 12:50:01 -07:00
Drew Weymouth 5209c08444 add setting to disable waveform seekbar 2025-08-01 09:07:52 -07:00
Drew Weymouth e0cb2a57ac fix appearance of waveform seek cursor 2025-08-01 08:37:08 -07:00
Drew Weymouth 9844bbf6cb waveforms of first played track now generating, but still bugs with ending the task 2025-07-27 17:07:11 -07:00
Drew Weymouth c521c617ec incremental waveform generation (kind-of) working 2025-07-26 15:33:22 -07:00
Drew Weymouth 7dae735d10 seeking, layout update 2025-07-24 19:26:54 -07:00
Drew Weymouth 43f6d501c9 create waveform seekbar widget; still more to do 2025-07-24 08:51:25 -07:00
Drew Weymouth c5c80406d6 add library switcher submenu to gear menu 2025-07-13 15:05:53 -07:00
Drew Weymouth f76a691ed9 add missed fyne.Do for showing new version dialog 2025-07-08 18:10:32 -07:00
Drew Weymouth e6f921630c remember GroupedReleases section visibility in nav history 2025-07-06 16:26:23 -07:00
Drew Weymouth 2acd99b841 save scroll position in artist page state 2025-07-06 15:51:20 -07:00
Drew Weymouth 103a79668c fix sorting 2025-07-06 15:11:37 -07:00
Drew Weymouth 6c2dfc9edc don't use GroupedReleases if all artist's releases are albums 2025-07-06 14:56:43 -07:00
Drew Weymouth 6ed4cd9540 make ReleaseType sections collapsible 2025-07-06 14:39:10 -07:00
Drew Weymouth 9177c12f07 looks much better, sorting still off 2025-07-06 13:19:58 -07:00
Drew Weymouth 6931ccb054 kind-of works but needs rendering work 2025-07-06 11:18:37 -07:00
Drew Weymouth 295d87a3a5 start updating artist page 2025-07-06 10:58:46 -07:00
Drew Weymouth f6f82a73bb more work on GroupedReleases widget 2025-07-06 10:40:06 -07:00
Drew Weymouth 4fce23fb4b begining of GroupedReleases widget 2025-07-06 10:40:06 -07:00
Drew Weymouth 6c4fbada3d add icons to gear menu 2025-07-01 11:16:06 -07:00
Drew Weymouth dcf3e63238 Merge pull request #651 from 1leozhao/main
bug fix for issue #451
2025-06-27 18:09:33 -07:00
Drew Weymouth 4022a1d83d fix function name 2025-06-27 17:50:49 -07:00
Drew Weymouth 63b8621c79 apply similar logic for dark theme 2025-06-27 17:03:00 -07:00
Alexey Remizov 097310504c Add plural keys for albums and tracks 2025-06-27 08:09:08 -07:00
1leozhao 085c7854c9 bug fix 451 2025-06-27 00:14:08 -05:00
1leozhao 3723fe2956 fix bug 451 2025-06-26 16:48:07 -05:00
Drew Weymouth b8f83ae399 Fix #646: Sort artist discography by full date 2025-06-24 08:33:40 -07:00
Drew Weymouth 727c640b1b Closes #519: Add click-to-seek to lyrics viewer 2025-06-16 08:14:19 -07:00
Drew Weymouth 265e4f961f Fix #628: Add setting to transcode stream 2025-05-31 10:12:57 -07:00
Drew Weymouth 0fd8b4621b Fix #625: Allow customization of grid card size 2025-05-28 09:21:24 -07:00
Drew Weymouth af1ae4641e Add setting to disable OS media player APIs 2025-05-26 17:17:00 -07:00
Drew Weymouth 1390c41657 Merge pull request #621 from psyomn/psyomn/add-golangci-lint-and-unused-lint
Add golangci lint and unused lint
2025-05-18 13:41:58 -07:00
Simon Symeonidis 989bc88646 Change log.Println statement to log.Printf
This changes a statement from Println, to Printf, as it seems the
original intention was to format the error.
2025-05-17 20:04:27 -07:00