v1.4: FLAC/ALAC/AIFF support, USB drive mode, crate selector, base64 fix#6
Open
SlimShadys wants to merge 1 commit into
Open
v1.4: FLAC/ALAC/AIFF support, USB drive mode, crate selector, base64 fix#6SlimShadys wants to merge 1 commit into
SlimShadys wants to merge 1 commit into
Conversation
- FLAC hot cues and beatgrids via double-base64-encoded Vorbis comments (SERATO_MARKERS_V2, SERATO_BEATGRID) — based on decoding approach from staddle/serato2rekordbox - Fixed base64 decoding: stripped '=' from regex whitelist to resolve "Incorrect padding" errors when '=' appeared in non-terminal payload positions (affects extract_flac.py and extract_m4a.py) - ID3 GEOB fallback for third-party tools - USB drive / path remapping support with filename index - Interactive crate selector (curses on macOS/Linux, numbered on Windows) - CLI arguments: --serato, --music, --output, --skip-crate-selection - Missing beatgrid no longer fatal — track still included in XML - New format support: .flac, .alac, .aiff - Code cleanup: removed unused imports, consolidated format dispatch
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.
Thanks to @staddle for the initial base64 FLAC decoding.
P.S. Tested only on MacOS Tahoe 25.6 on M5 Pro. Works without issues for .mp3, .wav and .flac files.