Open
Conversation
bcab17c to
63cf2b6
Compare
63cf2b6 to
0668479
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
podkit@0.7.0
Minor Changes
03f1046Thanks @jvgomg! - Addpodkit doctor --repair artwork-resetto clear all artwork from an iPod without needing a source collection. This is a fast alternative to a full rebuild — useful when your source collection isn't available or you just want to clear corrupted artwork quickly.Rename
--repair artwork-integrityto--repair artwork-rebuildto better describe what the repair does. The old name no longer works.1c3ebc3Thanks @jvgomg! - Add three-tier transfer mode system controlling how files are prepared for the device.Transfer modes:
fast(default): optimizes for sync speed — direct-copies compatible files, strips artwork from transcodesoptimized: strips embedded artwork from all file types (including MP3, M4A, ALAC copies) via FFmpeg stream-copy, reducing storage usage without re-encodingportable: preserves embedded artwork in all files for use outside the iPod ecosystemConfiguration:
transferModeconfig option (global and per-device)--transfer-modeCLI flagPODKIT_TRANSFER_MODEenvironment variableSelective re-processing:
--force-transfer-modeflag re-processes only tracks whose transfer mode doesn't match the current settingPODKIT_FORCE_TRANSFER_MODEenvironment variable--force-transcodewhich only affects transcoded tracks)Device inspection:
podkit device musicandpodkit device videostats show transfer mode distributionsyncTagTransferfield available in--tracks --fieldsfor querying transfer mode dataUnder the hood:
add-direct-copy,add-optimized-copy,add-transcode(and upgrade equivalents)quality=copy)DeviceCapabilitiesabstraction for device-aware sync decisionstransfer=tracks which mode was used per trackPatch Changes
26733ccThanks @jvgomg! - Fix blank source path in sync output for subsonic collectionsUpdated dependencies [
03f1046,1c3ebc3]:@podkit/core@0.7.0
Minor Changes
03f1046Thanks @jvgomg! - Addpodkit doctor --repair artwork-resetto clear all artwork from an iPod without needing a source collection. This is a fast alternative to a full rebuild — useful when your source collection isn't available or you just want to clear corrupted artwork quickly.Rename
--repair artwork-integrityto--repair artwork-rebuildto better describe what the repair does. The old name no longer works.1c3ebc3Thanks @jvgomg! - Add three-tier transfer mode system controlling how files are prepared for the device.Transfer modes:
fast(default): optimizes for sync speed — direct-copies compatible files, strips artwork from transcodesoptimized: strips embedded artwork from all file types (including MP3, M4A, ALAC copies) via FFmpeg stream-copy, reducing storage usage without re-encodingportable: preserves embedded artwork in all files for use outside the iPod ecosystemConfiguration:
transferModeconfig option (global and per-device)--transfer-modeCLI flagPODKIT_TRANSFER_MODEenvironment variableSelective re-processing:
--force-transfer-modeflag re-processes only tracks whose transfer mode doesn't match the current settingPODKIT_FORCE_TRANSFER_MODEenvironment variable--force-transcodewhich only affects transcoded tracks)Device inspection:
podkit device musicandpodkit device videostats show transfer mode distributionsyncTagTransferfield available in--tracks --fieldsfor querying transfer mode dataUnder the hood:
add-direct-copy,add-optimized-copy,add-transcode(and upgrade equivalents)quality=copy)DeviceCapabilitiesabstraction for device-aware sync decisionstransfer=tracks which mode was used per track@podkit/daemon@0.3.0
Minor Changes
455e115Thanks @jvgomg! - Support multiple iPods plugged in simultaneously. Each device gets a unique mount point and devices appearing during a sync are queued and synced sequentially after the current sync completes.Patch Changes
03f1046,1c3ebc3]:@podkit/docker@0.2.4
Patch Changes
03f1046,26733cc,455e115,1c3ebc3]: