1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-15 22:05:00 -05:00

OnlyShowIn=Unity;

This commit is contained in:
Reinhard Pointner 2017-02-12 00:08:49 +08:00
parent 0a0e864f36
commit 69a315c418

View File

@ -14,15 +14,19 @@ X-Ubuntu-Gettext-Domain=@{package.name}
[Desktop Action Rename] [Desktop Action Rename]
Name=Rename Name=Rename
Exec=filebot --mode Rename %F Exec=filebot --mode Rename %F
OnlyShowIn=Unity;
[Desktop Action Subtitles] [Desktop Action Subtitles]
Name=Subtitles Name=Subtitles
Exec=filebot --mode Subtitles %F Exec=filebot --mode Subtitles %F
OnlyShowIn=Unity;
[Desktop Action SFV] [Desktop Action SFV]
Name=Checksum Name=Checksum
Exec=filebot --mode SFV %F Exec=filebot --mode SFV %F
OnlyShowIn=Unity;
[Desktop Action Filter] [Desktop Action Filter]
Name=Filter Name=Filter
Exec=filebot --mode Filter %F Exec=filebot --mode Filter %F
OnlyShowIn=Unity;