Skip to content

Commit f084b48

Browse files
authored
Update README.md
What script does list point number 3 more common description
1 parent 611546c commit f084b48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This script does the following:
2323

2424
1. Reads the MP3 file metadata, extracting important tags like artist and album.
2525
2. If the `album_artist` tag is missing, it automatically adds the first listed artist as the album artist.
26-
3. If the album name has a "/" on its name, automatically changes it for "-" to avoid errors in the file path.
26+
3. If the album name has non valid characters for a directory, changes them for valid ones.
2727
4. Moves the MP3 file into a pre-defined folder structure: `SORTED_DIR/artist/album/`, where `SORTED_DIR` is a user-defined base directory for sorted files.
2828

2929
### Example Usage:

0 commit comments

Comments
 (0)