How to use external yt-dlp #1032
-
Hello! I'm trying to use smplayer with windows 10, and I've been coming from using mpv and yt-dlp, both of which are already in my system $PATH variable As I dont want to be syncing multiple configuration files around my system, I'd really like to be able to use the mpv and yt-dlp on my system! Mostly because my system yt-dlp configuration has been configured for being able to use cookies from a specific browser install so it can access media locked behind login screens! I've been able to get it to use the mpv install fine from c:/tools/mpv/mpv.exe but I dont see a way to pass a way to make smplayer not pass Is there an option I'm overlooking or should I put in a feature request to be able to configure this tool that relies on external tools to use a specific install of the external tool? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
If you set "support for video sites" to "disabled" in preferences -> network, smplayer won't pass any --yt-dlp options. You can then pass your own options in preferences -> advanced -> mplayer/mpv -> options. |
Beta Was this translation helpful? Give feedback.
-
cool, that's mostly accurate and does work.
There is a ytdl option that gets passed per logs (`--ytdl=no`) but luckily
passing `--ytdl=yes` overrides that
still would be nice if the option where you can tell it to use ytdl would
let you input the path to the ytdlp install like it does with the mpv
binary but hey at least this works for now.
[image: image.png]
…On Wed, 21 Aug 2024 at 08:00, Ricardo ***@***.***> wrote:
If you set "support for video sites" to "disabled" in preferences ->
network, smplayer won't pass any --yt-dlp options. You can then pass your
own options in preferences -> advanced -> mplayer/mpv -> options.
—
Reply to this email directly, view it on GitHub
<#1032 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEZJBIQ6HYLUKMEJIEU72DZSR6NBAVCNFSM6AAAAABM2MHMKGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANBQGY3TANQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
There does exist inside smplayer.ini:
|
Beta Was this translation helpful? Give feedback.
If you set "support for video sites" to "disabled" in preferences -> network, smplayer won't pass any --yt-dlp options. You can then pass your own options in preferences -> advanced -> mplayer/mpv -> options.