mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-14 13:25:10 -05:00
29 lines
1021 B
YAML
29 lines
1021 B
YAML
name: filebot
|
|
version: 4.7.2~snap1
|
|
summary: The ultimate TV and Movie Renamer / Subtitle Downloader
|
|
description: FileBot is the ultimate tool for renaming your movies, tv shows or anime and even downloading subtitles. It's smart, streamlined for simplicity and just works. Putting the super-efficient UI aside, it's also got a full-featured command-line interface and scripting engine for all sorts of automation. Anything is possible.
|
|
|
|
confinement: strict
|
|
|
|
architectures: [amd64]
|
|
|
|
apps:
|
|
filebot:
|
|
command: desktop-launch $SNAP/filebot/filebot.sh
|
|
plugs: [unity7, opengl, x11, home, network, network-bind, pulseaudio, gsettings]
|
|
|
|
parts:
|
|
filebot:
|
|
plugin: copy
|
|
files:
|
|
filebot.sh: filebot/filebot.sh
|
|
FileBot.jar: filebot/FileBot.jar
|
|
lib7-Zip-JBinding.so: filebot/lib/amd64/lib7-Zip-JBinding.so
|
|
java:
|
|
plugin: nil
|
|
stage-packages: [openjdk-8-jre, openjfx, jayatana]
|
|
after: [desktop/gtk2]
|
|
mediainfo:
|
|
plugin: nil
|
|
stage-packages: [libmediainfo0v5, libchromaprint-tools]
|