Skip to content
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

Helix Videos API does not return game #58

Closed
BtbN opened this issue Feb 12, 2020 · 12 comments
Closed

Helix Videos API does not return game #58

BtbN opened this issue Feb 12, 2020 · 12 comments
Labels
feature Flagged as a feature request, not a bug. product: api API endpoints in the "helix" namespace ticketed Has been given an internal tracking ticket

Comments

@BtbN
Copy link

BtbN commented Feb 12, 2020

Brief description

The /helix/videos endpoint does not return any info about what game(s) was/were played in that video.

Expected behavior

The response JSON should contain at least the first game played in that video, like the old v5 API does. Either as game name, ID, or ideally even both.

Additional context or questions

There does not appear to be a way to get that information at all. So currently, one has to fall back to single-video v5 API calls to get that information.

@BtbN BtbN added the product: api API endpoints in the "helix" namespace label Feb 12, 2020
@BarryCarlyon
Copy link
Contributor

I'd vote for a FULL chapters object.

Pseudo object example

{
    vod_id
    channel_id
    stream_start: UNIX
    chapters: [
        {
            started_at: UNIX,
            uptime_into_vod: seconds_since_start_of_vod
            title:
            game_id
        },
        {
            started_at: UNIX,
            uptime_into_vod: seconds_since_start_of_vod
            title:
            game_id
        }
    ]
}

@mauerbac mauerbac added the ticketed Has been given an internal tracking ticket label Mar 23, 2020
@mauerbac
Copy link

thanks @BtbN . Submitted internally -> HLX-1325

@jimgrimmett
Copy link

Are the chapters/game details for VODs going to be in a release soon? This is one of the main things stopping us from leaving Kraken behind (along with some of the old Kraken channel data that isn't on user yet e.g follower count)

@BarryCarlyon
Copy link
Contributor

Are the chapters/game details for VODs going to be in a release soon

Chapters (gameID's/offset timestamps) has a uservoice - https://twitch.uservoice.com/forums/310213-developers/suggestions/38155990-return-tags-and-game-id-in-get-videos-in-helix to upvote instead

Kraken behind (along with some of the old Kraken channel data that isn't on user yet e.g follower count)

For Follower count: call the followers API (with ?first=1 and read the total), for the total, it (probably) won't be "added" to the user output.

@jimgrimmett
Copy link

Thanks, I've voted in the uservoice.

Thanks for the note about GetUserFollows I either missed it the total wasn't there last time I looked - lets be honest, I missed it.

Cheers, Jim.

@Planks
Copy link

Planks commented Jul 17, 2021

thanks @BtbN . Submitted internally -> HLX-1325

I'd like to ask if there is internal progress on this ticket as there is still no equivalent data in the helix endpoint and v5 now has an official EOL of 28 Feb 2022

@josephschorr
Copy link

Just adding onto this: My use of the video API has a critical dependency on the ability to determine the game of the video and I'm still stuck on v5 video API as a result.

I'm also blocked by the lack of the broadcast platform information as well. Can we get an issue filed to have the broadcast_platform added back into the video information?

@BarryCarlyon
Copy link
Contributor

Can we get an issue filed to have the broadcast_platform added back into the video information?

You need a uservoice for this (not a bug report)

https://twitch.uservoice.com/forums/310213-developers

For game on videos (and tags)

https://twitch.uservoice.com/forums/310213-developers/suggestions/38155990-return-tags-and-game-id-in-get-videos-in-helix

But for games+offsets for when a game change happens in a video/stream

https://twitch.uservoice.com/forums/310213-developers/suggestions/42720509-highlight-vod-offset-origin-vod

@josephschorr
Copy link

@BarryCarlyon Much appreciated for the pointers. Will file a uservoice.

@Xemdo
Copy link

Xemdo commented Aug 11, 2023

Since this is a feature request and not a bug in Get Videos, I'll close this out

@Xemdo Xemdo closed this as completed Aug 11, 2023
@Xemdo Xemdo added the feature Flagged as a feature request, not a bug. label Aug 11, 2023
@Planks
Copy link

Planks commented Aug 11, 2023

Since this is a feature request and not a bug in Get Videos, I'll close this out

What's the status of the internal ticket HLX-1325? It is after all a regression, and one that was reported in good time for v5's deprication, not a feature request.

@Xemdo
Copy link

Xemdo commented Aug 15, 2023

HLX-1325 was moved into another internal ticket that's tracking the development of the feature request mentioned on https://twitch.uservoice.com/forums/310213/suggestions/38155990

As far as v5/Helix migration currently is seen, misses in feature parity are unfortunately not a bug. Any additional features being added into Helix that replicate the features from v5 are considered a feature request for Helix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Flagged as a feature request, not a bug. product: api API endpoints in the "helix" namespace ticketed Has been given an internal tracking ticket
Projects
None yet
Development

No branches or pull requests

7 participants