Plugin to keep torrent at bottom of queue?

Suggest, post, or discuss plugins for Deluge
Post Reply
goodevilgenius
New User
New User
Posts: 7
Joined: Fri Nov 12, 2010 7:58 pm
Location: Hagerstown, MD, USA
Contact:

Plugin to keep torrent at bottom of queue?

Post by goodevilgenius »

I use flexget to automatically download torrents for TV shows and add them to deluge. Some TV shows are less important to me than others, and so I'd like to keep those shows at the bottom of my queue, without having to add other shows to the top.
Is there a plugin to prioritize torrents based on labels, or something like that? Or at least, to keep torrents of a certain label at the bottom of the queue?
gazpachoking
Moderator
Moderator
Posts: 315
Joined: Sat Aug 18, 2007 2:28 pm
Location: Pittsburgh, USA

Re: Plugin to keep torrent at bottom of queue?

Post by gazpachoking »

goodevilgenius wrote:I use flexget to automatically download torrents for TV shows and add them to deluge. Some TV shows are less important to me than others, and so I'd like to keep those shows at the bottom of my queue, without having to add other shows to the top.
Is there a plugin to prioritize torrents based on labels, or something like that? Or at least, to keep torrents of a certain label at the bottom of the queue?
No, there is nothing like that at the moment, but you could specify that certain shows should be added to the top of the queue and certain shows should be added to the bottom in your flexget config. Here's what a snippet of your config might look like:

Code: Select all

series:
  - Show 1
  - Show 2
  - Other Show
  - Crap Show:
      queuetotop: no
Setting queuetotop to no for that series means it will be added at the bottom of your queue, no matter what your default is. Not quite what you were asking for, but maybe it gets you closer.
goodevilgenius
New User
New User
Posts: 7
Joined: Fri Nov 12, 2010 7:58 pm
Location: Hagerstown, MD, USA
Contact:

Re: Plugin to keep torrent at bottom of queue?

Post by goodevilgenius »

gazpachoking wrote:You could specify that certain shows should be added to the top of the queue and certain shows should be added to the bottom in your flexget config.
Yeah, I saw how to do that already. It's not really what I want, because I don't want new high-priority shows to be added to the top, I just want them added above the low-priority shows.
Post Reply