How to create song list?, Create a txt file containing all songs? |
![]() ![]() |
How to create song list?, Create a txt file containing all songs? |
Apr 13 2004, 16:17
Post
#1
|
|
|
Group: Members Posts: 96 Joined: 13-March 04 Member No.: 12692 |
Who remembers this DOS command?
I want to create a txt file out of a directory listing. (Unless there's a better way.) The list I want is (DIR *.* /s) This will list all the files within the directory and sub-directories on the screen -I want this to output to file. Thought it was something like PRINT *.* /S MUSIC.TXT But PRINT is not recognized. I have 7,700 music titles (MP3, AAC, WAV) contained within appropriate directories/subdirectories. I just want a file that displays all the song titles within their sub-directory. It's been decades since I used DOS. TIA -------------------- EAC095pb5, LAME3.98, freedb, flac 1.2.1, fb2k 0.9.5
|
|
|
|
Apr 13 2004, 17:17
Post
#2
|
|
|
Group: Members (Donating) Posts: 185 Joined: 29-September 01 Member No.: 54 |
Which DOS version?
Try DIR *.* /s > MUSIC.TXT. |
|
|
|
Apr 13 2004, 18:19
Post
#3
|
|
|
Group: Members Posts: 50 Joined: 12-October 03 Member No.: 9272 |
Try dir *.* /s /b /on > music.txt to remove unwanted header info and to have the list in alphabetical order.
|
|
|
|
Apr 13 2004, 18:37
Post
#4
|
|
|
Group: Members Posts: 96 Joined: 13-March 04 Member No.: 12692 |
Found how to do this from Windows Explorer:
Open Notepad, and then copy and paste the following text into Notepad: @echo off dir %1 /s > "%temp%\Listing" start /w notepad "%temp%\Listing" exit Save the file as Prin.bat in the Windows directory, and then close Notepad. Start Windows Explorer, click Tools, and then click Folder Options. Click the File Types tab, and then click File Folder. Click Edit, and then click New. In the Action box, type Directory Listing. In Application used to perform action, click Prin.bat, and then click OK. Click OK, click Apply, and then click OK. Open Windows Explorer, right-click the folder that you would like to view a directory listing of, and then click Directory Listing. This pops-up Notepad with a detailed listing of all subfolder contents. Problem is it doesn't work to list contents of another workstation on the (Win98) LAN. I'll just do it from there. edit: this is good'nuff and I will not perform this often. Printforms is slick, but the file is too big (10Mb) and takes forever to run. This post has been edited by jrelmore: Apr 14 2004, 03:55 -------------------- EAC095pb5, LAME3.98, freedb, flac 1.2.1, fb2k 0.9.5
|
|
|
|
Apr 13 2004, 19:49
Post
#5
|
|
|
Group: Members Posts: 253 Joined: 17-June 03 Member No.: 7228 |
|
|
|
|
Apr 13 2004, 21:13
Post
#6
|
|
|
Group: Members (Donating) Posts: 531 Joined: 18-November 01 From: The Netherlands Member No.: 481 |
DriveZ
Small, simple, but effective. |
|
|
|
Apr 13 2004, 22:35
Post
#7
|
|
|
Group: Members Posts: 151 Joined: 16-March 04 Member No.: 12775 |
use mp3utility, set to "catalog directory." spits out filename, length m:ss, length in seconds, bitrate, file size, date last updated, content of all tag fields, and whole crapload of other stuff and it's FAST AS BALLS.
i've tried all sorts of programs to create a good catalog of my music, and this is BY FAR the best of them. unfortunately it's not recursive, so those of you who have artist\album\song.mp3 setups will find it tedious... i just dump em all together and tag them well, so it works beautifully for me This post has been edited by Veej007: Apr 13 2004, 22:36 |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th May 2013 - 11:06 |