title | description | published | date | tags | editor | dateCreated |
---|---|---|---|---|---|---|
app_deluge_find |
true |
2022-09-18 05:05:32 UTC |
markdown |
2022-09-18 05:02:06 UTC |
This plugin should no longer be needed as of FlexGet 2.16.0 {.is-warning}
Includes/ThirdPartyPluginWarning{.include}
This plugin makes FlexGet work with Deluge.app on macOS (instead of needing to have the deluge
package and all of its dependencies installed in site-packages
).
It does this by modifying the system $PATH
when the plugin is initialized to reference the deluge package that is contained within /Applications/Deluge.app
. The contrived name of the plugin is to ensure it runs before the normal Deluge plugin, so that when that plugin tries to find the deluge
package, it suceeds.
Includes/ThirdPartyPluginInstallDotFlexget{.include}
Add the plugin to any task which uses the deluge
or from_deluge
plugins. There are no options.
app_deluge_find: yes
Includes/ThirdPartyPluginIssues{.include}