Sign In:     


Forum: General Discussion

Topic: PRINTING: SONG LISTS

This topic is old and might contain outdated or incorrect information.

CAN ANY ONE HELP ME

a) Print out a list of file names in a mp3 or wave folder

b) Print out a list of file names of songs played

 

Posted Sat 16 Apr 05 @ 8:21 pm
b) It's written in the "history.txt" file in the virtualdj folder by default or you can save it manually inside the settings -> infos section
 

a) You can print out the files in a folder with a command line in MS-Dos or cmd with winXP. I can't remember what command to type out. But if you contact me, my mail is in my blog, i will explain you how to do.
 

for question a)

Windows Start -> type "cmd" then click ok
at the DOS prompt i.e. c:/> ...doesn't matter what prompt you see as long as you are in a DOS window..
type the following EXAMPLE command to include the path to the folder containing your .MP3 files.

dir D:/MyVDJLibrary/Reggae/*.mp3 > D:/MyVDJLibrary/Reggae/ReggaeList.txt /B /O N


where D:\MyVDJLibrary/Reggae/ is the drive and path to your folder

/B gives you a clean list
/O N sorts by alpha

This will give you a list of songs in your Reggae folder in a file named RaggaeList.txt, sorted in alphabetic order. You can open the text file and strip off the .mp3 extends or import the file right into something like Excel and manipulate it there.

note that except for the /B & /O, all other forward slashes are really back-slashes.... vDJ msg board doesn't show back-slashes
 

Great, i didn't think to that
 

That's what i was thinking of, just couldn't remember the commands in DOS window
 

Just drag your .m3u playlist into notepad or you can just right click on the playlist and go 2 the open with option and open it with notepad.
 



(Old topics and forums are automatically closed)