-
Notifications
You must be signed in to change notification settings - Fork 879
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
[Feature Request]: do not skip private (unavailable) videos when numbering items in a playlist #3660
Comments
Keep in mind that FreeTube always interacts with YouTube logged out, so you can't compare it to being logged into YouTube. Just had a look, YouTube's numbering on the website is based on the videos visible in the current view:
Conclusion: FreeTube's numbering is the same as YouTube's. |
So this is actually a much bigger feature request, instead of just different numbering you want us to change the way we extract playlists, telling YouTube to return the useless hidden stuff (could only do it for the local API, as we only have that amount of control there, highly doubt Invidious would want a breaking change like this as it would mean that everyone using the Invidious API would have to adapt their stuff), which will also require a bunch of changes to the watch page, including rethinking and rewriting the way things like shuffling etc work so you don't end up on a broken watch page. |
Closing this as it isn't worth it to change this much for content we cant even play and displaying it just for the sake of matching with the total videos in playlist number |
Guidelines
Problem Description
When there are unavailable videos, YouTube playlists have two states (if you are logged in without age restrictions):
If I understand correctly, FreeTube should be showing videos that are not available in your region, but it is not showing videos that are private. Numbers are as if the private videos did not exist.
yt-dlp --playlist-items
acts as if all videos were on the list, so FreeTube's numbers are not compatible with it.Proposed Solution
Do not skip private videos when numbering list items.
Alternatives Considered
None, unless there is any use for the skipping.
Issue Labels
improvement to existing feature, support for external software
Additional Information
No response
The text was updated successfully, but these errors were encountered: