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?
Plugin to keep torrent at bottom of queue?
-
- New User
- Posts: 7
- Joined: Fri Nov 12, 2010 7:58 pm
- Location: Hagerstown, MD, USA
- Contact:
-
- Moderator
- Posts: 315
- Joined: Sat Aug 18, 2007 2:28 pm
- Location: Pittsburgh, USA
Re: Plugin to keep torrent at bottom of 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: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?
Code: Select all
series:
- Show 1
- Show 2
- Other Show
- Crap Show:
queuetotop: no
-
- 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?
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.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.