mateussouzaweb / crunchyroll-webos

Unofficial WebOS TV App for Crunchyroll.
GNU General Public License v3.0
99 stars 20 forks source link

[Feature Request] 'Skip intro'-button #30

Open uherman opened 10 months ago

uherman commented 10 months ago

Is there any way the "Skip Intro"-button that exists on the crunchyroll website and iOS app can be added?

I tried to get into the code but since im unable to find exactly what information is available from the API it was hard to evaluate if this feature is even possible.

Im imagining that there is some kind of "IntoLength" property that can be used to skip the intro, but that is just a theory.

I tried accessing the API(https://api.crunchyroll.com/<resource>.0.json) with my bearer token from the official website but only got bad_auth_params error. Does anyone on here have any suggestions on how to access the API?

mateussouzaweb commented 7 months ago

The new API will allow this feature in the future (https://github.com/mateussouzaweb/crunchyroll-webos/blob/master/src/scripts/api.ts#L691), it just remains the implementation on the project...