-
Notifications
You must be signed in to change notification settings - Fork 25
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
"ext_id" on the VOD Information always a mismatch. #346
Comments
Twitch has a VOD ID and a live ID which is why they are different. Once the video download is complete, I can attempt to update the Ganymede VOD with the Twitch VOD ID that corresponds with the live stream. This obviously has some catches. The VOD needs to be available immediately so the channel needs to not have the manual vod creation setting enabled (where the channel needs to click a button to publish the vod), and needs vods turned on in general. If the Ganymede livestream video does get updated with the correct external ID of the VOD then you won't be able to archive the VOD as it technically already exists in Ganymede (the external IDs are the same). Probably not a huge concern as you already have the livestream. Would this solve your issue? |
Yes, sounds good!
For me what won't be a problem at all, as you said, I already have the VOD. Thank you! |
Thank you! Any way I can force this on existing vods? |
I've added a task that runs the logic for all channels in #351. It is available using the |
Thank you so much! Seems to be working :D |
After a little tinkering with it I found out it only works for the latest ~18 vod's located at the =archives (example: https://www.twitch.tv/lekkerspelen/videos?filter=archives) on a twitch channel. Now I noticed that those also have a different vod id... It does work for the newly added vod's automatically tho so thats good! :) So would it be possible to have the older live archives also corrected with the right vod id? |
The API call to Twitch to fetch videos is scoped to only return |
Discussed in #345
Originally posted by CappiSteijns January 7, 2024
Wouldn't count this as an issue because beside archiving and watching on Ganymede I'm using the VOD Information from ganymede to make an index on my website so other people can easily find vods trough playlists I made in Ganymede.
For example: https://lekkerspelenfandom.nl/untitled-2/
But take this VOD information as example:
You would think the "ext_id" would be the id of the vod? So that would be https://www.twitch.tv/videos/42114447897.
But that doesn't exist, it actually is in this case: https://www.twitch.tv/videos/2003234717.
So I was thinking that maybe twitch changes the "ext_id" when it's going from live to vod?
Probably out of scope for this project but was wondering if there was an fix for this.
The text was updated successfully, but these errors were encountered: