• Joined on 2024-06-14
Joren created branch feat/persistent-audio-output in Joren/qobuzd 2026-04-01 00:11:48 +02:00
Joren pushed to main at Joren/qobuzd 2026-04-01 00:11:48 +02:00
778f5fc69e Keep audio output persistent across playback
Joren pushed to feat/persistent-audio-output at Joren/qobuzd 2026-04-01 00:11:48 +02:00
778f5fc69e Keep audio output persistent across playback
Joren pushed to main at Joren/qobuzd 2026-03-31 23:50:56 +02:00
a26db5cf96 Preserve playback position on quality switch
Joren pushed to main at Joren/qobuzd 2026-03-31 23:34:05 +02:00
20d5ecf231 Always emit quality format updates with fallbacks
Joren pushed to main at Joren/qobuzd 2026-03-31 23:07:13 +02:00
c3cad15719 Avoid network-scoped max-quality confirmations
Joren pushed to main at Joren/qobuzd 2026-03-31 22:32:47 +02:00
7b882a727a Publish file/device quality updates to sync app state
Joren pushed to main at Joren/qobuzd 2026-03-31 22:29:34 +02:00
bacb40af58 Restart same-track playback when looped state resumes
Joren pushed to main at Joren/qobuzd 2026-03-31 22:22:20 +02:00
4c19691b75 Prefetch next segmented chunk to reduce boundary lag
Joren pushed to main at Joren/qobuzd 2026-03-31 22:14:23 +02:00
749b0c1aaf Add mobile chunked streaming with segmented playback fallback
Joren pushed to main at Joren/qobuzd 2026-03-31 21:55:54 +02:00
bb362686b4 Fix playback position timing and stabilize PREV seek
6296acc6dd Fix server-driven seek handling and stream re-seek reliability
122d64e9f4 Fix seek handling and playback position sync
Compare 3 commits »
Joren created branch fix/seek-position-sync in Joren/qobuzd 2026-03-31 21:04:40 +02:00
Joren pushed to fix/seek-position-sync at Joren/qobuzd 2026-03-31 21:04:40 +02:00
122d64e9f4 Fix seek handling and playback position sync
Joren pushed to main at Joren/qobuzd 2026-03-31 20:57:10 +02:00
790eba8792 Fix end-of-track handoff by sending NEXT action
Joren created branch main in Joren/qobuzd 2026-03-31 20:39:05 +02:00
Joren pushed to main at Joren/qobuzd 2026-03-31 20:39:05 +02:00
3a0d6e0240 Initial commit: QobuzD - Qobuz Connect renderer for Linux
Joren created repository Joren/qobuzd 2026-03-31 20:37:57 +02:00
Joren pushed to main at Joren/qobuz-qt 2026-03-31 11:20:13 +02:00
92d48e459e Merge branch 'refactor/color-constants'
2139bbb726 Merge branch 'refactor/mainwindow-setup'
c2e0ff41ac Merge branch 'refactor/playqueue-split'
d1b9cb1210 refactor: centralize hardcoded color values into Colors namespace
5f79170f48 refactor: split MainWindow constructor into focused setup methods
Compare 6 commits »
Joren pushed to main at Joren/qobuz-qt 2026-03-31 11:17:30 +02:00
28771e12d5 fix: lazy-load genre/playlist views and cap playlist search scrolling
e9a9077ece Merge branch 'refactor/code-quality'
86b5673e8a refactor: reduce duplication and replace magic stack indices
Compare 3 commits »
Joren pushed to main at Joren/qobuz-qt 2026-03-31 10:43:49 +02:00
e453f8acf3 feat: add seamless lazy loading for genre and playlist views