-
Notifications
You must be signed in to change notification settings - Fork 115
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
Incorrect sort order of videos in a channel #612
Comments
Thanks for opening the issue, I would like to have this resolved as well. The api doesn't include a way to filter or request the playlist with sorting, so we can only sort the returned videos. Atm the only reliable way to resolve this would be to request the whole I will post any progress made on the issue here. |
I have done a few tests myself using API v3. Not sure whether this is what is used in the Kodi addon, but the request does allow the sort order to be defined. |
Will look into using search hopefully this evening/tomorrow. What we're currently using is https://developers.google.com/youtube/v3/docs/playlistItems/list with the channels One down side is going to be the quota cost going from 5~7 points to 100 points. If it resolves the channel order I think it'll be worth the cost. May need to expose the
|
v6.5.0~alpha2 has the changes to use search and adds the Uploads playlist to channel playlists. |
That's better. Thanks |
Thanks for confirming it's improved. |
I notice that the channel list now includes live streams. This means you could remove the Live page on the channel page. Just a thought. |
I have been plying and noticed that I get 1:1 results when published dates are used. The problem will be how to deal with the variable number of results in the app and the quota cost. Some channels would have 1 video per month and some 10 videos per day. |
For some Youtube channels the list of videos is not in chronological order. It's been bugging me for a while now and causes me to miss videos because they end up appearing on later pages.
A good example is JustKiddingNews channel. They past multiple videos per day (not sure if that has anything to do with it). With default, date or date added sort order, page 1 of the channel video list has missing videos compared to Youtube in a web browser. These videos appear on later pages.
Further information is here...
https://forum.kodi.tv/showthread.php?tid=325740&pid=2857221#pid2857221
...and has also been confirmed by forum user anxdpanic, quote - 'I can confirm this is happening, it appears to be a disparity between the public and private api.'
Notes:
This occurs when signed in (with my private keys) or signed out.
Originally found on version 6.4.0 and also 6.4.1.
The text was updated successfully, but these errors were encountered: