You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This script does the following:
23
23
24
24
1. Reads the MP3 file metadata, extracting important tags like artist and album.
25
25
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.
27
27
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.
0 commit comments