feat: demo mode + README redesign#1
Merged
Merged
Conversation
Adds an optional ArtworkProvider interface that source implementations can satisfy to serve embedded artwork instead of making HTTP requests. The Model detects it via type assertion at construction time and uses it in all four image-fetch methods (fetchNPArt, fetchArtwork, fetchPlaylistArt, fetchSidebarIcons), falling back to FetchImage when no embedded art is available.
DemoSource provides a fully functional source.RichSource backed by fake data and wall-clock playback simulation. Build-tagged with `demo` so it is excluded from normal builds. Temporary stub data functions in data_stub.go will be replaced by curated content in a later task.
Build-tagged demo mode (go build -tags demo) that runs the full TUI with fake data and simulated playback — no Spotify account needed. - DemoSource implementing RichSource with wall-clock playback simulation - Curated playlists with famous tracks (Tame Impala, Nirvana, Daft Punk, Pink Floyd, Radiohead, Fleetwood Mac, Miles Davis, Prince) - Embedded album art (Currents, Nevermind, RAM, Purple Rain, Dark Side, Rumours, OK Computer, Kind of Blue) + generated playlist covers - ArtworkProvider interface for serving embedded art without HTTP - 9 VHS tape scripts for reproducible GIF recordings - Makefile targets: make demo, make record, make record-one - Fix sidebar race when playlists load before WindowSizeMsg - Fix art cache race with sync.Once - Fix queue behavior to match real Spotify (userQueue consumed on next)
- Add vinyl record logo in Lume color palette - Hero GIF (full-tour) at top for immediate visual impact - Feature sections with inline GIFs: navigation, now playing, search, browsing, command mode - Streamlined layout: logo → tagline → GIF → install → features
danfry1
added a commit
that referenced
this pull request
Apr 6, 2026
* feat: add ArtworkProvider interface for embedded art support Adds an optional ArtworkProvider interface that source implementations can satisfy to serve embedded artwork instead of making HTTP requests. The Model detects it via type assertion at construction time and uses it in all four image-fetch methods (fetchNPArt, fetchArtwork, fetchPlaylistArt, fetchSidebarIcons), falling back to FetchImage when no embedded art is available. * feat: add DemoSource implementing RichSource with playback simulation DemoSource provides a fully functional source.RichSource backed by fake data and wall-clock playback simulation. Build-tagged with `demo` so it is excluded from normal builds. Temporary stub data functions in data_stub.go will be replaced by curated content in a later task. * feat: add demo mode with curated data, album art, and VHS recordings Build-tagged demo mode (go build -tags demo) that runs the full TUI with fake data and simulated playback — no Spotify account needed. - DemoSource implementing RichSource with wall-clock playback simulation - Curated playlists with famous tracks (Tame Impala, Nirvana, Daft Punk, Pink Floyd, Radiohead, Fleetwood Mac, Miles Davis, Prince) - Embedded album art (Currents, Nevermind, RAM, Purple Rain, Dark Side, Rumours, OK Computer, Kind of Blue) + generated playlist covers - ArtworkProvider interface for serving embedded art without HTTP - 9 VHS tape scripts for reproducible GIF recordings - Makefile targets: make demo, make record, make record-one - Fix sidebar race when playlists load before WindowSizeMsg - Fix art cache race with sync.Once - Fix queue behavior to match real Spotify (userQueue consumed on next) * docs: redesign README with logo, hero GIF, and feature showcases - Add vinyl record logo in Lume color palette - Hero GIF (full-tour) at top for immediate visual impact - Feature sections with inline GIFs: navigation, now playing, search, browsing, command mode - Streamlined layout: logo → tagline → GIF → install → features
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
waxon demo) — runs the full TUI with curated fake data and simulated playback, no Spotify account needed. Build-tagged (-tags demo) so demo assets never ship in release binaries.demo/tapes/for reproducible GIF generation viamake record.Demo data
8 artists with real album art and full tracklists: Tame Impala (Currents), Nirvana (Nevermind), Daft Punk (Random Access Memories), Prince (Purple Rain), Pink Floyd, Fleetwood Mac, Radiohead, Miles Davis. 4 playlists with generated cover art.
New Makefile targets
make demo— build and launch demo modemake record— record all VHS tapes to GIFsmake record-one TAPE=<name>— record a single tapeTest plan
make checkpasses (fmt + lint + test)make demolaunches TUI with fake data, playback simulation worksgo build .(without demo tag) produces clean binary,waxon demoprints stub messagemake record-one TAPE=navigationproduces a GIF indemo/recordings/