wiserain / docker-flexget

Docker image for running Flexget
https://hub.docker.com/r/wiserain/flexget
68 stars 40 forks source link

Need to install convert_magnet.py manually? #8

Closed sentience closed 4 years ago

sentience commented 4 years ago

This repo contains a version of convert_magnet.py that is compatible with the latest libtorrent (introduced in 4da5de84b57544518c8b990873c53e0010bcb082). As far as I can tell, there is no automatic installation of this plugin baked into this image, so if you want to use this plugin, you need to find this repo, find the plugin, and copy it into your /config/plugins directory.

Would it be desirable to automate its installation, or at least document how to install it in the image README? Happy to contribute something.

wiserain commented 4 years ago

At the time of writing modified version of convert_magnet.py, it is for your reference. Wasn't so sure it can override builtin one without any troubles. I will try to containerize it, or at least document as suggested. Thanks.

wiserain commented 4 years ago

@sentience Please find it sorted in https://github.com/wiserain/docker-flexget/commit/cee92d9c3a24ac1b9dede25f459e02b7f48be30d. Updated write_magnet plugin, formerly convert_magnet, needs some test though. Building image now...