mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-11 11:55:03 -05:00
28 lines
581 B
Desktop File
28 lines
581 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Name=@{application.name}
|
|
Comment=@{package.synopsis}
|
|
MimeType=inode/directory;video/*;audio/*;text/*;
|
|
Exec=filebot %F
|
|
Icon=filebot
|
|
Terminal=false
|
|
StartupNotify=true
|
|
Categories=@{gnome.application.categories}
|
|
Actions=Rename;Subtitles;Checksum;
|
|
X-Ubuntu-Gettext-Domain=@{package.name}
|
|
|
|
[Desktop Action Rename]
|
|
Name=Rename
|
|
Exec=filebot --mode Rename %F
|
|
OnlyShowIn=Unity;
|
|
|
|
[Desktop Action Subtitles]
|
|
Name=Subtitles
|
|
Exec=filebot --mode Subtitles %F
|
|
OnlyShowIn=Unity;
|
|
|
|
[Desktop Action Checksum]
|
|
Name=Checksum
|
|
Exec=filebot --mode SFV %F
|
|
OnlyShowIn=Unity;
|