iBicha / playlet

The unofficial, privacy driven, YouTube client for Roku
GNU Affero General Public License v3.0
308 stars 11 forks source link

[Email feedback] Playlet #113

Closed iBicha closed 11 months ago

iBicha commented 1 year ago

Just discovered Playlet. Thank you. Also just discovered Invidious.

Suggestions:

As previously mentioned, would like channels returned in search.

Also, some way to bookmark certain videos (and channels). I regularly check in to some livestreams and it would be nice to be able to watch without searching each time.

This one may be too hard: fast fowarding through a video shows frames like Youtube so you can figure out when to stop fast forwarding.

Is there an advantage to choosing another Invidious instance or to self-hosting one?

Thank you,

iBicha commented 1 year ago

Thank you, all great suggestions, and are on the roadmap! Let me try to cover them one by one.

Just discovered Playlet. Thank you. Also just discovered Invidious.

Suggestions:

As previously mentioned, would like channels returned in search.

Thank you. This is on top of my mind. I explain a bit in this reddit comment how I need to make some changes to the app in order to be able to support features like the channel view, or finding channels in search!

Also, some way to bookmark certain videos (and channels). I regularly check in to some livestreams and it would be nice to be able to watch without searching each time.

This is also on my mind, and related to https://github.com/iBicha/playlet/issues/51#issuecomment-1441030637

The simple way to achieve what you want as of right now, is to create playlists on Invidious, and they will show up in Playlet (see the reddit comment for more details)

As for bookmarking, or customizing the home page, the home page today is described in this file as follows:

Although this is now the home screen for everyone, the goal is to create a "Home page editor" where you can specify what goes in the home page. It can be result of searches, specific channel(s), playlists, etc.

This one may be too hard: fast fowarding through a video shows frames like Youtube so you can figure out when to stop fast forwarding.

In fact, this is not very hard, and I did prototype something that worked, but it's a bit hacky to say the least. Additionally, as I was prototyping this, I uncovered a couple of issues with the previews (such as https://github.com/iv-org/invidious/issues/3441 and https://github.com/iv-org/invidious/issues/3440) Finally, with the way I tried to implement this (in Inject thumbnails in DASH), it made loading the video potentially slightly slower to load by a second. The feature needs to be reworked differently, and potentially be added to the settings so that people can turn it off if it causes issues.

Is there an advantage to choosing another Invidious instance or to self-hosting one?

Absolutely! I run a self-hosted on my home server, and the benefits are

Thank you,

iBicha commented 11 months ago