Skip to content

Action file for Dolphin/KDE5 #56

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions