Hello, you are welcome to view the Radio Mute music forum as our guest. If you wish to participate, you will have to register to become one of our members. Radio Mute is an all inclusive music forum which strives to include every topic related to music. If you choose to participate, new forums and features will open up to you; including an option of having 3 songs uploaded and shown in your posts for free, community section with general chat and more.

User Name 
Password

Search 
 at 


 
Thread Tools Search this Thread
Old 03-16-2005, 04:22 PM   #1
millsy
Registered User
 
Join Date: Mar 2005
Music Lists

Ok I've foolishly decided to to list ALL my albums which have been converted to MP3 (for use in car) but would take weeks and weeks to type them all into a spreadsheet in excel

is there any way to transfer FOLDER NAMES into some sort of list? dont want to list each song on the album

any ideas much appreciated
[offline]   Quote  
Old 03-16-2005, 06:09 PM   #2
hezagenius
Registered User
 
hezagenius's Avatar
 
Join Date: Jan 2004
Location: no...it's Iowa
I wish I knew. I just typed in about 3000 CD titles and it took me about six hours.
__________________
Don't play what's there, play what's not there.
- Miles Davis

Anybody that smiles that much, there must be something wrong with him.
- Lemmy Kilmister on PM Tony Blair

That’s the best thing about music. It’s kind of a search.
- Derek Trucks
[offline]   Quote  
Old 03-16-2005, 06:42 PM   #3
millsy
Registered User
 
Join Date: Mar 2005
well ive got VB code which will do all the titles etc... just cant get it to just do the folder names

if anyone needs the code here it is:

Sub IndexFiles()
With Application.FileSearch
.LookIn = "C:\MyMusic"
.FileType = msoFileTypeAllFiles
.SearchSubFolders = True
.Execute
End With
cnt = Application.FileSearch.FoundFiles.Count
For i = 1 To cnt
Rng = "A" & i
Range(Rng).Value = Application.FileSearch.FoundFiles.Item(i)
Next i
End Sub

That will search C:\my music <------------- change this to ur location
[offline]   Quote  
Old 03-16-2005, 07:47 PM   #4
TastyWheat
Registered User
 
TastyWheat's Avatar
 
Join Date: Jul 2004
Location: Texas
If You're Using Windows:
C:\Whatever Folder All of Your Albums Are>dir /B

If You're Using Linux:
>ls -1
[offline]   Quote  




Thread Tools Search this Thread
Search this Thread:

Advanced Search






Page generated in 0.15265 seconds with 30 queries [Server Loads: 0.17 : 0.05 : 0.01]