Ticket #813 (closed defect: fixed)
Add "movedone" option to series_premiere plugin.
| Reported by: | bga | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 |
| Component: | Plugins | Keywords: | |
| Cc: | Version (eg. 1.0r2700): |
Description
Right now you can pass a destination path to the series_premiere plugin. With my configuration using deluge, what is happening is that there is a directory created in the path that I gave to series_premiere but the actual file is being downloaded to the default download dir for Deluge.
Here is the relevant art of my config:
series_premiere: '/data/Media/TV Shows/%(series_name)s/'
With this, if a serie is called X, a directory called /data/Media/TV Shows/X/ will be created but the file will be downloaded to /data/Downloads (which is the default download dir set in Deluge.
This was with version 1.0r1635.
Change History
Note: See
TracTickets for help on using
tickets.

This should be solved with r1643. You can now pass any of the series plugin options to series_premiere. For example:
series_premiere: quality: 720p timeframe: 12 hours set: movedone: '/data/Media/TV Shows/%(series_name)s/'