-
Notifications
You must be signed in to change notification settings - Fork 237
Open

Description
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
Metadata
Metadata
Assignees
Labels
No labels