Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GeiserX/audio-transcode-watcher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: GeiserX/audio-transcode-watcher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on Feb 8, 2026

  1. feat: auto-fetch synced lyrics via syncedlyrics (#3)

    Add automatic .lrc lyrics fetching for audio files during processing:
    - New lyrics.py module extracts artist/title from embedded metadata
      (mutagen) or filename, then queries syncedlyrics providers
      (Musixmatch, LRCLIB, NetEase)
    - Integrated into process_source_file() before sync_sidecars()
    - New fetch_lyrics config option (default: true) to enable/disable
    - 9 new tests with 88% coverage on lyrics module
    
    Dependencies added: mutagen>=1.47.0, syncedlyrics>=1.0.0
    Version bump to 0.3.0.
    GeiserX authored Feb 8, 2026
    Configuration menu
    Copy the full SHA
    41f5e9f View commit details
    Browse the repository at this point in the history
Loading