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
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
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
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
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
6e7ad7225d
restore scroll position when navigating back to Album and Playlist pages
2025-04-14 08:44:13 -07:00
Drew Weymouth
0b199f9ada
animate grid card overlay
2025-04-11 16:49:20 -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
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
b16dc5034e
fix crash when showing album filter dialog
2025-04-06 13:54:24 -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
fa2e998ef6
fix a missed fyne.Do
2025-03-30 13:56:01 -07:00