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

Filters option #16

Closed
Hexavall opened this issue Apr 25, 2021 · 2 comments
Closed

Filters option #16

Hexavall opened this issue Apr 25, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Hexavall
Copy link

May be good to have a filters option while searching content.
Some examples are:
-Close captioning available videos
-Videos
-Channels
-Songs
-Newer/Older
And others like those

Thanks for your work!

@arianneorpilla
Copy link
Owner

arianneorpilla commented Apr 25, 2021

This application doesn't use the YouTube API, it uses a library that loads the website and then attempts to simulate searching for content and then it returns the data yielded from that scrape. This means I'm limited by what the youtube_explode_dart library can do.

I do intend this app to be an extensive alternative to the YouTube application, but I think there are diminishing returns when it comes to every YouTube feature I try to emulate. To put it in a way I already have in a Reddit thread, my philosophy is not to completely replace existing apps in the Android ecosystem. I could spend my time imitating Kaku's OCR and AnkiDroid's SRS and... YouTube. Instead, I think it's healthier for the project to work on things that other apps can't achieve, and assume a symbiosis in the user's phone where they make the best of all tools as a working set of parts.

I hope that makes sense.

Users may use the actual YouTube app in conjunction with this app and then load the URL of the video they want to watch if they want to make use of the more obscure filters I can't imitate.

Closed captioning available videos: This is possible, but it will return videos that have a closed caption for any language and not specifically Japanese. I'm sure if you are making a Japanese related search query it will still be useful.
Videos: Trivially, you are already searching only for videos so this is already the case.
Channels: Not possible, I believe. The search method I'm using can't really filter searching only for channels.
Songs: Not technically possible, I wouldn't know how to identify a video with this.
Newer/Older: Search only returns a few elements, so I don't think this is very useful. What I can do is do newer/older for channel videos.

@arianneorpilla arianneorpilla added the enhancement New feature or request label Apr 25, 2021
@arianneorpilla arianneorpilla self-assigned this Apr 25, 2021
@arianneorpilla
Copy link
Owner

arianneorpilla commented May 6, 2021

I added what I could implement back in 0.14, see the following release notes:

  • Added an option to view channel videos by oldest or latest when holding a channel in the Channels page (Filters option #16)

For the filters that I could not implement, my alternative solution that I implemented in 0.15:

  • (New Feature) Share Intent - YouTube links can now be shared to the application to open a video (Add "share to/open with jidoujisho" #18), photos and text can now be shared to the application for the card creator

Users can search with the YouTube app and find whatever they need using the YouTube app's extensive filter options and then very easily share a video to the app to load it. I believe this should just as intuitively fulfill this request, so I'm closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants