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
Rens Oliemans
cd4d3e5fd1
Add missing Dutch translation strings
...
I merged en.json and nl.json via
jq -s '.[0] * .[1]' en.json nl.json > nl2.json && mv nl2.json nl.json
Which adds all missing elements in nl.json that are present in
en.json. Take care,j I believe that it keeps the sorting from
en.json (alphabetical), so it might create a bigger diff than
necessary.
2025-04-10 12:49:35 +02:00
Rens Oliemans
7ebdd4a4b4
Slightly improve Dutch translations
2025-04-10 12:41:45 +02:00
Drew Weymouth
3b14a33606
Merge pull request #598 from benoit-smith/main
...
Update fr_FR localization
2025-04-08 17:11:20 -07:00
Drew Weymouth
249a2274a1
Merge pull request #596 from dacampsss/patch-1
...
Improved pt_BR translation
2025-04-08 16:57:10 -07:00
Benoît Smith
ec0d96fa95
Update fr.json
2025-04-09 00:35:37 +02:00
D. A. C. S.
1ab01351fb
Improved pt_BR translation
2025-04-08 19:26:19 -03:00
Benoît Smith
9622f32ace
Merge branch 'dweymouth:main' into main
2025-04-09 00:16:00 +02:00
Drew Weymouth
a479c554af
prepare for 0.15.1 release
2025-04-07 07:55:30 -07:00
Drew Weymouth
2ac0120e33
Merge pull request #591 from Nopey/fix-smtc
...
Fix crash in Windows SMTC
2025-04-06 19:17:48 -07:00
Magnus Larsen
876ac22ee1
WindowsSMTC: Use playback status' track duration
2025-04-06 17:41:52 -07:00
Drew Weymouth
b16dc5034e
fix crash when showing album filter dialog
2025-04-06 13:54:24 -07:00
Drew Weymouth
2b2e2251e7
prepare for 0.15.0 release
2025-04-06 11:04:12 -07:00
Drew Weymouth
7438ecbbd6
add new "Cast to device" translation string
2025-04-06 10:47:40 -07:00
Drew Weymouth
705318f950
update Fyne
2025-04-06 10:42:39 -07:00
Drew Weymouth
b615845e1f
Update README.md - homebrew tap name
2025-04-06 07:56:22 -07:00
Drew Weymouth
b24a0abcc6
Update README.md
2025-04-05 11:51:08 -07:00
Drew Weymouth
1ce10033f4
Update README.md - DLNA cast, rewrite installation section
2025-04-05 11:50:20 -07:00
Drew Weymouth
9ae9b6b352
Merge pull request #582 from dweymouth/feat/dlnacast
...
Add ability to cast playback to DLNA devices
2025-04-05 11:01:10 -07:00
Drew Weymouth
28baf912f2
fix behavior of switching players while paused
2025-04-05 10:57:19 -07:00
Drew Weymouth
6e7480f48a
pass MIME type and seekable flag to DLNA players
2025-03-30 14:39:27 -07:00
Drew Weymouth
cc70257445
update build workflows to simplify, -tags migrated_fynedo for appimage
2025-03-30 14:00:45 -07:00