mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-10 21:38:04 -05:00
23 lines
437 B
Desktop File
23 lines
437 B
Desktop File
[Desktop Entry]
|
|
Name=@{application.name}
|
|
Comment=@{package.synopsis}
|
|
Type=Application
|
|
Exec=filebot %F
|
|
Icon=filebot
|
|
Terminal=false
|
|
StartupNotify=true
|
|
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
|