linuxserver / docker-transmission

GNU General Public License v3.0
577 stars 179 forks source link

[FEAT] Add Unflac Mod? #283

Open JohnGalt1717 opened 1 month ago

JohnGalt1717 commented 1 month ago

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.

github-actions[bot] commented 1 month ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

j0nnymoe commented 1 month ago

If you're willing to create the mod, we will accept it into the mod repo.

JohnGalt1717 commented 1 month ago

Haven't a clue how to do so. Is there docs for creating mods that do similar?

thespad commented 1 month ago

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

JohnGalt1717 commented 1 month ago

it's:

apk add ffmpeg go go install git.sr.ht/~ft/unflac@latest

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?

j0nnymoe commented 1 month ago

You can just use the package installer mod to install it.

LinuxServer-CI commented 2 weeks ago

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.