flix-fs 0.0.13

Filesystem scanner for flix media
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! This module contains all of the filesystem scanner modules
//!
//! The most common scanner to use is [generic::Scanner] which will
//! automatically detect and use the appropriate scanner.

pub mod library;

pub mod generic;

pub mod collection;

pub mod movie;

pub mod episode;
pub mod season;
pub mod show;