Yep, the terminal comes in handy sometimes. Open it (/Applications/Utilities), and run the following command:
sudo chflags -R nouchg ~/Music
Enter your password, and it will remove the lock flag on any file inside your Music directory.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
Okay, that's relatively simple - if there are spaces in a filename, you need to use quotes:
sudo chflags -R nouchg "/Volumes/My Book/Music"
I don't know how familiar you are with the terminal, but you do have to hit "enter" to execute commands.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339