|
|
#1 | |
|
Is it football season yet
Join Date: Jun 2004
Location: Near Minneapolis, MN
Posts: 715
|
Anyone know of any freeware app that will scan my WMP music library and allow me to output a .txt or .doc file of info? Something that is configurable to allow me to select organization by artist/album, etc., would be nice. I've done some searching but haven't come up with anything really useable.
I'd like to be able to create the file and e-mail it to a friend of mine showing him what I have in my library, and he could do the same, etc.
__________________
No comprehension to fail; I vacuum the wind for my sail Can't be the rest; Let others waste my time? Owning success is the bottom line |
|
|
|
|
|
|
#2 | |
|
Join Date: Sep 2004
Posts: 7,795
|
For something like this, I use Command.com. I run....
dir /s /b /ad >list.txt Then again, I have my music collection organized by Artist/Album/##-SongName.wma That way, it all comes out like that in the text file. Using the following, you can shape the list more towards your liking... dir = Lists all files and directories in the directory that you are currently in. dir /ad = List only the directories in the current directory. dir /s = Lists the files in the directory that you are in and all sub directories after that directory, if you are at root "C:\>" and type this command this will list to you every file and directory that is on the computer. dir /p = If the directory has a lot of files and you cannot read all the files you can use this command and it will display all files one page at a time. dir /w = If you don't need the info on the date / time and other information on the files you can use this command to list just the files and directories going horizontal taking as little as space needed. dir /s /w /p = This would list all the files and directories in the current directory and the sub directories after that in wide format one page at a time. DIR \ /S |FIND "i" |MORE = A nice command to list all directories on the hard drive, one screen page at a time, and see the number of files in each directory and the amount of space each occupies, use this command: DIR > myfile.txt - Takes the output of dir and re-routes it to the file myfile.txt instead of outputting it to the screen. |
|
|
|
|
|
|
#3 |
|
Is it football season yet
Join Date: Jun 2004
Location: Near Minneapolis, MN
Posts: 715
|
I will give that a shot. Thanks.
__________________
No comprehension to fail; I vacuum the wind for my sail Can't be the rest; Let others waste my time? Owning success is the bottom line |
|
|
|
|
|
#4 | |
|
Is it football season yet
Join Date: Jun 2004
Location: Near Minneapolis, MN
Posts: 715
|
Post deleted due to my own stupidity!
__________________
No comprehension to fail; I vacuum the wind for my sail Can't be the rest; Let others waste my time? Owning success is the bottom line |
|
|
|
|
|
|
#5 | |
|
Join Date: Sep 2004
Posts: 7,795
|
Quote:
You might just be able to make and save a playlist and export it from WMP. |
|
|
|
|
|
|
#6 | |
|
Is it football season yet
Join Date: Jun 2004
Location: Near Minneapolis, MN
Posts: 715
|
Quote:
Thanks again!
__________________
No comprehension to fail; I vacuum the wind for my sail Can't be the rest; Let others waste my time? Owning success is the bottom line |
|
|
|
|
|
|
#7 | |
|
Join Date: Sep 2004
Posts: 7,795
|
Quote:
Glad it worked for you! |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RPM Source problems | LaoTzuTao | NVIDIA Linux | 10 | 01-19-03 05:15 AM |
| Can't install NVIDIA_kernel.XXXX.XXXX.src or regular rpm | noeffort | NVIDIA Linux | 15 | 12-17-02 01:22 PM |