-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Sort videos (inside channels and playlists) by views and dates #7729
Comments
Just my 2 cents. I love the app. As a user, the issue I experience most... which is, literally, every time I search for videos through any means (text search, what's new, etc), is the returned video list is not sorted by descending date order. This order might be the most logical default to use. |
The default order on all mainstream sites is to sort by relevance. The only examples of default sorting by date I know are indie/small platforms that are in beta or an in-development state. |
Ok, I assumed the user's search inputs provided relevance. Even still, having the results date sorted is very useful as it allows user's to quickly assess applicability/relevance based on video age. Product review searches (e.g car road test,etc.) provide a ready example of when a date ordered result list would be helpful. |
I started a while ago an implementation, but I am not sure of what I did in terms of code model. I feel that the current implementation is a bit strange (using strings for sort filters). If you want to go ahead (I don't work on this for now, but on something else, that's not my priority for now), you can go ahead, especially because I am not able do the app implementation due to the lack of knowledge I have in Android specific development. Here are some tips to help you:
If you need additional help, don't hesitate to join our IRC channel to ask questions! |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as duplicate.
This comment was marked as duplicate.
If possible give the option show the videos inside a bookmarked playlist in original order (date when video was added) and reverse. I have a "watch later" list with almost 900 videos in them. When I want a recently added video, I have to scroll past 899 videos to get to the 900-st video. A simple switch would allow to show the recently added videos on the top. I don't know if this is the same issue #9676 . What date? Date of video creation? Or Date of when the video was added to the playlist? |
Checklist
What feature do you want?
I want to have an option for sorting videos by their dates or views.
Why do you want this feature?
Because scrolling down and finding the oldest video or most popular video is frustrating (especially if the channel/playlist has lots of videos).
The text was updated successfully, but these errors were encountered: