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

A GUI to add explorer context menus to files. #5457

Closed
arturolinares opened this issue Aug 1, 2020 · 1 comment
Closed

A GUI to add explorer context menus to files. #5457

arturolinares opened this issue Aug 1, 2020 · 1 comment
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@arturolinares
Copy link

arturolinares commented Aug 1, 2020

📝 Explorer context menus

Sometimes I want to create tools for certain files in the explorer contextual menu. For example, creating a menu item that allows me optimize a video file using VLC, I would expect a GUI that allows me configure it:

  • File type: What files should show the contextual menu item. For example, video/mp4.
  • Label: The menu item label. For example, Compress video.
  • Command: The command to run when the menu item is selected. For example:
"C:\\Program Files\\VideoLAN\\VLC\\vlc.exe" "-I dummy" "%s" ":sout=#transcode{vcodec=h264,scale=Automático,width=720,acodec=mpga,ab=128,channels=2,samplerate=44100,scodec=none}:std{access=file{no-overwrite},mux=mp4,dst='%s-small.mp4'}" "vlc://quit"

In the above, %s gets replaced with the full path of the selected file.

Expected behavior

Following the above example, all mp4 videos in explorer will now show a menu item when they are right-clicked that says "Compress video". Upon click, a new compressed video will be saved in the same folder with the suffix -small.mp4.

image_33 (Small)


If you'd like to see this feature implemented, add a 👍 reaction to this post.

@ghost ghost added the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Aug 1, 2020
@crutkas
Copy link
Member

crutkas commented Aug 6, 2020

Great idea, I think the master issue for this is issue #33. I think ability to add in custom commands / remove unneeded items is the root.

@crutkas crutkas closed this as completed Aug 6, 2020
@crutkas crutkas added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

2 participants