Expected behaviour:
When I specify path attribute to transmission plugin, it is forced and the destination is set for downloading content.
Actual behaviour:
With path attribute set as well as incomplete-dir set for transmission as a library, the library setting is used instead of path.
Steps to reproduce:
- Step 1: In your transmission settings (e.g.
/etc/transmission-daemon/settings.json) set
"incomplete-dir": "/something"
"incomplete-dir-enabled": true
- Step 2: In flexget transmission plugin specify
- Step 3: Run your task using transmission plugin,
/something path will be used instead of /something-else
Config:
https://github.com/zilexa/flexget_config
Additional information:
- FlexGet version: 2.13.15
- Python version: Python 2.7.13
- Installation method: pip
- Using daemon (yes/no): no
- OS and version: Linux osmc 4.14.34-1-osmc
Expected behaviour:
When I specify
pathattribute totransmissionplugin, it is forced and the destination is set for downloading content.Actual behaviour:
With
pathattribute set as well asincomplete-dirset for transmission as a library, the library setting is used instead ofpath.Steps to reproduce:
/etc/transmission-daemon/settings.json) set"incomplete-dir": "/something""incomplete-dir-enabled": truepath: "/something-else"/somethingpath will be used instead of/something-elseConfig:
https://github.com/zilexa/flexget_config
Additional information: