bazarr/custom_libs/libfilebot
morpheus65535 fd190aad14 Fixed SyntaxWarning with Python 3.12. #2462 2024-04-24 06:49:38 -04:00
..
LICENSE Updated multiple Python modules (now in libs and custom_libs directories) and React libraries 2024-03-03 12:15:23 -05:00
README.md Updated multiple Python modules (now in libs and custom_libs directories) and React libraries 2024-03-03 12:15:23 -05:00
__init__.py Updated multiple Python modules (now in libs and custom_libs directories) and React libraries 2024-03-03 12:15:23 -05:00
lib.py Updated multiple Python modules (now in libs and custom_libs directories) and React libraries 2024-03-03 12:15:23 -05:00
main.py Fixed SyntaxWarning with Python 3.12. #2462 2024-04-24 06:49:38 -04:00

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