-
Notifications
You must be signed in to change notification settings - Fork 36
"Clips Related" functionality introduced in v4.0.0 no longer appearing #619
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
Comments
Usually this means the VOD on Twitch is gone (deleted, expired, etc) so it wipes out the ID on Twitch's end. The Twitch API doesn't have a
Maybe I can add something that allows manually linking clips to videos? You would need to know that clip goes to that video which might be difficult. |
Ah, so I will mention that they don't publish their VOD's. Could this be the reasoning? The hope was to have all clips archived and tagged to the relevant VOD for easier content discovery for creators. A manual link would be helpful for sure, but I may have to re-think archiving all clips if it would have to be a manual process. Thanks |
If the original video the clip was taken from is not on Twitch then it's impossible to get that information. For some reason Twitch removes the ID from that field if the video is removed or not published. |
Apologies for the delay in getting back, hectic week... That's frustrating, I don't suppose there could be a workaround? For example my friend I host Ganymede doesn't want their vods published, but if they were temporarily published, would that enable a the possibility of a manual sync if that kind of functionality was added? And after that we unpublish them again? If not, being able to sort by 48 hour intervals and then being able to manually link would be handy. Maybe some kind of tick box to link the highlighted clips to a vod. Not sure if that would be a nightmare to implement however. |
Clips are tied to the VOD and not the live stream so the channel presumably has to enable "auto publishing" or whatever the setting is that the VOD is available as the channel is streaming. Without that there is no other way. You'd have to experiment more on your end
I could add a button to link a clip to a VOD in the video menu but having to do that for a lot of clips per VOD is going to get old quick. If you know your way around SQL you might be able to write a small script that automate this, somehow. The video in the database needs the |
Version
Commit:1bafb4f Tag:v4.0.3
I'm not sure if it's just me with my deployments, but has the Clips related/Video Clips section underneath vods now missing? This is the functionality added in v4.0.0, I've checked tens of VOD's which have clips archived, but none of them have any related clips nor any reference to the old menu for this. I haven't seen this menu for a few weeks as far as I can remember. The chat activity appears as you can see from my screenshot -->
The text was updated successfully, but these errors were encountered: