You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bazarr/libs/libfilebot
Louis Vézina f389c38a9c
WIP
5 years ago
..
LICENSE update deps 6 years ago
README.md update deps 6 years ago
__init__.py WIP 5 years ago
lib.py WIP 5 years ago
main.py WIP 5 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