Refactor filebot.desktop
This commit is contained in:
parent
39223f2417
commit
0a0e864f36
|
@ -25,7 +25,7 @@ microsoft.application.publisher: CN=761A0D2B-9B86-4FE4-B664-18E4E0AFC3F1
|
|||
|
||||
# Platform-specific Package Information
|
||||
mac.application.category: public.app-category.utilities
|
||||
gnome.application.categories: AudioVideo;Video;Utility;FileTools
|
||||
gnome.application.categories: AudioVideo;Video;Utility;FileTools;
|
||||
|
||||
# Links
|
||||
link.help.manpage: http://www.filebot.net/cli.html
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=@{application.name}
|
||||
Comment=@{package.synopsis}
|
||||
Type=Application
|
||||
MimeType=inode/directory;video/*;audio/*;text/*;
|
||||
Exec=filebot %F
|
||||
Icon=filebot
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Categories=@{gnome.application.categories}
|
||||
Actions=Rename;Subtitles;Checksum
|
||||
Actions=Rename;Subtitles;SFV;Filter;
|
||||
X-Ubuntu-Gettext-Domain=@{package.name}
|
||||
|
||||
[Desktop Action Rename]
|
||||
|
@ -18,6 +19,10 @@ Exec=filebot --mode Rename %F
|
|||
Name=Subtitles
|
||||
Exec=filebot --mode Subtitles %F
|
||||
|
||||
[Desktop Action Checksum]
|
||||
[Desktop Action SFV]
|
||||
Name=Checksum
|
||||
Exec=filebot --mode SFV %F
|
||||
|
||||
[Desktop Action Filter]
|
||||
Name=Filter
|
||||
Exec=filebot --mode Filter %F
|
||||
|
|
Loading…
Reference in New Issue