Should "Hide Live Streams" hide upcoming premieres? #2850
Replies: 3 comments
-
While waiting for opinions I'm going to start hacking on this as an independent new option similar to #507's request. If it makes more sense to combine it, I can make that fix before merge. Please shout back and stop me if there's already similar work in progress somewhere I haven't found on my own. |
Beta Was this translation helpful? Give feedback.
-
First pass at adding this as a new option: #2853 Thoughts appreciated. |
Beta Was this translation helpful? Give feedback.
-
Sorry that no one got back to you on this. Glad to see your change was merged though 🙂 |
Beta Was this translation helpful? Give feedback.
-
The Hide Live Streams option currently hides some-but-not-all upcoming premieres, and I'm not sure what the proper behavior is. Opening a discussion rather than an issue because I can't tell whether it's a bug.
If the option is supposed to hide all future vids, which seems like a reasonable thing to do, this looks like a bug to fix.
If some should remain under the desired behavior and this is working basically as intended, I'd like to add a new option to hide the remaining upcoming videos due to personal annoyance and have some hacking time this week to attempt the addition.
My use case for clarity: When using FreeTube I'm only interested in seeing complete VODs. I'm the Ghost of Videos Past. Present and Future are not my thing.
Channel where it's currently easy to see undesired behavior: https://www.youtube.com/user/CppCon. This is one channel of many that posts premieres months in advance, adding useless noise to the Subscriptions page.
Screenshots below are using
npm run dev
against f4d14ee (cloned today).Appearance in Subscriptions with Hide Live Streams OFF:
6/7 future videos marked as live. The non-live one in the middle premieres in 15 days.
Appearance in Subscriptions with Hide Live Streams ON:
The videos that were already marked live are now hidden, but the non-live upcoming premiere remains visible as the first item in the list. This is the one I'd like to see gone.
Related: #507, #1070, #2755
Should I file a bug and try to fix, or start adding a new option?
Beta Was this translation helpful? Give feedback.
All reactions