Commit Graph
335 Commits
Author SHA1 Message Date
Drew Weymouth fe5a6ffdf3 hook up replaygain config file options 2023-03-28 18:17:45 -07:00
Drew Weymouth e22a16ea5a expose MPV ReplayGain options 2023-03-28 18:16:10 -07:00
Drew Weymouth d67dfa07b3 add size column to tracklist 2023-03-27 18:28:47 -07:00
Drew Weymouth 10fe1d9f88 fix regression: add back OnTapped handler to artist image 2023-03-27 18:04:24 -07:00
Drew Weymouth 398399169e tracklist refresh optimization 2023-03-27 17:48:10 -07:00
Drew Weymouth 8c0994e11e README roadmap updates 2023-03-26 19:58:50 -07:00
Drew Weymouth a8f17dafd9 detect version of vapoursynth Python dependency in Mac OS packaging 2023-03-26 11:02:18 -07:00
Drew Weymouth eb09489bc5 Add latest changes to CHANGELOG 2023-03-26 10:27:29 -07:00
Drew Weymouth 98fb1483e6 migrate to Fyne 2.3.3 2023-03-26 10:12:35 -07:00
Drew Weymouth ac6a82c465 add Year ascending and descending sort orders 2023-03-26 09:11:03 -07:00
Drew Weymouth 0c1b293f68 add reorder tracks options to playlist page context menu 2023-03-25 11:18:22 -07:00
Drew Weymouth 0cdbf912c9 make scrobbling configurable 2023-03-23 17:36:41 -07:00
Drew Weymouth 0af281c3ad make infinite scroll album loading thread-safe 2023-03-22 19:04:56 -07:00
Drew Weymouth f34d4329b1 don't show tracklist row hover indicator when favorite toggle is hovered 2023-03-22 17:41:52 -07:00
Drew Weymouth 6a4eaf9606 fix missing import 2023-03-22 17:36:32 -07:00
Drew Weymouth e17498d267 add Cmd+[ Cmd+] shortcuts on Mac 2023-03-22 17:26:17 -07:00
Drew Weymouth 2f1ef07deb fix changelog formatting 2023-03-21 21:01:57 -07:00
Drew Weymouth d3b65a001a remove workaround for broken mac release from readme 2023-03-21 20:17:46 -07:00
Drew Weymouth 34bcf7e566 fix dependency packaging for Mac OS 2023-03-21 20:11:04 -07:00
Drew Weymouth 6cad6390e4 use padded icon for Mac OS 2023-03-21 18:22:56 -07:00
Drew Weymouth 5e61536f04 add padded icon for Mac OS 2023-03-21 18:15:16 -07:00
Drew Weymouth e463759f12 Add ko-fi 2023-03-20 19:48:18 -07:00
Drew Weymouth 13ccad28a8 Update CHANGELOG.md with #90 fix 2023-03-20 18:33:10 -07:00
Drew Weymouth 163d195032 use coverArt ID instead of album ID to fetch images 2023-03-20 18:14:02 -07:00
Drew Weymouth 9ad76397ff quick readme clarification 2023-03-19 12:12:01 -07:00
Drew Weymouth d2d5faf2fa Update README.md 2023-03-19 11:49:11 -07:00
Drew Weymouth 2380caab35 add caching of artist images 2023-03-19 11:01:20 -07:00
Drew Weymouth 005191c9c3 README - link to releases 2023-03-18 19:03:24 -07:00
Drew Weymouth ac2753320c add "jump to installation instructions" 2023-03-18 18:37:44 -07:00
Drew Weymouth e8f0094c96 update README Mac install instructions 2023-03-18 18:34:30 -07:00
Drew Weymouth 3afc22bf79 gearing up for alpha2 release :) 2023-03-17 18:36:46 -07:00
Drew Weymouth 45604eecb6 Update CHANGELOG.md 2023-03-17 18:26:48 -07:00
Drew Weymouth b1c0d6e7b9 update CHANGELOG 2023-03-17 18:24:41 -07:00
Drew Weymouth 26b3a7f667 add AudioExclusive mode 2023-03-17 18:14:08 -07:00
Drew Weymouth ae4660aa2c send "Now Playing" scrobble to server on beginning new track 2023-03-17 18:05:19 -07:00
Drew Weymouth bd5c2f2cbb fix extra onTrackChange events 2023-03-17 17:57:18 -07:00
Drew Weymouth 60b7b93ee2 add edit/delete playlist functionality 2023-03-17 17:17:02 -07:00
Drew Weymouth 69314696a0 set placeholder image when album cover is not available 2023-03-16 21:32:48 -07:00
Drew Weymouth 78258a5457 update changelog with scrolling smoothness fix 2023-03-16 19:24:28 -07:00
Drew Weymouth 03e8e2560b use fast (GPU) scaling in album grid to improve scroll smoothness 2023-03-16 19:08:38 -07:00
Drew Weymouth 8b0434cd0a add CHANGELOG.md 2023-03-15 11:20:24 -07:00
Drew Weymouth ac07f84475 Merge pull request #85 from dweymouth/develop
Misc. cleanup and refactoring
2023-03-14 10:45:35 -07:00
Drew Weymouth 78c3872f47 combine TappableIcon and TappableImage in tappablewrappers.go 2023-03-14 10:40:48 -07:00
Drew Weymouth f6efe6c9c9 add some comments and rename *ArtistGenrePlaylist* -> *ArtistGenreList* 2023-03-14 10:32:19 -07:00
Drew Weymouth 20f274797f move SearchEntry into searcher.go file 2023-03-14 10:23:44 -07:00
Drew Weymouth 26c6ee7ac8 move HSpace to util package 2023-03-14 10:21:22 -07:00
Drew Weymouth 8c6b2fa789 delete unused ThickSeparator 2023-03-14 10:15:06 -07:00
Drew Weymouth 7ae7048293 add "Play artist radio" feature 2023-03-14 10:10:43 -07:00
Drew Weymouth 6b22915677 Merge pull request #83 from dweymouth/feature/artist-top-tracks
Add Top Tracks view to Artist page
2023-03-10 17:42:15 -08:00
Drew Weymouth c06bdc0996 connect select all action to top tracks view when visible 2023-03-09 17:49:15 -08:00