Crates.io | classi-cine |
lib.rs | classi-cine |
version | |
source | src |
created_at | 2023-11-01 08:22:18.644091 |
updated_at | 2025-02-11 22:53:37.477354 |
description | A tool that builds smart video playlists by learning your preferences through Bayesian classification. |
homepage | |
repository | https://github.com/mason-larobina/classi-cine |
max_upload_size | |
id | 1020720 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Classi-Cine is a Rust-based tool that combines multiple classifiers for intelligent video organization. It uses file path characteristics along with user feedback through VLC's playback controls to build smart playlists.
Classi-cine helps organize video libraries by learning from both content patterns and your feedback. It combines multiple classification approaches:
Smart Multi-Classifier System:
Seamless VLC Integration:
Universal Playlist Format:
VLC is required for video playback.
Ensure you have Rust and Cargo installed. If not, you can install them using rustup.
# Build from the cargo.io crate registry.
$ cargo install classi-cine
# Clone this repository
$ git clone https://github.com/mason-larobina/classi-cine.git
# Go into the repository
$ cd classi-cine
# Build and install it locally
$ cargo install --path=.
Usage: classi-cine [OPTIONS] <COMMAND>
Commands:
build Build playlist through interactive classification
list-positive List positively classified files
list-negative List negatively classified files
help Print this message or the help of the given subcommand(s)
Options:
--log-level <LOG_LEVEL> [default: info]
-h, --help Print help
We're open to contributions! Enhancements, bug fixes, documentation improvements, and more are all welcome.
This project is licensed under the MIT License. See LICENSE for details.
Made with ❤️ and Rust.