taking just the name off the music on thumb drive

Thread Tools
 
Search this Thread
 
Old Mar 6, 2011 | 01:16 PM
  #1  
jims94vmx's Avatar
Thread Starter
|
Senior Member
Joined: Sep 2004
Posts: 486
Likes: 0
From: Northampton, pa
taking just the name off the music on thumb drive

Hey, is there a way for me to make a cheatsheet from the 89 albumns/cd's
I have on my wife's thumb drive so I can make a cheat sheet with out having to type them all in? If I copy all, it seems to copy everything in each file/cd etc....when all I want is the name to make it easier for her to find an artist she wants to hear....? make sense? Thanks.

Jim
 
Reply
Old Mar 6, 2011 | 01:58 PM
  #2  
temper's Avatar
Member
Joined: May 2007
Posts: 41
Likes: 0
From: St Mary's County, MD. Home of the big forehead.
Do you mean that you want a printed listing of all the albums (or songs)?
 
Reply
Old Mar 6, 2011 | 02:06 PM
  #3  
jims94vmx's Avatar
Thread Starter
|
Senior Member
Joined: Sep 2004
Posts: 486
Likes: 0
From: Northampton, pa
yes, just a list of the albums
 
Reply
Old Mar 6, 2011 | 04:50 PM
  #4  
temper's Avatar
Member
Joined: May 2007
Posts: 41
Likes: 0
From: St Mary's County, MD. Home of the big forehead.
Here's something to try, but it will only be useful if the folders that the music is stored in are named appropriately with the album name (i.e. F:\Metallica\Master of Puppets).

First, figure out what drive letter your thumb drive is using. I'll use the F: drive as an example. Replace F: with whatever letter yours is using.

Next, go to the command prompt. If you're not familiar with this, click Start --> Run then type CMD and press enter. If you're using Windows 7, click the Windows menu button then type CMD in the Search box.

At the command prompt, change to the drive letter of your thumb drive by typing it followed by a colon (i.e. F:) and press enter.

Next, type dir /a:d/b/s >music.txt and press enter.

This should create a file called music.txt on your thumb drive with a listing of every directory on it. Go find this file in Windows and double-click it. It should open in Notepad, and may look something like this:

F:\ACDC
F:\Aerosmith
F:\Alice In Chains
...snip...
F:\ACDC\ACDC - Highway To Hell
F:\ACDC\Back in Black
F:\Aerosmith\Devil's Got a New Disguise- The Very Best of Aerosmith
F:\Alice In Chains\Dirt
F:\Alice In Chains\Greatest Hits

Now, to clean this up...

On the menu in Notepad, click Edit then Replace. In the "Find what" field type F:\, and leave the "Replace with" field blank, then click the Replace All button. That should leave you with a list that's a little neater. Note that if you have first-level directories for each artist like I do, the beginning of your list will only be the artists names. You should be able to manually remove these easily. Don't forget to save the file. I hope this helps.
 
Reply
Old Mar 6, 2011 | 04:58 PM
  #5  
kp02-150's Avatar
Senior Member
Joined: Jun 2009
Posts: 477
Likes: 0
From: earth
I actually wrote something to troll through through all the folders and build an html file with all the folder.jpg urls, so I can print out a visual list of all the album covers, 10 in each row.
 
Reply
Old Mar 6, 2011 | 05:01 PM
  #6  
jims94vmx's Avatar
Thread Starter
|
Senior Member
Joined: Sep 2004
Posts: 486
Likes: 0
From: Northampton, pa
I ended up just right clicking on each one to get the properties and copied and pasted each one....only had about 80 to do.....I will have to check out your way for next time! thanks......

Jim
 
Reply
Old Mar 7, 2011 | 02:02 AM
  #7  
dirtyd88's Avatar
Senior Member
Joined: Mar 2008
Posts: 4,190
Likes: 2
From: Burleson, TX
Originally Posted by temper
Here's something to try, but it will only be useful if the folders that the music is stored in are named appropriately with the album name (i.e. F:\Metallica\Master of Puppets).

First, figure out what drive letter your thumb drive is using. I'll use the F: drive as an example. Replace F: with whatever letter yours is using.

Next, go to the command prompt. If you're not familiar with this, click Start --> Run then type CMD and press enter. If you're using Windows 7, click the Windows menu button then type CMD in the Search box.

At the command prompt, change to the drive letter of your thumb drive by typing it followed by a colon (i.e. F:) and press enter.

Next, type dir /a:d/b/s >music.txt and press enter.

This should create a file called music.txt on your thumb drive with a listing of every directory on it. Go find this file in Windows and double-click it. It should open in Notepad, and may look something like this:

F:\ACDC
F:\Aerosmith
F:\Alice In Chains
...snip...
F:\ACDC\ACDC - Highway To Hell
F:\ACDC\Back in Black
F:\Aerosmith\Devil's Got a New Disguise- The Very Best of Aerosmith
F:\Alice In Chains\Dirt
F:\Alice In Chains\Greatest Hits

Now, to clean this up...

On the menu in Notepad, click Edit then Replace. In the "Find what" field type F:\, and leave the "Replace with" field blank, then click the Replace All button. That should leave you with a list that's a little neater. Note that if you have first-level directories for each artist like I do, the beginning of your list will only be the artists names. You should be able to manually remove these easily. Don't forget to save the file. I hope this helps.
This is definitely something I am going to try. Thanks!
 
Reply




All times are GMT -4. The time now is 06:30 AM.