Replies: 5 comments
-
Syncplay doesn't have any easy feature to do this, but you might be able to use the |
Beta Was this translation helpful? Give feedback.
-
Yaaay, it helped! Could we maybe implement something like this directly into syncplay? When the user pastes the youtube playlist link it could maybe create a collapsible drop-down with all the videos of the playlist listed, so anyone could open the dropdown and choose a specific video to play. Edit: the code used for the function:
|
Beta Was this translation helpful? Give feedback.
-
I'm not sure how easy it would be to directly integrate the feature into Syncplay on all platforms and whether on balance we want the added complexity or not, but I can see why some people would find it useful. My initial expectation would be that Syncplay would run youtube-dl (if the user has it) with those options and parse the results rather than try to make and maintain its own system for decoding YouTube playlists. This would require the ytdl location to be specified somewhere. |
Beta Was this translation helpful? Give feedback.
-
Why not just use %path% or a local folder? |
Beta Was this translation helpful? Give feedback.
-
This discussion is being locked as there are no plans to add this feature to Syncplay. Adding non-core features not only takes up development time but can increase the complexity of the software, increasing the chance of bugs and making the interface and documentation more complex. As per #315 we only have limited development time, and so we are focussing on supporting the main use cases and not every possible way that people might want to use Syncplay. |
Beta Was this translation helpful? Give feedback.
-
Let's say I have some generic Youtube playlist like this one: https://www.youtube.com/playlist?list=PL2788304DC59DBEB4
If I add this URL to syncplay, although it makes it possible to watch all the videos by checking Next on the video player, it doesn't add all the video links to the syncplay playlist, making it harder to choose a specific video to play for everyone in the room.
Is there an easy way to populate all the video URLs from the YouTube playlist into the syncplay playlist?
This could be a possible intended behavior.
Beta Was this translation helpful? Give feedback.
All reactions