2017-02-14 15:48:04 +00:00
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
|
|
|
Name=FileBot
|
|
|
|
Icon=filebot
|
|
|
|
ServiceTypes=KonqPopupMenu/Plugin
|
|
|
|
Actions=Rename;Subtitles;Checksum;Import;
|
|
|
|
MimeType=inode/directory;video/*;audio/*;text/*;
|
|
|
|
X-KDE-Priority=TopLevel
|
|
|
|
X-KDE-Submenu=FileBot
|
|
|
|
|
|
|
|
[Desktop Action Rename]
|
|
|
|
Name=Rename
|
2017-02-14 17:03:27 +00:00
|
|
|
Icon=edit-rename
|
2017-02-14 15:48:04 +00:00
|
|
|
Exec=filebot --mode Rename %F
|
|
|
|
|
|
|
|
[Desktop Action Subtitles]
|
|
|
|
Name=Subtitles
|
2017-02-14 17:03:27 +00:00
|
|
|
Icon=languages
|
2017-02-14 15:48:04 +00:00
|
|
|
Exec=filebot --mode Subtitles %F
|
|
|
|
|
|
|
|
[Desktop Action Checksum]
|
|
|
|
Name=Checksum
|
2017-02-14 17:03:27 +00:00
|
|
|
Icon=checkmark
|
2017-02-14 15:48:04 +00:00
|
|
|
Exec=filebot --mode SFV %F
|
|
|
|
|
|
|
|
[Desktop Action Import]
|
|
|
|
Name=Import to Media Library
|
2017-02-14 17:59:58 +00:00
|
|
|
Icon=system-run
|
2017-02-14 17:33:43 +00:00
|
|
|
Exec=konsole -e filebot -script fn:amc --output "$HOME/Media" --action duplicate -non-strict --log-file "$HOME/Media/amc.log" --def excludeList="$HOME/Media/amc.excludes" unsorted=y music=y artwork=y %F
|