Simple question from a newbie

Get help. Get answers. Let others lend you a hand.

Moderator: Mr_Noodle

Simple question from a newbie Wed May 01, 2013 11:53 am • by paulwilky76
I am simply looking to do the following:

Move a load of mp3 files saved in a sub-folder from my "Downloads" folder into a temporary folder titled "droplet"

where these files will be re-arranged into a sub-folder as "Year - Album Title" and

then the folder is moved to another folder titled "Ready for backing up"

Any help would be appreciated.

Thanks
paulwilky76
 
Posts: 2
Joined: Wed May 01, 2013 11:49 am

Re: Simple question from a newbie Wed May 01, 2013 1:16 pm • by a_freyer
Code: Select all
if (all) of the following conditions are met for (the file or folder being processed):
     kind is mp3

Do the following to the matched file or folder:
     move to "droplet"
     sort into subfolder using pattern /Ready for backing up/(year recorded • ) - (album •)


When you sort into subfolder, drag "Other" as the light blue tag into the name box, and search.

This rule creates:

Hazel Output wrote:/droplet/ready for backing up/2001 - Album 1/Song 1.mp3
/droplet/ready for backing up/2001 - Album 1/Song 2.mp3
/droplet/ready for backing up/2001 - Album 1/Song 3.mp3
/droplet/ready for backing up/2001 - Album 2/Song 1.mp3
/droplet/ready for backing up/2001 - Album 3/Song 2.mp3


Although I'm not 100% sure this is what you're looking for. It does not seem necessary to move to droplet first; more detail on your proposed setup is needed.
a_freyer
 
Posts: 631
Joined: Tue Sep 30, 2008 9:21 am
Location: Colorado

Re: Simple question from a newbie Thu May 02, 2013 9:15 am • by paulwilky76
Hi there,

Thanks for your help, and it's pretty close to what I'm after.....

To elaborate: -
I have a sub-folder saved as follows: Downloads / Group Name / Song Title.mp3 or Image.jpg/.png

I want to:
1. Move the sub-folder across to the folder titled "Ready For Backing Up"
2. Have the sub-folder reformatted so it ends up as: Ready For Backing Up / Group Name / Year - Album Title / Files (comprising mp3 and image files)

Is this possible?
paulwilky76
 
Posts: 2
Joined: Wed May 01, 2013 11:49 am

Re: Simple question from a newbie Fri May 03, 2013 12:12 pm • by Mr_Noodle
Look up "source folder" in the help. That might do what you want.
Mr_Noodle
Site Admin
 
Posts: 11865
Joined: Sun Sep 03, 2006 1:30 am
Location: New York City


Return to Support