hitomi 0.8.1

A CLI application that builds and updates playlists on a Plex server using json-based profiles.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/*!
`hitomi` is a CLI application that generates custom playlists on [Plex](https://plex.tv) servers using `.json` profiles.
 */

pub mod cli;
pub mod config;
pub mod db;
pub mod http_client;
pub mod logger;
pub mod plex;
pub mod profiles;
pub mod types;
pub mod utils;