2024-10-11 22:32:59 +01:00
|
|
|
# Refile M4B
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
```bash
|
|
|
|
refile-m4b DIR
|
|
|
|
```
|
|
|
|
|
|
|
|
This will refile all the `*.m4b` files in `DIR` and it's subdirectories by author, series (if given) and title.
|
|
|
|
The information in each files metadata is used.
|
|
|
|
|
2023-08-27 14:15:29 +01:00
|
|
|
## dependencies
|
|
|
|
|
|
|
|
### debian
|
|
|
|
|
|
|
|
```bash
|
|
|
|
sudo apt install libtag1-dev libtagc0-dev
|
|
|
|
```
|
2024-10-11 22:32:59 +01:00
|
|
|
|
|
|
|
> Due to a typo, this was previously known as refile-mp4.
|