Skip to content
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

[Feature] Use ffmpeg package instead of binary #134

Closed
venttarc opened this issue Jun 18, 2024 · 1 comment · May be fixed by #143
Closed

[Feature] Use ffmpeg package instead of binary #134

venttarc opened this issue Jun 18, 2024 · 1 comment · May be fixed by #143
Assignees
Labels
enhancement New feature or request

Comments

@venttarc
Copy link

venttarc commented Jun 18, 2024

Current Situation

Currently, if we want to extract flac, we have to put the path of the binary file in the config. Which is great but a bit hassle. Here's a simple addition you can do;

Suggestion / Feature Request

In linux based systems, instead of using the ffmpeg binary, why don't you utilise the installed ffmpeg package?(I am talking about CLI) It would be helpful and easier setup for lots of us.

@exislow
Copy link
Owner

exislow commented Jul 3, 2024

If you already have the ffmpeg binary (which comes within a Linux package) installed, you do not need to re-install it. Just set the path to it in the config.

@exislow exislow closed this as completed Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants