mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-10 19:35:15 -05:00
34 lines
809 B
YAML
34 lines
809 B
YAML
name: filebot
|
|
version: 4.7
|
|
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.
|
|
|
|
|
|
architectures:
|
|
- amd64
|
|
|
|
|
|
apps:
|
|
filebot:
|
|
command: bin/filebot
|
|
plugs:
|
|
- home
|
|
- network
|
|
- opengl
|
|
- unity7
|
|
|
|
parts:
|
|
filebot:
|
|
plugin: copy
|
|
files:
|
|
filebot.sh: bin/filebot
|
|
FileBot.jar: filebot/FileBot.jar
|
|
mediainfo:
|
|
plugin: nil
|
|
stage-packages:
|
|
- libchromaprint-tools
|
|
- mediainfo
|
|
java:
|
|
plugin: jdk
|
|
source: .
|