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
Simon Symeonidis
d75dfb08ee
Remove doSetNewTrackOrder due to unused lint
...
Remove doSetNewTrackOrder from ui/browsing/nowplayingpage.go: it seems
there is a same named method that is used elsewhere, instead of the one
we are removing.
$ ag doSetNewTrackOrder
ui/browsing/playlistpage.go
95: a.tracklist.OnReorderTracks = a.doSetNewTrackOrder
210:func (a *PlaylistPage) doSetNewTrackOrder(ids []string, newPos int) {
ui/browsing/nowplayingpage.go
509:func (a *NowPlayingPage) doSetNewTrackOrder(idxs []int, insertPos int) {
2025-05-17 21:56:15 -04:00
Simon Symeonidis
b7a7adc8b5
Add golangci-lint github action
2025-05-17 21:56:15 -04:00
Simon Symeonidis
2690b87c14
Add lint recipe in makefile
2025-05-17 21:56:14 -04:00
Simon Symeonidis
847ac4bc11
Add golangci-lint configuration file
2025-05-17 21:56:14 -04:00
Drew Weymouth
a23e7d382d
Fix #619 : remove correct tracks from playlist if in searched view
2025-05-14 08:30:32 -07:00
Drew Weymouth
dc180cd973
Fix #612 : avoid crash with custom theme primary color and hovering album grid
2025-04-29 10:14:01 -07:00
Drew Weymouth
9bed867238
prepare for 0.15.2 release
2025-04-25 08:08:29 -07:00
無情天
b95807277f
Update zh.json ( #609 )
...
Submit the latest Simplified Chinese language pack
2025-04-23 13:32:17 -07:00
無情天
7c65062f90
Update zhHans.json ( #610 )
...
Submit the latest Simplified Chinese language pack
2025-04-23 13:32:02 -07:00
Drew Weymouth
086f5c7855
skip nil tracks when restoring play queue
2025-04-22 08:29:57 -07:00
Drew Weymouth
5ebf611eaf
Fix #595 : fix a few missed threading/fyne.Do conversions in controller
2025-04-19 08:24:41 -07:00
Drew Weymouth
00557a08e2
Closes #605 : add BPM column to tracklist
2025-04-17 18:31:05 -07:00
Drew Weymouth
8619857425
lengthen Now Playing gradient animation + standardize anim durations
2025-04-17 08:49:10 -07:00
Drew Weymouth
f3e1aa94f9
animate mouse out of grid card as well
2025-04-17 08:32:05 -07:00
Drew Weymouth
a3c9844487
remove newlines from track comments in list display
2025-04-17 08:18:53 -07:00
Drew Weymouth
42013ba598
remove newlines before displaying playlist descriptions
2025-04-17 08:12:30 -07:00
Drew Weymouth
fe9f3faa4e
Fix #602 : Allow album info dialog to scroll with long description
2025-04-15 17:21:18 -07:00
Drew Weymouth
e19131a1b4
Merge pull request #604 from benoit-smith/main
...
Update fr.json
2025-04-14 08:49:28 -07:00
Drew Weymouth
6e7ad7225d
restore scroll position when navigating back to Album and Playlist pages
2025-04-14 08:44:13 -07:00
Benoît Smith
82243fae19
Update fr.json
...
Update fr_FR localization
2025-04-14 15:17:18 +02:00
Drew Weymouth
2985e08807
move build instructions to separate md file
2025-04-11 17:35:51 -07:00
Drew Weymouth
0b199f9ada
animate grid card overlay
2025-04-11 16:49:20 -07:00
Drew Weymouth
7b05eee04a
Merge pull request #600 from dacampsss/patch-1
...
improved pt_br + a bit more i18n
2025-04-11 08:20:57 -07:00
Daltro Augusto
0fa9cf0d4c
improved pt_br and a bit more of i18n cause why not
2025-04-11 02:22:37 -03:00
D. A. C. S.
da114898b1
Update pt_BR.json
2025-04-11 02:06:45 -03:00
Drew Weymouth
aa18e502fe
re-enable peak meter code mistakenly commented-out
2025-04-10 08:32:49 -07:00
Drew Weymouth
765e21305a
fix goroutine handling for pop-up queue
2025-04-10 08:23:56 -07:00
Drew Weymouth
08d477a438
Merge pull request #599 from RensOliemans/main
...
Improve/add Dutch translations
2025-04-10 08:12:33 -07:00