Setup repo
This commit is contained in:
commit
01b38a2fec
5 changed files with 1192 additions and 0 deletions
26
README.md
Executable file
26
README.md
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
# Media Organizer
|
||||
|
||||
Your toolbox to cope with excessive video hoarding.
|
||||
|
||||
## Features
|
||||
|
||||
Prepare `yt-dlp` download archives, and discover and collect already existing episodes, into a mapping file, for arrangement in Jellyfin compatible libraries.
|
||||
|
||||
One-command conversion of DVDs, BluRays, and other FFmpeg compatible input formats with prepared HandBrakeCLI profiles. Also supports target-quality secene-based encoding.
|
||||
|
||||
## Usage
|
||||
|
||||
## Dependencies
|
||||
|
||||
**Media Organizer** requires following applications to be available on _PATH_:
|
||||
- `ffmpeg`
|
||||
- `HandBrakeCLI`
|
||||
- `lsdvd`
|
||||
- `mkvextract`
|
||||
- `mkvmerge`
|
||||
|
||||
## Roadmap
|
||||
|
||||
**Batch conversion**: Declarative description of batch conversions, instead of back-tracking your `.$SHELL_history`.
|
||||
|
||||
**Clustered encoding**: Delegate conversion tasks from one central server to multiple worker servers.
|
||||
Loading…
Add table
Add a link
Reference in a new issue