devhotteok / TwitchLink

Twitch Stream & Video & Clip Downloader/Recorder. The best GUI utility to download/record Broadcasts/VODs/Clips.
https://twitchlink.github.io
MIT License
389 stars 31 forks source link

A better display method for clips or better filters #193

Open Stav06 opened 7 months ago

Stav06 commented 7 months ago

The current filter for clips is 24H, 7D, 30D and All, which is making it impossible to view particular clips from streamers which have a large collection of older clips. The way its currently designed is when scrolling down it loads a bunch of new clips, but the old ones are still there and kept in the RAM. So if I am scrolling through thousands of clips, the RAM gets completely full and the program just shuts down.

The issue I'm having is the clips I'm after are over 30 days old, so I filter by ALL, but they also have very few views (keep in mind that they are sorted by view count highest to lowest) and there are thousands of clips. So I keep scrolling down but my RAM gets so full that Twitchlink becomes unstable and shuts down. I added more RAM to 64gb but even that fills to 100%.

So to get round this issue maybe can we have the option to see the clips in pages rather than the continues scroll method that it currently uses? Or at least have better filters where we can search by a more specific date range or by view count ranges?