[GH-ISSUE #503] [Bug]: Failed to download FFmpeg on Mac #442

Closed
opened 2026-02-27 19:03:53 +03:00 by kerem · 8 comments
Owner

Originally created by @mr-r0b0t-fsociety on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/503

I recently upgraded the app, now it is giving the following error on startup:

Image

I have FFmpeg installed and present in system path, but it is not able to detect that.

Platform: MacOS
Version: v7.0.9

Originally created by @mr-r0b0t-fsociety on GitHub (Feb 17, 2026). Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/503 I recently upgraded the app, now it is giving the following error on startup: <img width="487" height="327" alt="Image" src="https://github.com/user-attachments/assets/81680c9e-7c28-46e3-906c-03913a6f0e1f" /> I have FFmpeg installed and present in system path, but it is not able to detect that. Platform: MacOS Version: `v7.0.9`
kerem closed this issue 2026-02-27 19:03:54 +03:00
Author
Owner

@lefthandedfryingpan commented on GitHub (Feb 17, 2026):

I'm getting the same issue with a fresh install

https://github.com/user-attachments/assets/75da059b-3d41-4c50-93dc-014b521e7d6e

<!-- gh-comment-id:3913189903 --> @lefthandedfryingpan commented on GitHub (Feb 17, 2026): I'm getting the same issue with a fresh install https://github.com/user-attachments/assets/75da059b-3d41-4c50-93dc-014b521e7d6e
Author
Owner

@Graz0 commented on GitHub (Feb 17, 2026):

I have the same issue and ther error is linked to a 404 the location of ffmpeg is coded incorrectly for download - perhaps get the script to check if it already installed (mine is) if not 'pip install ffmpeg' could be called

<!-- gh-comment-id:3914326796 --> @Graz0 commented on GitHub (Feb 17, 2026): I have the same issue and ther error is linked to a 404 the location of ffmpeg is coded incorrectly for download - perhaps get the script to check if it already installed (mine is) if not 'pip install ffmpeg' could be called
Author
Owner

@dimzeta commented on GitHub (Feb 17, 2026):

It looks like ffmpeg is no longer available at https://evermeet.cx.

Here is a hotfix that worked for me:

brew install ffmpeg
mkdir -p ~/.spotiflac
ln -s /opt/homebrew/bin/ffmpeg ~/.spotiflac/ffmpeg
ln -s /opt/homebrew/bin/ffprobe ~/.spotiflac/ffprobe
<!-- gh-comment-id:3914778558 --> @dimzeta commented on GitHub (Feb 17, 2026): It looks like ffmpeg is no longer available at https://evermeet.cx. Here is a hotfix that worked for me: ``` brew install ffmpeg mkdir -p ~/.spotiflac ln -s /opt/homebrew/bin/ffmpeg ~/.spotiflac/ffmpeg ln -s /opt/homebrew/bin/ffprobe ~/.spotiflac/ffprobe ```
Author
Owner

@Graz0 commented on GitHub (Feb 17, 2026):

thanks dimzeta - not a fix for me....with the same steps....

<!-- gh-comment-id:3915108754 --> @Graz0 commented on GitHub (Feb 17, 2026): thanks dimzeta - not a fix for me....with the same steps....
Author
Owner

@dimzeta commented on GitHub (Feb 17, 2026):

thanks dimzeta - not a fix for me....with the same steps....

It sounds like your ffmpeg binary might be installed in a different location than mine.

You can find its path by running:

which ffmpeg

In my case, it returns /opt/homebrew/bin/ffmpeg (installed via Homebrew on Apple Silicon). Depending on your setup, it could be somewhere else like /usr/local/bin/ffmpeg.

Once you have the correct path, make sure to update the configuration to point to it. Let me know if that helps!

<!-- gh-comment-id:3915225173 --> @dimzeta commented on GitHub (Feb 17, 2026): > thanks dimzeta - not a fix for me....with the same steps.... It sounds like your ffmpeg binary might be installed in a different location than mine. You can find its path by running: ```bash which ffmpeg ``` In my case, it returns `/opt/homebrew/bin/ffmpeg` (installed via Homebrew on Apple Silicon). Depending on your setup, it could be somewhere else like `/usr/local/bin/ffmpeg`. Once you have the correct path, make sure to update the configuration to point to it. Let me know if that helps!
Author
Owner

@Graz0 commented on GitHub (Feb 17, 2026):

I have same machine and same brew install to identical location (confirmed with which ffmpg)

<!-- gh-comment-id:3915399997 --> @Graz0 commented on GitHub (Feb 17, 2026): I have same machine and same brew install to identical location (confirmed with which ffmpg)
Author
Owner

@lefthandedfryingpan commented on GitHub (Feb 18, 2026):

edit: hotfix from @dimzeta works.

<!-- gh-comment-id:3917740842 --> @lefthandedfryingpan commented on GitHub (Feb 18, 2026): edit: hotfix from @dimzeta works.
Author
Owner

@mr-r0b0t-fsociety commented on GitHub (Feb 18, 2026):

Thanks @dimzeta, your hotfix worked for me.

<!-- gh-comment-id:3919035289 --> @mr-r0b0t-fsociety commented on GitHub (Feb 18, 2026): Thanks @dimzeta, your hotfix worked for me.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SpotiFLAC#442
No description provided.