Windows Batch and Tools |
The problem: I have a account on flatster music service (flatster.com). A great service for getting nice music together. I wanted to find a solution to sort these mp3s by artist in several subfolders. The solution: Surprise - it's a batch CODE for sort-in-folders.bat: @ECHO OFF That's all! That script cuts off the part before the dividing "-", creates a subfolder with that artists name in a folder named "SORTIERT" and copies all songs of that artist into the according folders. I have chosen the copy option to keep the original mp3s, where they are. The "SORTIERT" folder is mirrored to my NAS, where I have the songs together with one subdirectory per artist. I have following folders: "AC" "AC DC" and "ACDC" Feel free to use that code, if you are a flatster-user, too. Or if your files fit the same matrix Always take care, Pete Zuletzt geändert von Bikerpete (admin) am Nov 09 2008 um 1:20 AM
|