subtitle-downloader
subtitle-downloader copied to clipboard
Action file for Dolphin/KDE5
I wanted to contribute with instructions on how to add the "Download Subtitle" item in the right-click context menu under Dolphin/KDE5
- Go in
/home/<username>/.local/share/kservices5/ServiceMenus/ - Create the file
DownloadSub.desktop - 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"
- Make the file executable
- Close all instances of Dolphin and reopen it
- Right click on a video file and go to the "Actions" sub-menu. You should find the item there
Hey @raffam , you can issue a Pull Request for the same. I'll merge it!