Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd file and python script works - send to doesn't (windows 10) #59

Open
Tiwas opened this issue Mar 25, 2018 · 1 comment
Open

cmd file and python script works - send to doesn't (windows 10) #59

Tiwas opened this issue Mar 25, 2018 · 1 comment

Comments

@Tiwas
Copy link

Tiwas commented Mar 25, 2018

Hi again.

Ok, so I got the script to work now. I followed the instructions putting the cmd file in the send to directory. Right clicking a movie and sending it to the cmd file just flashes a black windows (command prompt) really quickly with nothing happening. If I call the cmd directly it works like a charm. I've tried adding pause statements in the cmd to see where it breaks, but even if I put a pause on the first line nothing happens. I guess this means it doesn't even start to run the file.

Anyone got any ideas what might be happening?

@N8ND
Copy link

N8ND commented May 31, 2018

My guess. Propably some security settings. Meaning the cmd file runs as non-administrator. And tries to do things it isn't authorized to do.

To help you with this.

  • Open folder were the file is in you want to get subs for.
  • SHIFT + Right Click in the folder (not on a file) and click

Open CMD here

Mine said:

Open PowerShell windows here

You can also just open a cmd, NOT AS ADMIN, and cd to the correct directory.

  • Then run the command python "C:\subtitle-downloader.py" "path_to_file\xxx.mp4"
  • Then you will probably see more. And maybe even some incorrect permissions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants