Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/src/commit/9e6141d4f4d1d7f05b388102c215b9def8c7ede1/libs/libfilebot You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/libfilebot
panni 8f584143f8 update deps 6 years ago
..
LICENSE update deps 6 years ago
README.md update deps 6 years ago
__init__.py update deps 6 years ago
lib.py update deps 6 years ago
main.py update deps 6 years ago

README.md

libfilebot

Returns the net.filebot.filename property of a file without binary python package dependencies. It instead uses system-provided binaries while trying to avoid calling the filebot-jvm-monstrosity.

This is a quick-hack-excerpt from Sub-Zero.bundle, so don't expect constant maintenance or code-quality.

Currently supports:

  • xattr command on darwin/osx
  • NTFS advanced data streams via python pyADS
  • getfattr, attr and filebot commands for every other OS

Dependencies