diff --git a/README.md b/README.md index 0d96f90..2e8b1b0 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,17 @@ The attribute to use when sort, this could either be 'genre' or 'album' ### -m, --mode= -The mode to use, currently only 'sort' is able to use. In future update: +The mode to use, currently only 'sort' and 'playlist' is able to use. In future update: + [X] 'sort' for sorting files in source/dir by attribute + [ ] 'backup' for backing up files structure in a source/dir + [ ] 'restore' for restoring files in source/dir to a backup flash + [ ] 'rename' for rename multiple files names (Track1.mp3, Track2.mp3... or similar) using a file input of Titles, Artist, Genre, Album, Disk -+ [ ] 'playlist' for creating playlist file by any config in source/dir ++ [X] 'playlist' for creating playlist file by any config in source/dir + +#### PLay list configuration + +When the playlist mode is chosen, you will need to provide the name of the output file through `--playlistname`. The place of the playlist will be at sourcedir, which is 'current working directory' by default. ## Why I create this @@ -32,7 +36,7 @@ I have a very big folder of files, and searching through files is hard for me, a ## When will I deploy? -I don not know, I just create for myself. Hosting on Git is to keep my project organized, and hope to get some collaborators. +I do not know, I just create for myself. Hosting on Git is to keep my project organized, and hope to get some collaborators. ## License