added readme

This commit is contained in:
kageru 2018-11-11 11:28:23 +01:00
parent f96f454791
commit b61131caff
Signed by: kageru
GPG Key ID: 8282A2BEA4ADA3D2

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# rust-mv3u
A simple rust tool to process playlist renames created by [the beets plugin](https://git.kageru.moe/kageru/beets-mv3u).
Usage is as follows:
```sh
$ 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.