mirror of
https://github.com/mitb-archive/filebot
synced 2024-10-31 23:45:05 -04:00
30 lines
626 B
Desktop File
30 lines
626 B
Desktop File
[Desktop Entry]
|
|
Type=Service
|
|
Name=@{application.name}
|
|
Icon=filebot
|
|
ServiceTypes=KonqPopupMenu/Plugin
|
|
Actions=Rename;Subtitles;Checksum;Import;
|
|
MimeType=@{deb.application.mimetype}
|
|
X-KDE-Priority=TopLevel
|
|
X-KDE-Submenu=@{application.name}
|
|
|
|
[Desktop Action Rename]
|
|
Name=Rename
|
|
Icon=edit-rename
|
|
Exec=filebot --mode Rename %F
|
|
|
|
[Desktop Action Subtitles]
|
|
Name=Subtitles
|
|
Icon=languages
|
|
Exec=filebot --mode Subtitles %F
|
|
|
|
[Desktop Action Checksum]
|
|
Name=Checksum
|
|
Icon=checkmark
|
|
Exec=filebot --mode SFV %F
|
|
|
|
[Desktop Action Import]
|
|
Name=Import to Media Library
|
|
Icon=utilities-terminal
|
|
Exec=konsole -e @{deb.application.action.import} %F
|