Ticket #813 (closed defect: fixed)

Opened 18 months ago

Last modified 18 months ago

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

comment:1 Changed 18 months ago by gazpachoking

  • Status changed from new to closed
  • Resolution set to fixed

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/'

comment:2 Changed 18 months ago by bga

That works. :) Thanks!

Note: See TracTickets for help on using tickets.