caesura 0.26.0

An all-in-one command line tool to **transcode FLAC** audio files and **upload to gazelle** based indexers/trackers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub(crate) use humanize::*;
pub(crate) use sanitizer::*;
pub(crate) use shortener::*;
pub(crate) use source_name::*;
pub(crate) use spectrogram_name::*;
pub(crate) use track_name::*;
pub(crate) use transcode_name::*;

mod humanize;
mod sanitizer;
mod shortener;
mod source_name;
mod spectrogram_name;
#[cfg(test)]
mod tests;
mod track_name;
mod transcode_name;