Commit Graph
2145 Commits
Author SHA1 Message Date
Drew Weymouth 60d1e78fcc prepare for 0.18.0 release 2025-08-12 08:30:02 -07:00
Drew Weymouth 22ae0baa37 fix 7z filename 2025-08-12 08:03:56 -07:00
Drew Weymouth bd8824e3e8 bump windows libmpv version 2025-08-12 07:48:48 -07:00
Drew Weymouth 20c16c8aa4 Merge pull request #674 from E1int/feature/play-cli-commands
Add play/search CLI commands for albums, playlists and tracks
2025-08-11 08:46:56 -07:00
E1int 59082cd6d6 Handle server disconnections/changes 2025-08-11 17:15:57 +02:00
E1int ff6fa87a0a Fix flag descriptions 2025-08-11 16:52:35 +02:00
Drew Weymouth 7043467b5e fix recoloring of waveform when theme changes 2025-08-10 16:56:09 -07:00
Drew Weymouth a317b382ff Fix #665: Add option to play albums in order on Albums page 2025-08-10 15:06:27 -07:00
E1int 6d4897bc1c Maintain old ping behavior 2025-08-09 23:42:19 +02:00
E1int ef8f0f0454 Merge from main 2025-08-09 23:39:44 +02:00
E1int 4f997fc8b8 Allow passing IDs from standard input 2025-08-09 23:10:50 +02:00
E1int 6c8d82cda1 Add search CLI commands 2025-08-09 22:42:30 +02:00
E1int 91458a2094 Rename play flags 2025-08-09 21:27:08 +02:00
Drew Weymouth 43670538b9 Merge pull request #679 from dweymouth/feature/windows-taskbar-buttons
Add Windows taskbar control buttons
2025-08-08 19:16:05 -07:00
Drew Weymouth d4660075f0 set taskbar button tool tips based on app language 2025-08-08 19:15:46 -07:00
Drew Weymouth 041e4d3ba7 add icons to taskbar control buttons 2025-08-08 19:15:46 -07:00
Drew Weymouth aedaa32de4 add Windows taskbar control buttons (TODO: icons) 2025-08-08 19:15:46 -07:00
Drew Weymouth 21edd38f38 Merge pull request #681 from dweymouth/feature/stop-after-current
Add stop after current track option
2025-08-08 08:45:39 -07:00
Drew Weymouth 61cc9b2f85 add to en.json 2025-08-08 08:41:58 -07:00
Drew Weymouth 5dd71c7ce6 fix crashing when DLNA casting and toggling stop after current 2025-08-08 08:26:25 -07:00
Drew Weymouth 30ee5deb9c add CLI flag to set stop after current 2025-08-08 08:16:33 -07:00
Drew Weymouth d6ad0de122 add stop after current check to pop up queue 2025-08-08 08:10:20 -07:00
Drew Weymouth 766cfdfe91 Fix #668: Add sample rate, bit depth, channels to track info dialog 2025-08-08 07:50:43 -07:00
E1int 647984e92e Add play CLI commands for albums, playlists and tracks 2025-08-06 00:52:46 +02:00
Drew Weymouth dbea096edf Merge pull request #671 from E1int/start-minimized-flag
Add CLI flag to start app minimized
2025-08-04 11:01:50 -07:00
Drew Weymouth 1540260596 Merge pull request #669 from dweymouth/feature/waveform-seekbar
Waveform Seekbar
2025-08-04 08:37:22 -07:00
Drew Weymouth d8ef747b8b don't use audio cache to pre-download files if not using waveform seekbar 2025-08-04 08:27:02 -07:00
Drew Weymouth 6c4435314c Fix bug of incomplete waveform when playing new track twice in quick succession 2025-08-04 08:17:33 -07:00
Drew Weymouth 96b47feb76 add focus/keybaord control to waveform seekbar 2025-08-03 16:24:25 -07:00
Drew Weymouth 43b8b60fb0 make waveform seekbar non-interactive when stopped / playing radio 2025-08-01 17:55:36 -07:00
Drew Weymouth 8e3ec5e11b use a zero waveform image with single horizontal line when none exists 2025-08-01 17:52:05 -07:00
Drew Weymouth 8078b7082f fix out of bounds crash 2025-08-01 17:44:22 -07:00
E1int c832d13099 Handle server connection in minimized start 2025-08-01 22:45:34 +02:00
Drew Weymouth b9df60bdcd fix UI weirdness when waveform image is being updated 2025-08-01 12:50:01 -07:00
E1int aa3b030a26 Add CLI flag to start app minimized 2025-08-01 21:05:10 +02:00
Drew Weymouth 5209c08444 add setting to disable waveform seekbar 2025-08-01 09:07:52 -07:00
Drew Weymouth e0cb2a57ac fix appearance of waveform seek cursor 2025-08-01 08:37:08 -07:00
Drew Weymouth 8f50e1087b increase vertical resolution of waveform img, calculate with less casting 2025-07-30 17:36:56 -07:00
Drew Weymouth 9a1325b92d fix mpv mem leak, waveform gen when double-clicking to play tracks; clean up logs 2025-07-28 18:15:12 -07:00
Drew Weymouth 333b96dd3b switch back to using HTTP server to stream file to MPV - it doesn't idle after playing FIFO 2025-07-27 17:39:48 -07:00
Drew Weymouth 9844bbf6cb waveforms of first played track now generating, but still bugs with ending the task 2025-07-27 17:07:11 -07:00
Drew Weymouth 777ec95cfd fix bugs in done signalling 2025-07-26 22:25:01 -07:00
Drew Weymouth b9ef1e86a4 fix bug leading to gaps in waveform image 2025-07-26 18:58:43 -07:00
Drew Weymouth c521c617ec incremental waveform generation (kind-of) working 2025-07-26 15:33:22 -07:00
Drew Weymouth 88b7f62e50 some progress in generating waveform images ahead of time 2025-07-25 18:38:59 -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 ae7cb55c8c very WIP - proof of concept for waveform seekbar 2025-07-23 22:10:33 -07:00
Drew Weymouth dfa493501d wait to set next track until near end of current. (still needs more testing/review) 2025-07-19 09:33:15 -07:00
blahajjessie 04f744c789 Update mac quarantine instructions (#663)
sudo is not required for this
2025-07-19 09:14:56 -07:00