Best music playlist generator software
Fresh3 days ago
Mar 15, 20266876 viewsConfidence Score0%
0%
Problem
Does anyone know of a playlist generator that will generate a .m3u file from a folder full of .mp3 files?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Best music playlist generator software
Low Risk
Since m3u is basically just a list of files you can use dir command like this: dir /b > songlist.m3u This will make a list of files in a folder. If you also want to add files in all sub folders, add switch /s, however this will add full path in fron…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix