You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
src | 5 years ago | |
Cargo.toml | 5 years ago | |
README.md | 5 years ago |
README.md
rust-mv3u
A simple rust tool to process playlist renames created by the beets plugin. Usage is as follows:
$ mv3u list_of_renames playlist1.m3u playlist2.m3u ...
where any number of playlists can be passed.
All this does is create a HashMap<String, String>
and then iterate over all playlist entries, replacing those that are listed in the rename file.