Processor for the renaming mappings generated by beets-mv3u
Go to file
kageru b61131caff
added readme
2018-11-11 11:28:23 +01:00
src Process multiple files at a time 2018-11-11 10:55:33 +01:00
Cargo.toml added cargo.toml 2018-10-28 11:28:14 +01:00
README.md added readme 2018-11-11 11:28:23 +01:00

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.