Commit Graph
1786 Commits
Author SHA1 Message Date
Drew Weymouth 5be4bd900f Use more recent libmpv-2.dll for Windows build 2025-07-12 09:35:17 -07:00
Drew Weymouth 9c56429ed4 don't crash on All Tracks page if API call to get album tracks fails 2025-07-12 09:10:13 -07:00
Drew Weymouth 6f7b54b779 Pull in custom text entry patch in Fyne for better border rendering 2025-07-11 17:32:10 -07:00
Drew Weymouth f4433185fe Update SMTC.dll 2025-07-09 12:54:33 -07:00
Drew Weymouth f76a691ed9 add missed fyne.Do for showing new version dialog 2025-07-08 18:10:32 -07:00
Drew Weymouth 3b93519bd5 update Fyne to get some Windows stability fixes 2025-07-08 09:41:14 -07:00
Drew Weymouth a255cddc41 format installation instructions a little cleaner 2025-07-07 09:33:37 -07:00
Drew Weymouth a457c26636 Merge pull request #654 from dweymouth/feat/group-releases
Group by release type on artist page
2025-07-06 16:33:42 -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 02e7caec84 update translations for plurals of release types 2025-07-06 15:31:53 -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
Alexey Remizov bb8d677aab Add russian translation 2025-06-24 15:56:06 -07:00
Drew Weymouth b8f83ae399 Fix #646: Sort artist discography by full date 2025-06-24 08:33:40 -07:00
Drew Weymouth 62cfcfffd8 Fix #643: Add Korean translation 2025-06-21 12:35:14 -07:00
Drew Weymouth 96cd369824 Merge pull request #641 from kofzhanganguo/patch-3
Update zh.json
2025-06-17 07:38:06 -07:00
Drew Weymouth d9390113f6 Merge pull request #642 from kofzhanganguo/patch-4
Update zhHans.json
2025-06-17 07:37:34 -07:00
無情天 5ae978fd56 Update zhHans.json
Update Simplified Chinese language pack
2025-06-17 12:42:27 +08:00
無情天 f5f8a45070 Update zh.json
Update Simplified Chinese language pack
2025-06-17 12:41:00 +08:00
Drew Weymouth 37ac7f357b Merge pull request #640 from benoit-smith/main
Update fr.json
2025-06-16 15:49:11 -07:00
Benoît Smith f23845368e Update fr.json 2025-06-16 22:28:53 +02:00
Drew Weymouth 595567ebfd mention that Flatpak doesn't currently work with CJK fonts 2025-06-16 09:27:55 -07:00
Drew Weymouth e506652423 prepare for 0.16.0 release 2025-06-16 08:31:11 -07:00
Drew Weymouth 727c640b1b Closes #519: Add click-to-seek to lyrics viewer 2025-06-16 08:14:19 -07:00
Drew Weymouth 7aaba58403 Merge pull request #631 from tkymmm/main
Update ja.json
2025-06-09 18:20:38 -07:00
tkymmm e48db9b8db Update ja.json 2025-06-06 14:04:02 +09: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
Simon Symeonidis 22755a924a Remove unused nextTrackTimer due to lint
It seems that this field is not used elsewhere in the project:

        $ ag nextTrackTimer
        backend/player/jukebox/jukeboxplayer.go
        30:     nextTrackTimer     *time.Timer
2025-05-17 21:56:15 -04:00
Simon Symeonidis 4a4596f144 Remove unused handleNextTrack method due to lint
I didn't see any other usages of this method:
        $ ag handleNextTrack
        backend/player/jukebox/jukeboxplayer.go
        158:func (j *JukeboxPlayer) handleNextTrack() {
2025-05-17 21:56:15 -04:00
Simon Symeonidis 40fb289c46 Remove unused aspect field due to lint 2025-05-17 21:56:15 -04:00
Simon Symeonidis 4855eaa6a1 Remove unused imagePopUpLowRezDim constant due to lint
Checking to see if this is used anywhere in the project, we see that it
is not:

        $ ag imagePopUpLowRezDim
        ui/widgets/imagepopup.go
        13:     imagePopUpLowRezDim = 128
2025-05-17 21:56:15 -04:00
Simon Symeonidis 5d9fea19d4 Remove unused unimplemented error due to lint
A quick check shows that this is not used anywhere else in the codebase.

        $ ag unimplemented
        backend/player/dlna/dlnaplayer.go
        34:var unimplemented = errors.New("unimplemented")
2025-05-17 21:56:15 -04:00