Hello all!
I am downloading UFC events using Flexget which is a great python app for initiating downloads. My config attempts to grab releases 720p-1080p, excluding via regex stuff like weigh-ins, embedded, TUF, etc.
In general it is working well, but I'm downloading WAY more than I'd like. I want to seed indefinitely, but I'm quickly running out of drive space.
Lets use UFC 245 as an example. My config ended up downloading the following:
Code:
4.7GB UFC.245.720p.WEB.H264.Fight-BB.mkv
3.4GB UFC.245.Early.Prelims.1080p.WEB-DL.H264.Fight-BB.mp4
2.1GB UFC.245.Early.Prelims.720p.WEB-DL.H264.Fight-BB.mp4
5.1GB UFC.245.Early.Prelims.720p.WEB.H264-LEViTATE
11GB UFC.245.PPV.1080p.WEB.h264-VERUM
5.3GB UFC.245.PPV.720p.HDTV.x264-VERUM
5.0GB UFC.245.Prelims.1080p.WEB-DL.H264.Fight-BB.mp4
3.4GB UFC.245.Prelims.1080p.WEB.H264-SHREDDIE
4.6GB UFC.245.Prelims.1080p.WEB.h264-VERUM
3.0GB UFC.245.Prelims.720p.HDTV.x264-WH.mp4
3.1GB UFC.245.Prelims.720p.WEB-DL.H264.Fight-BB.mp4
3.1GB UFC.245.Prelims.720p.WEB.H264-SHREDDIE
5.1GB UFC.245.Prelims.Repack.1080p.WEB.H264-SHREDDIE
4.0GB UFC.245.Prelims.Repack.720p.WEB.H264-SHREDDIE
63GB total
Thats 3 different versions of the main card, 3 of the early prelims, and 8 versions of the prelims. 63GB of stuff vs the 15-ish GB I'll end up actually watching and archiving. I'm also worried this will negatively impact my ratio, downloading versions that others might not bother with.
I considered adjusting my regex to only download from a certain group, like VERUM. But that's going to get some stuff forgotten about, like VERUM released early prelims for UFC 243 and 245, but not 244.
Does anyone else use Flexget? Or has anyone had a similar issue with another tool and found a clever solution?
Thanks!