• Joined on 2025-02-03
logan pushed to main at yonlu/yellowjacket 2026-08-19 01:10:34 +00:00
18a08daa91 Merge pull request 'Let the album page be asked for the whole tracklist' (#113) from feat/7-full-tracklist-toggle into main
aa59773d22 feat(explore): let the album page be asked for the whole tracklist
Compare 2 commits »
logan closed issue yonlu/yellowjacket#7 2026-08-19 01:10:34 +00:00
Desktop: album detail should be able to show the full catalog tracklist, including tracks I do not have
logan created pull request yonlu/yellowjacket#113 2026-08-19 00:49:46 +00:00
Let the album page be asked for the whole tracklist
logan pushed to feat/7-full-tracklist-toggle at yonlu/yellowjacket 2026-08-19 00:49:27 +00:00
aa59773d22 feat(explore): let the album page be asked for the whole tracklist
logan created branch feat/7-full-tracklist-toggle in yonlu/yellowjacket 2026-08-19 00:49:27 +00:00
logan pushed to main at yonlu/yellowjacket 2026-08-19 00:45:08 +00:00
a4777f26b6 Merge pull request 'Declare the track and disc totals when tagging' (#105) from fix/16-tagwriter-totals into main
92faa9741b Merge branch 'main' into fix/16-tagwriter-totals
4b9114fd8d fix(tagwriter): declare the track and disc totals when tagging
Compare 3 commits »
logan merged pull request yonlu/yellowjacket#105 2026-08-19 00:45:07 +00:00
Declare the track and disc totals when tagging
logan closed issue yonlu/yellowjacket#16 2026-08-19 00:45:07 +00:00
Desktop: album ownership badge says "in your library" for an album I hold 2 of 10 tracks of
logan commented on issue yonlu/yellowjacket#88 2026-08-19 00:38:12 +00:00
Explore: run the credit ingest against the real dump and publish an artifact that carries credits

The republish owes a second column, not just the credit tables.

Measured against the live artifact today while confirming #7's Direction part 2:

$ curl -sSI .../generic/yellowjacket-core-…
logan commented on issue yonlu/yellowjacket#7 2026-08-19 00:37:59 +00:00
Desktop: album detail should be able to show the full catalog tracklist, including tracks I do not have

Claiming this. Branch: feat/7-full-tracklist-toggle. Unblocked by #16, which is merged.

On Direction part 2 — half of it was #16: tagwriter now writes the per-disc totals, so autotagging…

logan pushed to fix/16-tagwriter-totals at yonlu/yellowjacket 2026-08-19 00:32:15 +00:00
92faa9741b Merge branch 'main' into fix/16-tagwriter-totals
bf0a53e64c Merge pull request 'Give the unclaim step a CA bundle' (#110) from fix/unclaim-ca-certs into main
7be4a02e31 fix(ci): give the unclaim step a CA bundle
ad9c25a5a2 Merge pull request 'Run the unclaim step under bash' (#108) from fix/unclaim-shell into main
a83a127e31 fix(ci): run the unclaim step under bash
Compare 5 commits »
logan commented on issue yonlu/yellowjacket#16 2026-08-18 22:34:15 +00:00
Desktop: album ownership badge says "in your library" for an album I hold 2 of 10 tracks of

PR #105 is up and CI is green on both jobs (check and e2e, run 16966).

Step 1 is done and is what closes this. Steps 2 and 3 are not lost — the catalog fallback (2) had already landed as…

logan created pull request yonlu/yellowjacket#105 2026-08-18 22:20:49 +00:00
Declare the track and disc totals when tagging
logan pushed to fix/16-tagwriter-totals at yonlu/yellowjacket 2026-08-18 22:20:27 +00:00
4b9114fd8d fix(tagwriter): declare the track and disc totals when tagging
logan created branch fix/16-tagwriter-totals in yonlu/yellowjacket 2026-08-18 22:20:27 +00:00
logan opened issue yonlu/yellowjacket#104 2026-08-18 22:18:56 +00:00
WAV tags are written but never read: metadata.ExtractTags cannot see a WAV's id3 chunk
logan commented on issue yonlu/yellowjacket#16 2026-08-18 22:10:23 +00:00
Desktop: album ownership badge says "in your library" for an album I hold 2 of 10 tracks of

Claiming this. Branch: fix/16-tagwriter-totals.

Approach

tagwriter writes track and disc numbers and drops the totals, so autotagging an album erases the very evidence `GetAlbumComplete…

logan closed issue yonlu/yellowjacket#9 2026-08-18 16:18:37 +00:00
Desktop: drop the "Tracklist" heading on the album detail view
logan pushed to main at yonlu/yellowjacket 2026-08-18 16:18:37 +00:00
3c3197df4b Small-fix batch: ten issues from the desktop backlog (#83)
e16bd245bd Merge remote-tracking branch 'origin/fix/queue-toggle-state' into integration/small-fixes
887a9324b4 Merge remote-tracking branch 'origin/fix/drag-count-badge' into integration/small-fixes
fcb484ead5 Merge remote-tracking branch 'origin/fix/album-card-year' into integration/small-fixes
48de41cd69 Merge remote-tracking branch 'origin/fix/album-tracklist-heading' into integration/small-fixes
Compare 21 commits »
logan closed issue yonlu/yellowjacket#35 2026-08-18 16:18:37 +00:00
Desktop: smart playlists can only AND their rules — no OR