Releases: GeiserX/audio-transcode-watcher
Releases · GeiserX/audio-transcode-watcher
v0.4.2
Docker Image
docker pull drumsergio/audio-transcoder:0.4.2What's Changed
See the automatically generated release notes below.
What's Changed
- chore(deps): bump requests from 2.32.5 to 2.33.0 by @dependabot[bot] in #6
- chore(deps): bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in #7
New Contributors
- @dependabot[bot] made their first contribution in #6
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Docker Image
docker pull drumsergio/audio-transcoder:0.4.1What's Changed
See the automatically generated release notes below.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Docker Image
docker pull drumsergio/audio-transcoder:0.4.0What's Changed
See the automatically generated release notes below.
What's Changed
- chore: standardize on Python 3.14 only by @GeiserX in #4
- feat: Whisper local transcription fallback for lyrics by @GeiserX in #5
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Docker Image
docker pull drumsergio/audio-transcoder:0.3.0What's Changed
See the automatically generated release notes below.
What's Changed
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.3
Docker Image
docker pull drumsergio/audio-transcoder:0.1.3What's Changed
See the automatically generated release notes below.
What's Changed
New Contributors
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Docker Image
docker pull drumsergio/audio-transcoder:0.1.2What's Changed
See the automatically generated release notes below.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Changes
Bug Fixes
- fix: prioritize lossless sources over MP3 duplicates - Skip copying MP3 to ALAC folder if lossless source with same stem exists. Orphan cleanup now removes MP3s from ALAC folder when a lossless source exists.
Performance
- perf: parallelize verify_sync with ThreadPoolExecutor - Combined duration and metadata extraction into single ffprobe call, 8 parallel workers for ~5x faster verification.