Chlaty-CLI is a powerful command-line utility that lets you seamlessly browse and stream your favorite shows.
- It use chlaty-core to manage chlaty-lib.
- Every plugin is loaded from a Dynamic Shared Library instead of being hardcoded in.
./chlaty-cli- If none of the directory is set, it will default to the current working directory.
- Set the directory to a specific path to prevent conflict and the removal of the existing directory.
# Directory for installing binaries.
CHLATY_BIN_DIRECTORY="bin"
# Directory for installing plugins.
CHLATY_PLUGIN_DIRECTORY="plugins"
# Directory for generated manifest.
CHLATY_STORAGE_DIRECTORY="storage"- [chlaty-core]: A core package for managing plugins.
- [chlaty-player]: Lightweight media player designed for direct customization and feature extensibility.
- [chlaty-lib]: Dynamic Shared Library for plugins.
