Hi, I'm not a programmer at all, but I have a problem that I think would be easily solved using an Applescript. I've ripped a ton of my CDs using iTunes, but I don't like the way it organizes the actual mp3 files on my disk. iTunes organizes albums into separate artist folders like this:
------------------------------------------------
V Artist X
..... > Album 1
..... > Album 2
------------------------------------------------
But I like to keep them organized like this:
------------------------------------------------
> Artist X - Album 1
> Artist X - Album 2
------------------------------------------------
So I figure an Applescript could easy allow me to select just the artist folders
> Allman Brothers
> Boy Meets World
> Cool Mo Dee
and then drag and drop them onto an Applescript executable that would copy the folder name of each selected folder in the selected list and append just that 1 folder name to the beginning of any enclosed folder names. Does anyone know how to write a script that would do that?
------------------------------------------------
V Artist X
..... > Album 1
..... > Album 2
------------------------------------------------
But I like to keep them organized like this:
------------------------------------------------
> Artist X - Album 1
> Artist X - Album 2
------------------------------------------------
So I figure an Applescript could easy allow me to select just the artist folders
> Allman Brothers
> Boy Meets World
> Cool Mo Dee
and then drag and drop them onto an Applescript executable that would copy the folder name of each selected folder in the selected list and append just that 1 folder name to the beginning of any enclosed folder names. Does anyone know how to write a script that would do that?