DEVELOPMENT ENVIRONMENT

~liljamo/entamin

ref: 37b81a9c90487e87d54d3464cf98fcb55177e2bd entamin/README.md -rw-r--r-- 776 bytes
37b81a9cJonni Liljamo fix: handle 0 audio channels 8 hours ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# entamin, a small CLI tool for opinionated mkv cleaning

A small CLI tool to:
 * rename media files
 * set their metadata title
 * clean unneeded subtitle tracks from them
 * modify track names
 * delete global tags

Non-destructive by default, meaning it won't modify inputs in place, but copy them to the
output directory with changes. You can enable input file removal with `--remove-input`.

Requires mkvtoolnix-cli.

## Known "bugs", but I prefer calling them "my little helpers"
### When modifying track names, it won't move the cursor and clear the section on short terminals
I honestly haven't a clue why this is happening, and decided to pretty much not care.

Just make your terminal taller, I guess. Otherwise you'll suffer with having to
possibly move your eyes.