Page 1 of 1
Plugin to keep torrent at bottom of queue?
Posted: Fri Nov 12, 2010 8:06 pm
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?
Re: Plugin to keep torrent at bottom of queue?
Posted: Fri Nov 12, 2010 11:24 pm
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.
Re: Plugin to keep torrent at bottom of queue?
Posted: Sat Nov 13, 2010 12:52 am
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.