A couple of scripts I need, please help
Posted: 29 Nov 2012 22:35
First is not really a script, I just need to know how I can see all except certain folders based on the color filter. I have a blue color filter for some folders and I want to only see the folders that are blue. Or at least sort by color, but restricting the view is preferable. I have something like this to only show mp3 files, but idk how to restrict to a color.
Second, is there a way to restrict the view to anything modified a certain amount of days ago?
Third is a script question. Let's say I have a couple of mp3 files with two different artists tagged in the metadata.
Blue Stahli - Ultranumb
Andy Harding - Pajass
I want the script to go through all the mp3 files in the folder I'm in and create folders for them by the name of the artist, and place them in that folder. So for example if I have a folder called Music and in there are the two songs I mentioned above, the script would copy Ultranumb into a new Blue Stahli folder it creates, and copy Pajass into a new andy harding folder it created. This is based on the artist information you can find in the properties of the files.
I hope it's possible
EDIT:
Actually there's something else that would be cool.
Music
-------------------------
Folder 1 - Song 1, Song 2
Folder 2 - Song 1, Song 2, Song 3
Folder 3 - Song 1
I want to delete Folder 1, 2, and 3, and put the songs in the Music folder which is the parent of these folders.
So I'd basically need a script that goes into each folder and takes the files out, deletes them, then puts the music in the parent folder.
Second, is there a way to restrict the view to anything modified a certain amount of days ago?
Third is a script question. Let's say I have a couple of mp3 files with two different artists tagged in the metadata.
Blue Stahli - Ultranumb
Andy Harding - Pajass
I want the script to go through all the mp3 files in the folder I'm in and create folders for them by the name of the artist, and place them in that folder. So for example if I have a folder called Music and in there are the two songs I mentioned above, the script would copy Ultranumb into a new Blue Stahli folder it creates, and copy Pajass into a new andy harding folder it created. This is based on the artist information you can find in the properties of the files.
I hope it's possible
EDIT:
Actually there's something else that would be cool.
Music
-------------------------
Folder 1 - Song 1, Song 2
Folder 2 - Song 1, Song 2, Song 3
Folder 3 - Song 1
I want to delete Folder 1, 2, and 3, and put the songs in the Music folder which is the parent of these folders.
So I'd basically need a script that goes into each folder and takes the files out, deletes them, then puts the music in the parent folder.