Skip to content

Releases: GeiserX/audio-transcode-watcher

v0.4.2

30 Mar 22:44

Choose a tag to compare

Docker Image

docker pull drumsergio/audio-transcoder:0.4.2

What'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

Full Changelog: v0.4.1...v0.4.2

v0.4.1

17 Feb 13:00

Choose a tag to compare

Docker Image

docker pull drumsergio/audio-transcoder:0.4.1

What's Changed

See the automatically generated release notes below.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

08 Feb 22:15

Choose a tag to compare

Docker Image

docker pull drumsergio/audio-transcoder:0.4.0

What'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

08 Feb 21:26

Choose a tag to compare

Docker Image

docker pull drumsergio/audio-transcoder:0.3.0

What's Changed

See the automatically generated release notes below.

What's Changed

  • feat: auto-fetch synced lyrics via syncedlyrics by @GeiserX in #3

Full Changelog: v0.2.0...v0.3.0

v0.2.0

08 Feb 18:19

Choose a tag to compare

Docker Image

docker pull drumsergio/audio-transcoder:0.2.0

What's Changed

See the automatically generated release notes below.

What's Changed

  • feat: sync .lrc sidecar lyrics to output directories by @GeiserX in #2

Full Changelog: v0.1.3...v0.2.0

v0.1.3

08 Feb 18:02

Choose a tag to compare

Docker Image

docker pull drumsergio/audio-transcoder:0.1.3

What's Changed

See the automatically generated release notes below.

What's Changed

  • fix: use extension-only check for deleted/moved file cleanup by @GeiserX in #1

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

24 Jan 22:45

Choose a tag to compare

Docker Image

docker pull drumsergio/audio-transcoder:0.1.2

What's Changed

See the automatically generated release notes below.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

24 Jan 22:41

Choose a tag to compare

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.