YouTube Playlists #355
Replies: 2 comments 4 replies
-
Are you referring to super-playlists (i.e. a playlist of playlists). This should totally be doable with the current ytdl-sub version but might involve some config tinkering. Can you provide an example URL you'd want to scrape? EDIT: GitHub Issue for this: #502 |
Beta Was this translation helpful? Give feedback.
-
I'm thinking of channels like CrashCourse https://www.youtube.com/@crashcourse/playlists. The channel has a bunch of videos, and organizing them by date doesn't make much sense. They should really be organized by playlist/subject. I see that it can be done with "collection_season_1" and "collection_season_1_url", but that channel alone has 50+ created playlists and occasionally adds new ones. I wondering if there is a way to automate "download the videos in created playlists > make each playlist a season within that channel for Plex (unless there is a better approach) > periodically update for new videos in existing playlists or new playlists. I think I could probably work this out with yt-dlp and a bash script to rename/organize, but I thought it might be useful to others and your work on the project might have given you some insight into the best approach. Again, if it's not currently possible and you don't think it's a good fit for the project, that's totally fine. On the other hand, if it would be useful, I would be willing to help code/test. Thanks |
Beta Was this translation helpful? Give feedback.
-
First, thanks for the work you've put into this project. I'm wondering if you have thoughts on automating channel playlists for use in Plex. I mainly watch educational videos, so viewing them by playlist (topic) often makes the most sense. Finding a subject when the videos are organized by year is tough. I see the documentation about collections, but that seems to describe adding each playlist manually. Of course, if you are downloading videos regularly, playlist could change (new video added) and new playlist will be created. As you know, yt-dlp can download all of the playlists from a channel and put them in there own folder, but then they are not optimized for Plex. Do you have any ideas on the best approach? I have some basic Python skills, so I'm happy to help with coding and testing. If you don't think that feature is a good fit for this project, that's fine also.
Beta Was this translation helpful? Give feedback.
All reactions