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

Downloading from a playlist show only one item #44

Closed
syedmahm opened this issue Apr 22, 2021 · 3 comments
Closed

Downloading from a playlist show only one item #44

syedmahm opened this issue Apr 22, 2021 · 3 comments
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@syedmahm
Copy link

Hello,

When I try to download from a playlist, I do not see the list of videos showing, rather it only shows one item and tells how many videos are in the playlist. It is still possible to download all the videos, but it is not possible to choose selected ones.

I am trying to download this playlist:
https://www.youtube.com/playlist?list=PLB0j2hqgnW6UEIjZ6gFpgQXBdE0tayAlk

Please see the screenshot:
Screen Shot 2021-04-22 at 4 46 19 PM

Thanks!

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional info (please complete the following information):

  • OS: [e.g. Windows 10]
  • Application version [e.g. 1.8.4] (the version can be found in the settings menu)

Additional context
Add any other context about the problem here.

@syedmahm syedmahm added the bug Something isn't working label Apr 22, 2021
@jely2002
Copy link
Owner

jely2002 commented Apr 22, 2021

Hi syedmahm,
Imagine adding a playlist with 1000 videos, showing every video separately in the queue will slow down the application by a lot. This is why I decided to merge all the videos into one video representing the playlist. This is what's happening with your playlist right now. The default setting is that playlists bigger than 50 videos get merged into one, so by default my app should list all the videos of your playlist.

My guess is that you changed the "Split playlists into separate videos when:" setting to "never split". This causes all videos in the playlists to get merged into one, regardless of length. If you change this setting back to "less than 50 videos" my app should list all videos in the playlist as long as it contains less than 50 videos.

This is how the setting should look like:
illustration of the right setting

TL;DR
I believe you have the "Split playlists into separate videos when:" setting set to "never split". While it should be "less than 50 videos". As illustrated above.

Please let me know if you happen to have more questions.

@jely2002 jely2002 added the documentation Improvements or additions to documentation label Apr 22, 2021
@syedmahm
Copy link
Author

syedmahm commented Apr 23, 2021 via email

@jely2002 jely2002 added question Further information is requested and removed bug Something isn't working labels Apr 23, 2021
@jely2002
Copy link
Owner

Thanks for the follow-up question,
I have removed the feature that allows selection of videos to download by their number, in favour of listing all videos in a playlist. This is because youtube-dl-gui now supports more services than only YouTube. Playlists are not always ordered the same way when requested by youtube-dl as when the user views them on the service itself. This can cause confusion because with a different order, number 16 can be a different video than expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants