-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: Decorate videos with their status (unlisted, deleted, privated, currently live, shorts, members only) #662
Comments
So two parts here:
Some elaboration on statuses, as it stands videos on Holodex have 5 statuses:
While there is some gradual backcrawling, video statuses generally won't update some time after being uploaded/turned into an archive. As for your indicator suggestions:
TL;DR Status filtering/searching could work at some point, but adding indicators for every status seems extra. |
But these "statuses" are already mutually exclusive so only one would be shown at a time, or if that's not the case, show a single icon based on some priority. I don't think every status needs an icon necessarily, just that there should be some visual distinction. Maybe deleted or privated videos titles would have more gray text than the usual style. One nice thing about this is that we're freeing up the topic text for members videos and knowing which videos are no longer publicly visible. Other statuses to consider either provided by youtube or synthetic, I'm not sure if there's any more other than age-restricted, perhaps "long" (over 2:30 hours or something). |
Displaying a trash sign on something that's already missing seems a bit extraneous (are we calling this video trash?). Maybe instead of the youtube default video thumbnail we can show a more interesting 'missing' / 'not available' thumbnail instead? Open for ideas |
This is actually a really cute idea. IIRC we used to have an aqua 404 image or something when the site was down? We could edit that into a default missing thumbnail, and this is extra work but perhaps we could seek out org-specific variants of it. |
This is a great tool for being an archive of a channel's videos and finding other related videos. Occasionally videos will be removed, change status or other.
You'll kinda know that a video was deleted or otherwise made inaccessible if the thumbnail doesn't show. You'll kinda know that a video is members only if it has the topic
membersonly
shown in the thumbnail but I'm not sure how reliable of an indicator that is. But there should be something more explicit and reliable.Can the status of a video be saved for a video? Given the known status of a video, make it filterable and have icons or labels indicating it in the UI.
I'd imagine refreshing an entire channel periodically would be infeasible, maybe on visit by a user when the data is loaded after some amount of time since the last check, a check is made with youtube (since it's already embedding, I'm assuming other APIs are being used) and updated if there's changes.
The text was updated successfully, but these errors were encountered: