Refactor filebot.desktop
This commit is contained in:
parent
69a315c418
commit
db33cf4536
@ -1,10 +1,32 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
Name=@{application.name}
|
Name=@{application.name}
|
||||||
Comment=@{package.synopsis}
|
Comment=@{package.synopsis}
|
||||||
Type=Application
|
MimeType=inode/directory;video/*;audio/*;text/*;
|
||||||
Exec=filebot
|
Exec=filebot %F
|
||||||
Icon=${SNAP}/meta/gui/icon.svg
|
Icon=${SNAP}/meta/gui/icon.svg
|
||||||
Terminal=false
|
Terminal=false
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Categories=@{gnome.application.categories}
|
Categories=@{gnome.application.categories}
|
||||||
|
Actions=Rename;Subtitles;SFV;Filter;
|
||||||
X-Ubuntu-Gettext-Domain=@{package.name}
|
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 SFV]
|
||||||
|
Name=Checksum
|
||||||
|
Exec=filebot --mode SFV %F
|
||||||
|
OnlyShowIn=Unity;
|
||||||
|
|
||||||
|
[Desktop Action Filter]
|
||||||
|
Name=Filter
|
||||||
|
Exec=filebot --mode Filter %F
|
||||||
|
OnlyShowIn=Unity;
|
||||||
|
Loading…
Reference in New Issue
Block a user