po5 / mpv_sponsorblock

mpv script to skip sponsored segments of YouTube videos
GNU General Public License v3.0
531 stars 29 forks source link

Python was not found #38

Closed Obegg closed 2 years ago

Obegg commented 2 years ago

I Installed:

python-3.9.6-amd64.exe

And did that:

Move this repo's contents into your mpv scripts folder.

On console:

[sponsorblock] Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.

I tried uninstalling, restarting, installing again, it doesn't work. (WIndows 10 Pro 64Bit)

super-lurker commented 2 years ago

use this one instead, it doesnt rely on python

https://codeberg.org/jouni/mpv_sponsorblock_minimal

po5 commented 2 years ago

Keep in mind the fork @super-lurker linked will leak every single video you watch to the SponsorBlock server.

Learn how to install python, it's a google search away.
If for whatever reason you only have the py launcher or something, you can set the python_path script option.

Obegg commented 2 years ago

Keep in mind the fork @super-lurker linked will leak every single video you watch to the SponsorBlock server.

Learn how to install python, it's a google search away. If for whatever reason you only have the py launcher or something, you can set the python_path script option.

By "every single video" you mean only youtube videos, right? Not local files?

I installed python, but apperently there's more to the install than the normal install file.

Obegg commented 2 years ago

Ok, quick update, I got python installed thank to this: https://phoenixnap.com/kb/how-to-install-python-3-windows I needed to run the installer as admin and mark everything to install. Thank you!

po5 commented 2 years ago

Yes, only YouTube videos (including local files downloaded with youtube-dl) get leaked by that fork.
Glad you got it to work.