PDA

View Full Version : Can I print a list of my files?


Invictus
Jun 9, 2002, 02:58 PM
I'd like to make a printout of all the mp3s I have stored in CDs. Can I print a list of the files I have? Is this possible? I'm really clueless. Thanks.

DigitalAnalog
Jun 9, 2002, 03:19 PM
Of course, you can. If you have access to a DOS prompt, type this:

x:\dir y > z.txt

Where x = Hard drive letter
x = MP3 directory (with /S if there are subdirectories)
and y = Name of file you want the filenames in)

You can use ">>" if you want to append succeeding filenames.

If you have multiple directories containing the filename of the MP3s you want printed out, you can just repeat the command on every directory or you can x:\dir *.mp3 /s > z.txt to search for all MP3 files on the x disk.

Invictus
Jun 10, 2002, 08:48 AM
Salamat po.

bloodasp
Jun 12, 2002, 12:48 AM
...or you can try this...

if you have winamp,
load your mp3 list in winamp, then click on MISC->MISC OPTIONS->GENERATE HTML PLAYLIST :)

this will create an HTML with a list of your mp3s...you can print this HTML file :)

:)

Invictus
Jun 12, 2002, 06:50 AM
I have Winamp pero I'm not very familiar with it... I can't seem to find the Misc... Nasaan po ba yun?

bro_eli
Jun 12, 2002, 08:01 AM
Ang Misc pong tinutukoy ni bloodasp ay nasa Playlist window ng Winamp (the one that contains all songs queued for playing.)

Nasa bandang ilalim siya, katabi ng Add, Rmv, at Slct tabs. Pindutin ang Misc nang 2 beses at lalabas na yung GENERATE HTML PLAYLIST.

Voila!

Invictus
Jun 12, 2002, 09:52 AM
Mine says Add, Del, Sel, Sort. Wala po akong Misc. I think this is Winamp 3. Pasensya na kung makulit ako, I'm clueless with Winamp as well. Thanks.

bloodasp
Jun 12, 2002, 10:44 AM
i'm using winamp version 2.73...dunno if this is outdated already...pero it should it there :) goodluck! hehehe :)

sadirmata
Jun 12, 2002, 11:46 AM
use the shortcut kung di mo makita... sabay mong diinan sa keyboard mo yung "ctrl," "alt" saka "g" <ctrl+alt+g> to generate html file list ng mga songs na nasa playlist mo (be sure na naka-active window yung winamp). io-open niya kaagad sa browser yung generated html list.

Invictus
Jun 12, 2002, 01:48 PM
Ayaw talaga sa Winamp3 kaya I downloaded na lang Winamp 2.something. Ayun, naintindihan ko na. Thanks a lot, guys. This has been a big help.

DigitalAnalog
Jun 12, 2002, 04:31 PM
Originally posted by Invictus
Ayaw talaga sa Winamp3 kaya I downloaded na lang Winamp 2.something. Ayun, naintindihan ko na. Thanks a lot, guys. This has been a big help.
Bakit, di ba nag-work iyong super-simple na DIR method? ;)

vicky_bardos
Jun 13, 2002, 06:35 AM
i think it's because using DIR has these problems

1. the filesize and timestamps are included. (that would be fixed by using a /b option)
2. only the file name is shown. MP3's often have filenames different from the name of the song. The name of the song is embedded in the MP3 file itself. WinAmp (and other programs) can read that song name as well as artist info.