Read title and artist from m4b files and renames the file as artist/title, or artist/album/title.
Album is guessed from the title.
f2dcf05ee0
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net> |
||
---|---|---|
.forgejo/workflows | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
justfile | ||
README.md |
Refile M4B
Usage
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.
dependencies
debian
sudo apt install libtag1-dev libtagc0-dev
Due to a typo, this was previously known as refile-mp4.