-
-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Error] flac2mp3.sh: Error|/usr/bin/ffmpeg is required by this script #813
Comments
I'm not sure what's going on with your install, but this is already included via the Docker Mods dependency functionality that uses S6-rc service manager. See for yourself: https://github.com/linuxserver/docker-mods/blob/lidarr-flac2mp3/root/etc/s6-overlay/s6-rc.d/init-mod-lidarr-flac2mp3-add-package/run Check your container logs. There should be lines similar to this:
|
I see what you mean. But it didn't work for me.
|
Your YAML looks okay to me. I mean, the networking if a bit more complicated with gluetun, but none of that affects my script behavior. I'm not an expert on the S6 stuff by any means, but you'll have to check the container logs to see what is going on. What do the logs look like on a freshly upped container? (i.e. output from |
Very odd. I can clearly see that ffmpeg is installing (as you said). I have no idea why I had to manually add it. I'd say you can safely close my error report. There must have just been something weird on my end during the initial install (network error at the wrong moment?) But you've got my info if someone else reports the same issue. Thanks!
|
Good deal. One last note; if you want to try to further debug what might be going on, you can set |
I'm happy to continue further debugging if you're interested. As it is right now, your docker-mod is working fantastically and it's much appreciated. My only reason for debugging any further is if it helps you... which I'm more than happy to do. But otherwise I'm personally content that there was a glitch in connecting to the repo during installation. |
In that case, just let it be. I'm not going any further with it either. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is locked due to inactivity |
Upon adding the script via Lidarr "Add Connection - Custom Script" I receive the following error
[Error] flac2mp3.sh: Error|/usr/bin/ffmpeg is required by this script
It is resolved by entering the Lidarr console and running
apk add ffmpeg
I'd suggested either incorporating it in either lidarr-flac2mp3, flac2mp3.sh, or the installation instructions.
Thanks!
My (editted for length) docker compose file:
The text was updated successfully, but these errors were encountered: