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
I just managed to get Subify in the windows context menu. Although it would be nice if this can be done by the application itself.
How I did it:
Open Run (win + R) and execute shell:sendto (this will navigate to the folder with the "Send to" context menu shortcuts)
Add an new shortcut
Location: C:\Windows\System32\cmd.exe /k "C:\tools\subify.exe dl -o" (Change the subify command if needed)
Choose an name, I took "Subtitle and open"
And you're done! Just right mouse click on an video and Send to > Subtitle and open. It will find the subtitle and open the video.
Issues:
You have to add the first part to prevent the You need to open cmd.exe and run it from there. warning. This makes sense if there is no file parameter, but the Send to functionality in explorer automatically adds this.
You can not change the icon. (Changing it will replace the CMD shortcut icon everywhere)
After opening there is still an CMD window open. You can fix this by changing /k to /c, but then you will never know when an error occurs.
My request:
Please implement native context menu functionality or adjust the You need to open cmd.exe and run it from there. warning. This will also solve all issues I have.
The text was updated successfully, but these errors were encountered:
I just managed to get Subify in the windows context menu. Although it would be nice if this can be done by the application itself.
How I did it:
shell:sendto
(this will navigate to the folder with the "Send to" context menu shortcuts)C:\Windows\System32\cmd.exe /k "C:\tools\subify.exe dl -o"
(Change the subify command if needed)And you're done! Just right mouse click on an video and
Send to > Subtitle and open
. It will find the subtitle and open the video.Issues:
You need to open cmd.exe and run it from there.
warning. This makes sense if there is no file parameter, but theSend to
functionality in explorer automatically adds this./k
to/c
, but then you will never know when an error occurs.My request:
Please implement native context menu functionality or adjust the
You need to open cmd.exe and run it from there.
warning. This will also solve all issues I have.The text was updated successfully, but these errors were encountered: