Refactor filebot.desktop
This commit is contained in:
parent
2752a77a70
commit
45f5bf2471
|
@ -2,8 +2,21 @@
|
||||||
Name=@{application.name}
|
Name=@{application.name}
|
||||||
Comment=@{package.synopsis}
|
Comment=@{package.synopsis}
|
||||||
Type=Application
|
Type=Application
|
||||||
Exec=@{package.name}
|
Exec=filebot %F
|
||||||
Icon=@{package.name}
|
Icon=filebot
|
||||||
Terminal=false
|
Terminal=false
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Categories=@{gnome.application.categories}
|
Categories=@{gnome.application.categories}
|
||||||
|
Actions=Rename;Subtitles;Checksum
|
||||||
|
|
||||||
|
[Desktop Action Rename]
|
||||||
|
Name=Rename
|
||||||
|
Exec=filebot --mode Rename %F
|
||||||
|
|
||||||
|
[Desktop Action Subtitles]
|
||||||
|
Name=Subtitles
|
||||||
|
Exec=filebot --mode Subtitles %F
|
||||||
|
|
||||||
|
[Desktop Action Checksum]
|
||||||
|
Name=Checksum
|
||||||
|
Exec=filebot --mode SFV %F
|
||||||
|
|
Loading…
Reference in New Issue