-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
[FEAT] Add Unflac Mod? #283
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
If you're willing to create the mod, we will accept it into the mod repo. |
Haven't a clue how to do so. Is there docs for creating mods that do similar? |
https://github.com/linuxserver/docker-mods/ But also it's a static go binary so you could probably just mount it straight into the container |
it's: apk add ffmpeg go Then it's available at: ~/go/bin/unflac I don't think that it will work without ffmpeg at the least in there and then the binary compiled. Is there a universal docker mod for ffmpeg already? |
You can just use the package installer mod to install it. |
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 |
Is this a new feature request?
Wanted change
I would like there to be a docker mod that would install Unflac automatically. https://github.com/nilzeronull/unflac
Reason for change
This would allow using a script on torrent completion to split apart single flac audio using the cue sheet into separate audio tracks.
Proposed code change
Create a docker mod that installs unflac in the container for transmission.
The text was updated successfully, but these errors were encountered: