filebot/installer/deb/share/applications/filebot.desktop

28 lines
598 B
Plaintext
Raw Normal View History

[Desktop Entry]
2017-02-11 15:42:45 +00:00
Type=Application
2016-11-04 20:19:30 +00:00
Name=@{application.name}
Comment=@{package.synopsis}
2017-02-11 15:42:45 +00:00
MimeType=inode/directory;video/*;audio/*;text/*;
2017-02-11 14:22:14 +00:00
Exec=filebot %F
Icon=filebot
2016-11-04 20:19:30 +00:00
Categories=@{gnome.application.categories}
2017-02-14 21:10:31 +00:00
Actions=Rename;Subtitles;Checksum;
2017-02-15 17:35:04 +00:00
StartupNotify=true
StartupWMClass=net-filebot-Main
2017-02-11 15:14:02 +00:00
X-Ubuntu-Gettext-Domain=@{package.name}
2017-02-11 14:22:14 +00:00
[Desktop Action Rename]
Name=Rename
Exec=filebot --mode Rename %F
2017-02-11 16:08:49 +00:00
OnlyShowIn=Unity;
2017-02-11 14:22:14 +00:00
[Desktop Action Subtitles]
Name=Subtitles
Exec=filebot --mode Subtitles %F
2017-02-11 16:08:49 +00:00
OnlyShowIn=Unity;
2017-02-11 14:22:14 +00:00
2017-02-14 21:10:31 +00:00
[Desktop Action Checksum]
2017-02-11 14:22:14 +00:00
Name=Checksum
Exec=filebot --mode SFV %F
2017-02-11 16:08:49 +00:00
OnlyShowIn=Unity;