daviddeutsch / yt-sanegrid

YouTube abandoned the subscription grid view. This has made a lot of people very angry and been widely regarded as a bad move.
http://daviddeutsch.github.io/yt-sanegrid/
GNU General Public License v3.0
37 stars 10 forks source link

Mute all button? #140

Open tordenflesk opened 10 years ago

tordenflesk commented 10 years ago

So, every video ever created by all my subscriptions just popped up due to the latest update. This would be ok if there was a simple way of muting/hiding them all.

daviddeutsch commented 10 years ago

It's not everything ever - just the last 50 videos per channel. I agree that it's too much though, I was just stress testing the new loading. In the future, it will only load 20 (actually already made that change) and then I'll try to figure out how to only load the very latest videos. It seems you can kind of do that through the activities stream (there is a marker for new items), but I'm not sure how much I can trust that data.

Finally: I would assume that you already had those old videos in your list. Part of the migration from the old list to the new will be converting existing mute/watched toggles into list changes. So if you have such a flag for every of those videos, sorting them away should be automatic for you once I have the migration done.