windows-server-2003 / ThirdTube

A work-in-progress homebrew YouTube client for the 3DS
GNU General Public License v3.0
214 stars 25 forks source link

IMPORTANT - Use the invidius api by default in ThirdTube #40

Open wuniversales opened 3 years ago

wuniversales commented 3 years ago

API: https://docs.invidious.io/API.md Instances: https://docs.invidious.io/Invidious-Instances.md

All are advantages:

Do I need to put more advantages? I think these are enough. XD

wuniversales commented 3 years ago

I think this also helps the old 3ds to improve their performance for watching videos.

WaterMelon4938 commented 3 years ago

Is there a way to enable this?

InaBuild commented 3 years ago

Is there a way to enable this?

It's A Api The back bone of a app It's Not A Setting You Well need to change the code and a ton more

wuniversales commented 3 years ago

Is there a way to enable this?

It's A Api The back bone of a app It's Not A Setting You Well need to change the code a ton more

Exactly, it would be to do a complete update of the application. But this would have the advantage that the application would be more stable, it would give fewer errors, and it would need less maintenance by the team, since the api that directly sends the information from YouTube without the need to parse the page.

PS: Maybe this means more battery savings for 3ds.

The only thing that I would add as an "extra" to avoid problems with the api in the application, is an option to configure which instance to use.

That is, by default, it has an instance configured, but it can be changed.

InaBuild commented 3 years ago

actly, it would be to do a complete update of the application. But this would have the advantage that the application would be more stable, it would give fewer errors, and it would need less maintenance by the team, since the api that dir

Did Someone Say Battery Life?

wuniversales commented 3 years ago

Did Someone Say Battery Life?

I just said it as another bonus. The processor would not have to process almost anything because the api gives it everything done, consequently more battery. Let's see the developers who think about this.

InaBuild commented 3 years ago

Did Someone Say Battery Life?

I just said it as another bonus. The processor would not have to process almost anything because the api gives it everything done, consequently more battery. Let's see the developers who think about this.

I Don't Think Windows_server_2003 cause he hasn't been responding to issues but we should hope

windows-server-2003 commented 3 years ago

I'm back! I agree that invidius is better in terms of stability. However, YouTube parsing has little impact on performance, memory consumption or battery life, as it is only done when a user opens a video. So, I'm not considering this as a high-priority feature for now.