Read title and artist from m4b files and renames the file as artist/title, or artist/album/title. Album is guessed from the title.
Find a file
Paul Campbell 84929351d9
Some checks failed
Rust / build (map[name:nightly]) (push) Successful in 2m13s
Rust / build (map[name:stable]) (push) Successful in 3m42s
Release Please / Release-plz (push) Failing after 17s
docs: add usage instructions to readme
2024-10-11 22:40:33 +01:00
.forgejo/workflows build: add forgejo workflow tests 2024-09-25 09:24:43 +01:00
src feat: improved book number and series titles 2024-09-25 09:24:43 +01:00
.gitignore determine new file name from tags 2023-08-27 14:15:29 +01:00
Cargo.lock chore: fix name of project refile-mp4 to refile-m4b 2024-10-11 22:40:33 +01:00
Cargo.toml chore: fix name of project refile-mp4 to refile-m4b 2024-10-11 22:40:33 +01:00
justfile feat: add support for --dry-run 2024-09-25 09:24:43 +01:00
README.md docs: add usage instructions to readme 2024-10-11 22:40:33 +01:00

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.