Replace the last stale screenshot with a live recording - #50
Merged
Conversation
record.png was the one image the previous pass left alone: replacing it honestly
needed Spotify playing into a real recording, which cannot be staged — the cover
art, the moving level meter and the running clock are the whole point of the shot,
and FakeSpotify only changes a window title. So it stayed at four tabs while the
app has five, in the first image anyone sees.
The replacement is a real session, supplied by the user. It carries the five-tab
nav strip, and it now demonstrates two things the old one only asserted: a track
already finished this session sits in the list below with its length and a button
that opens the folder it landed in, and the Save path is the tree the Advanced
section points at when it explains {artist}\({year}) {album}\{track:00} {title}.
Both captions said eighteen seconds because the old shot did. The clock reads
twelve now, so both say twelve. Trimmed two pixels from each edge, where the
window's transparent margin had picked up what was behind it; the other three
images were captured over a black backdrop for the same reason.
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.
record.pngwas the one image #49 deliberately left alone. Replacing it honestly needed Spotify playing into a real recording — the cover art, the moving level meter and the running clock are the whole point of the shot, andFakeSpotifyonly changes a window title, so none of it can be staged. It stayed at four tabs while the app has five, in the first image anyone sees.The replacement is a real session, captured by @revtex.
What it fixes
Gregory Alan Isakov\(2009) This Empty Northern Hemisphere\12 If I Go, I'm Goin.mp3is what{artist}\({year}) {album}\{track:00} {title}produces, which is the template the Advanced section points at when it says "the Save path in the first screenshot".Captions
Both the alt text and the italic line under the image said eighteen seconds, because the old shot did. The clock reads twelve now, so both say twelve. The italic line also picks up the length and the folder button, since the shot finally shows them.
Image handling
Two pixels trimmed from each edge, where the window's transparent margin had picked up what was behind it — measured, not guessed: the outer two rows and columns read 24–128 against the window's own 12, and after the trim every edge matches the profile of the three images captured over a black backdrop in #49. Nothing inside the window was touched. Final size 1532x1046.
Verification
.\build.ps1 -VerifyFormat— clean.no-changelog: nothing about the shipped application changed.