Processor for the renaming mappings generated by beets-mv3u
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.
kageru b61131caff
added readme
5 years ago
src Process multiple files at a time 5 years ago
Cargo.toml added cargo.toml 5 years ago
README.md added readme 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.