Drew Weymouth
|
a23e7d382d
|
Fix #619: remove correct tracks from playlist if in searched view
|
2025-05-14 08:30:32 -07:00 |
|
Drew Weymouth
|
8619857425
|
lengthen Now Playing gradient animation + standardize anim durations
|
2025-04-17 08:49:10 -07:00 |
|
Drew Weymouth
|
42013ba598
|
remove newlines before displaying playlist descriptions
|
2025-04-17 08:12:30 -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
|
765e21305a
|
fix goroutine handling for pop-up queue
|
2025-04-10 08:23:56 -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 |
|
Drew Weymouth
|
5a37b1e39f
|
gapless DLNA working
|
2025-03-29 15:15:13 -07:00 |
|
Drew Weymouth
|
9ddb5e6e69
|
reuse context menu across both types of tracklist
|
2025-03-26 17:06:56 -07:00 |
|
Drew Weymouth
|
56c32e529e
|
fix a few bugs
|
2025-03-07 08:04:15 -08:00 |
|
Drew Weymouth
|
15b73893c3
|
implement search within playlist
|
2025-03-06 19:24:21 -08:00 |
|
Drew Weymouth
|
14e03bed0c
|
initial work for playlist search
|
2025-03-05 16:55:52 -08:00 |
|
Drew Weymouth
|
0a6826b1aa
|
Merge pull request #557 from dweymouth/feature/album-shuffle
Add ability to shuffle by albums (to Albums page and Genre page)
|
2025-02-20 16:21:59 -08:00 |
|
Drew Weymouth
|
568e380a51
|
add Play random button to album page
|
2025-02-20 16:13:11 -08:00 |
|
Drew Weymouth
|
72f4d4b5c7
|
change sort selector to button on Albums page
|
2025-02-20 16:04:11 -08:00 |
|
Drew Weymouth
|
3a3774f5b6
|
add loading indicator and err/timeout toast to Album and Playlist pages (todo: other pages)
|
2025-02-14 17:15:03 -03:00 |
|
Drew Weymouth
|
99e48d6ff7
|
add album shuffle mode to Genre page
|
2025-02-13 13:46:29 -03:00 |
|
Drew Weymouth
|
513a9f53d0
|
update Fyne packages for 2.6-alpha1
|
2025-02-11 16:37:51 -03:00 |
|
Drew Weymouth
|
0c3e049bc5
|
rework async in artist page
|
2025-02-08 09:08:50 -03:00 |
|
Drew Weymouth
|
edd9fa39a9
|
fyne.Do in radios page and loading dots widget
|
2025-02-08 08:35:34 -03:00 |
|
Drew Weymouth
|
e72e56db1c
|
more fyne.Dos
|
2025-02-08 08:35:34 -03:00 |
|
Drew Weymouth
|
c7adeb5e32
|
a few more goroutines
|
2025-02-08 08:35:34 -03:00 |
|
Drew Weymouth
|
ff78a79906
|
more fyne.Do updates
|
2025-02-08 08:35:33 -03:00 |
|
Drew Weymouth
|
c60727f92a
|
migrate to Fyne 2.6 - WIP - updates for new threading model
|
2025-02-08 08:34:39 -03:00 |
|
Drew Weymouth
|
6d5af7e841
|
refactor
|
2025-02-06 08:53:38 -03:00 |
|
jojii
|
29b04778f1
|
Add caching for lrclib lyrics
|
2025-02-05 19:42:22 +01:00 |
|
Drew Weymouth
|
fd2602850a
|
remove extra Refresh
|
2025-01-27 09:19:22 -03:00 |
|
Colin van Loo
|
a591643c09
|
fix: use CoverArtID if available and LastFM image url otherwise
|
2025-01-26 18:32:41 +01:00 |
|
Colin van Loo
|
45825c3902
|
feat: fetch full size artist cover on tapped
|
2025-01-25 17:23:29 +01:00 |
|
Drew Weymouth
|
ecc691fe52
|
use error toasts for errors playing random/similar tracks
|
2025-01-07 07:15:23 -08:00 |
|
Drew Weymouth
|
c773743e06
|
fix missing tooltip on discography sort btn
|
2024-12-29 08:12:31 -08:00 |
|
Drew Weymouth
|
f702ef5c31
|
hook up favorite status with GridView items
|
2024-12-28 16:37:59 -08:00 |
|
Drew Weymouth
|
672faa100a
|
Fix #469: Add shuffle button to favorite songs view
|
2024-12-27 08:56:02 -08:00 |
|
Drew Weymouth
|
e90d4e295b
|
allow Select on grid view pages to be wider if translation strings require it
|
2024-12-24 14:27:03 -08:00 |
|
Drew Weymouth
|
ff3b1addf8
|
show full OpenSubsonic date where available
|
2024-12-23 17:23:26 -08:00 |
|
Drew Weymouth
|
56effb7027
|
make playlist image clickable to show pop-up
|
2024-12-19 08:59:58 -08:00 |
|
Drew Weymouth
|
1d342bf413
|
ensure clicking anywhere outside tracklists can unselect all
|
2024-12-15 15:52:21 -08:00 |
|
Drew Weymouth
|
b0b34e7791
|
add PageUp / PageDown scrolling
|
2024-12-05 08:20:06 -08:00 |
|
Drew Weymouth
|
494ca677d8
|
Fix #487: remove only selected copy of duplicate tracks in playlist
|
2024-09-29 13:04:43 -07:00 |
|
Drew Weymouth
|
72de61568a
|
Fix #477: scroll to currently playing track when loading Now Playing page
|
2024-09-07 08:17:19 -07:00 |
|
Drew Weymouth
|
fec6fe5eb7
|
fix nocopy of mutex
|
2024-09-06 18:07:31 -07:00 |
|
Drew Weymouth
|
d6354086bb
|
Fix #467: translate "public/private playlist by" as single string
|
2024-08-16 08:38:02 -07:00 |
|
Drew Weymouth
|
67e9c97391
|
Merge branch 'main' into tooltips
|
2024-08-06 07:44:47 -07:00 |
|
Drew Weymouth
|
a0e9a7d7c0
|
fix localizations
|
2024-08-06 07:37:33 -07:00 |
|
Drew Weymouth
|
7c94a4c694
|
Updates #116: add tool tips to buttons and various UI elements
|
2024-08-03 08:25:38 -07:00 |
|
Masterlocker
|
d71d5d4dfe
|
pl.json and language changes
|
2024-07-30 17:01:40 +02:00 |
|
Drew Weymouth
|
3c70513cb4
|
Updates #415: Make artist's discography sort order configurable
|
2024-07-26 08:00:12 -07:00 |
|
Drew Weymouth
|
6f74b5a2b8
|
Add pop up plqy queue button to lower right
|
2024-07-24 17:36:47 -07:00 |
|
Drew Weymouth
|
ff6a204284
|
localize list of startup pages in Settings
|
2024-07-24 07:55:43 -07:00 |
|