-
Notifications
You must be signed in to change notification settings - Fork 481
Transmission path is ignored #2131
Copy link
Copy link
Closed
Labels
Description
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
path: "/something-else"
- Step 3: Run your task using transmission plugin,
/somethingpath 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
Reactions are currently unavailable