You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if a videos is played through playlist, its file is like ytdl://gyJCjbXzcKc, while adding video directly the file would be the actual URL on youtube. I think it'd be nice if they both show the video URL.
Throught?
The text was updated successfully, but these errors were encountered:
Spent some time looking at this issue. It seems like in order to get the correct URL, we either have to remove --flat-playlist option, or change code on youtube-dl side.
I think it's too much trouble for a QoL feature, so closing this for now.
Hm, I feel like this could still be useful? I might try to poke at it sometime, because it should be reasonable enough to add youtube.com/watch?v=ID urls when we can be certain the playlist being loaded is a youtube.com playlist. It might require a custom mapping per service if youtube-dl won't give us the urls verbatim, but I feel like it's at least still worth doing even if only for youtube initially.
But yeah just a QoL thing, so not much of a priority. Would like to keep it open though!
Right now if a videos is played through playlist, its file is like
ytdl://gyJCjbXzcKc
, while adding video directly the file would be the actual URL on youtube. I think it'd be nice if they both show the video URL.Throught?
The text was updated successfully, but these errors were encountered: