You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep set membership across the analysis round trip
Staging a track for Platinum Notes / Mixed In Key moves it out of the folder it
was curated in, and it returns renamed and relocated. As written, that silently
dropped the track from its set or vibe playlist - the exact curation this tool
exists to protect.
Staging now captures the folder as a playlist first and records the playlists
each staged track owed a place in. Filing it back out of 'Processed' re-adds it
at its new location, then clears the record.
Matching survives the round trip in both directions it can change: Platinum
Notes appends _PN, and a track with no artist tag stages as
'Unknown Artist - Title', which reads back as a real artist. Entries therefore
carry both an artist+title key and a title-only key, precise one tried first.
Because matching is on tags rather than file content, a staged MP3 that returns
as FLAC still rejoins its set - verified end to end with a real conversion.
Also passes the full library into staging, without which a rebuilt playlist
would have contained only the returned track instead of the whole set.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments