v0.3.0 — Downloads, Chromecast output, Now-Playing UX, Debian packaging - #1
Merged
Merged
Conversation
…ackaging Downloads - Per-track download to FLAC/MP3/WAV via native file picker, with tags + cover art. Chromecast output (Linux) - Native CASTV2 casting: Avahi mDNS discovery, TLS/protobuf session, and a built-in HTTP media server that streams the current track to the device. Covers every quality tier (FLAC up to 96kHz, or AAC); downsamples hi-res. Now-Playing UX - Shuffle-aware "Up Next" / queue (single source of truth for upcoming tracks). - "Playing from <playlist/album/mix/liked songs>" navigation link. Fixes - Tray icon: read the :/qt/qml/TidalWave resource prefix (regressed by QTP0001 NEW). - Favourites: stop duplicating the top liked song; guard overlapping load chains. - Quality labels: Tidal-consistent Max/High/Low, centralized in one helper. Cross-platform & packaging - Replace hardcoded /tmp paths with QDir::tempPath() (fixes Windows playback). - Guard MPRIS/ALSA behind Q_OS_LINUX. - Debian package via CPack (.desktop entry, hicolor icons, full runtime Depends). - Add push/PR CI (ubuntu/windows/macos); release now attaches the .deb. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ships v0.3.0 with the top community-requested features (from Reddit feedback) plus fixes and Linux distribution improvements.
Downloads
ffprobe).Chromecast output (Linux)
QSslSocket+ hand-rolled protobuf control, and a built-inQTcpServerthat streams the current track to the device.Now-Playing UX
Fixes
loadAppIcon()now reads the:/qt/qml/TidalWaveresource prefix (moved byQTP0001 NEW), with a fallback so it can't silently break again.Player::qualityLabel().Cross-platform & packaging
/tmppaths withQDir::tempPath()(this broke playback on Windows, not just downloads).Q_OS_LINUX..desktopentry, hicolor icons, and a completeDependslist (Qt6 runtime,qml6-module-*, SQLite driver, Avahi;ffmpegas Recommends). Addresses the "dependency hunting" complaint..deb.Testing
.debbuilt and inspected (dpkg -c/-I): binary, desktop file, icons, and deps includinglibavahi-client3.🤖 Generated with Claude Code