subtitle-downloader icon indicating copy to clipboard operation
subtitle-downloader copied to clipboard

Action file for Dolphin/KDE5

Open ghost opened this issue 7 years ago • 1 comments

I wanted to contribute with instructions on how to add the "Download Subtitle" item in the right-click context menu under Dolphin/KDE5

  1. Go in /home/<username>/.local/share/kservices5/ServiceMenus/
  2. Create the file DownloadSub.desktop
  3. Put the following content into the file. Substitute with the path to the repository
[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin,video/*
Actions=DownSub

[Desktop Action DownSub]
Name=Download Subtitles
Icon=kfm
Exec=<path_to_repository>/subtitle-downloader.py "%U"
  1. Make the file executable
  2. Close all instances of Dolphin and reopen it
  3. Right click on a video file and go to the "Actions" sub-menu. You should find the item there

ghost avatar Mar 18 '18 22:03 ghost

Hey @raffam , you can issue a Pull Request for the same. I'll merge it!

manojmj92 avatar Mar 19 '18 03:03 manojmj92