Skip to content

Improve dependency check output#52

Merged
weak-head merged 3 commits into
mainfrom
feature/dependency-detection
Apr 3, 2026
Merged

Improve dependency check output#52
weak-head merged 3 commits into
mainfrom
feature/dependency-detection

Conversation

@weak-head
Copy link
Copy Markdown
Owner

@weak-head weak-head commented Apr 2, 2026

Improve dependency check output

This PR enhances the dependency validation logic to provide clearer and more user-friendly feedback.

Changes

  • Replaced single conditional check with dynamic dependency validation
  • Collects and displays only missing binaries instead of a generic message
  • Outputs a clean, structured list of missing tools

Before

Missing required binaries: ffmpeg, ffprobe, mp4chaps, mp4art, bc.

After

❌ The following dependencies are missing:
  ⚠️ ffmpeg
  ⚠️ bc

@weak-head weak-head added this to the 0.3.8 milestone Apr 2, 2026
@weak-head weak-head self-assigned this Apr 2, 2026
@weak-head weak-head added the enhancement Includes general improvements or feature changes and select new feature requests label Apr 2, 2026
@weak-head weak-head changed the title Improve dependency detection and reporting Improve dependency check output Apr 3, 2026
@weak-head weak-head merged commit b9c0fc5 into main Apr 3, 2026
2 checks passed
@weak-head weak-head deleted the feature/dependency-detection branch April 3, 2026 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Includes general improvements or feature changes and select new feature requests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant