• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help me arrange my 10+gig Mp3 Collection!

Mrfrog840

Diamond Member
I need to get a list of all my songs....
is there a way to do it so that i dont have to get to the file and do *rename**copy**paste into wordpad or word*?
If anyone can help me that would be great!
ill show you the finished product when im done 🙂
Thanks Anandtech!
 
right click on one of the buttons..you can generate an HTML playlist...forget which one though... look in the hot keys section
 
just add them all into a playlist in winamp and then go to MISC OPTIONS and click on Generate HTML Playlist, thats how i do it
 
Sorry, a little late

Redirecting the output of a command

Almost all commands send output to your screen. Even commands that send output to a drive or printer also display messages and prompts on your screen.

To redirect the output from the screen to a file or printer, use the greater-than sign (>). You can use the greater-than sign with most Windows 2000 commands. For example, in the following command, the directory listing produced by the dir command is redirected to the Dirlist.txt file:

dir > dirlist.txt

If the Dirlist.txt file doesn't exist, Windows 2000 creates it. If Dirlist.txt exists, Windows 2000 replaces the information in the file with the output from the dir command.

To add the output from a command to the end of a file without losing any of the information already in the file, use a double greater-than sign (>>). For example, in the following command, the directory listing produced by the dir command is appended to the Dirlist.txt file:

dir >> dirlist.txt

 
Question about Winamp's HTML generator... is there a way for to have winamp figure out the lengths of the songs? I keep getting "(3740 tracks of unknown length)". I know if I play a song or view it in the playlist it'll figure it out, but is there a way to do it without viewing all 3740 songs?

dc
 
Back
Top