Script to organize music.

I have about 2000 songs that need to be organized now (see my last topic to find out why). I was wondering if anyone has or knows of a script that can take a iTunes music file (mp3, etc.) and create a folder for the artist, create a folder for the album in the artist directory, and then place that file in it. If the folder was already created then just place that file in it. Don't you think this would be an awesome script. If someone can tell me how to get the music files information (artist, album) I can probally write it myself.
Leon

Provided you have "Keep iTunes Music Folder Organized" checked off in iTunes Preferences > Advanced > General.
If iTunes is already pointing at "folder X", you might want to use Advanced > Consolidate Library. If iTunes is not pointing to "folder X', you might want to drag it onto the Library icon in iTunes' Source window. In both cases, copies of all the tracks not in the iTunes Music folder will be copied into it and organized by artist and album. This will make sure that all of your music is accounted for. You could then either delete the originals that were not in the iTunes Music folder or else save them as a backup (although you should back up the entire iTunes Music folder). Also, I would double check that any files were correctly copied into the iTunes Music file before deleting them, if that is the choice you make.

Similar Messages

  • Creative ZEN MX Sort/organize music

    #Creative ZEN MX Sort/organize music>Device: ZEN MX
    Firmware: .04.0
    So i got a ZEN MX, i was pretty happy with it... but now i'm starting to get very pissed off..
    The way its sort his music on **bleep** "mp3 tags" i find it complete bullsh*t!
    Why? because not all mp3's have tags, or tags that does not "fit" ( to the mp3 filename ) so it organizes the mp3's like sh*t anyway..
    Now i completly removed all mp3 tags from all the mp3 tracks on my ZEN MX, and the player shows me no mp3 tracks anymore... ( accept for weird named folder with 500 piled up, **bleep**y sorted mp3's in it or something )
    WTF is wrong with sorting on filename like any other device!?
    If anyone got an idea or a fix, to make the ZEN MX sort his mp3 files decently, please tell me! Im desperate

    I've spent a bit of time today, with Mp3tag, to try to understand what is going on with the MX sorting.
    I used Mp3tag with the list of mp3s on my pc, (which was a copy of that on the zen) to add the relevent info. Some of my mp3s were just converts from clips from films etc, and had no relevent tag info. With this program, it is easy to add it.
    It doesn't take too long to experiment to realise its advantages. (tag sort).
    My gripe originally was the grouping of files - or tracks.
    Especially if you had made your own compilation 'album'.
    However, I have found you can do this easily in Mp3tag by grouping the files together, by filling their album field with 'Compliation ' or 'Various Artists' for example.
    If you add the track number into the 'track' list aswell, you automatically order the track playing sequence.
    It is really another way of creating a playlist but giving it an album reference of your own.
    You can also add an album cover picture freely to any mp3. There is a built-in online database search for this, but i found it easier to search on the web, then used the wikipedia result for a source of album pictures. They happen to be around the right size too...
    I then deleted the files on the zen and copied the whole lot across again, with the tag data in.
    I now have some exclusi've albums and with cover pictures, along with all the others which have album covers.
    I can only suggest giving it a go....
    I can see it is the way forward for flexibility.

  • What is the best way to organize music by artist with various artist...

    What is the best way in iTunes 7 to organize my music by an artist who has several songs that have appearances by other artist? I now have about 400 Artist, in my artist list.
    1-Most of them are by the same Artist but with people who appear on their album as a special guest. What is the best solution for this?
    2-The same Artist appear on someone else's album what is the best solutions for this? I would like to have as few categories as possible.
    When I have a track with 2 artist, how will iTunes handle both Artist or do I have to determine? If I choose 1 Artist, does this mean that when I search for the 2nd Artist that the track would not be found. Please help me. I want to fix my Library so I can back it up.

    Do you mean the Artist and the Album
    Artist fields?
    There is the Artist field. This is for the
    artist(s) doing the song.
    There is the Album Artist field. This is for
    who's album it is.
    If there are featured artists on a song, I usually
    take them out of the Artist field and put it
    after the song title.
    "Smooth" - Santana featuring Rob Thomas becomes
    "Smooth featuring Rob Thomas" - Santana.
    This way I don't end up with a bunch of different
    artists showing up in the Artists column.
    That wwas exactly what I was talking about.

  • How to organize music compilation?

    Hello, community!
    I'm new to OS X and iTunes. So I have a question how can I organize compilations. For instance I have compilation "The Rolling Stone Magazine 500" which includes hundreds  of Artists.
    What have I already done? I edited these tags: Album Artist = Various Artists and checked "The part of compilation" (I'm sorry for possible mistake in this point, I use Russian OS X). Now it's shown like one album and various artists in the appropriate tab. That what I want but I can't search music by arsis.
    What is the right way to do it?
    Thank you

    deus4ko wrote:
    Its great that you know how to access file attributes section on both PC and Mac. Without your clarification people would have been baffled.
    Actually, they wouldn’t be baffled at all.
    Since this is the iTunes for Mac forum, PC users generally won’t look here. and Mac users generally don’t care about Windows Properties...
    Regardless of whether or not Paresh Devani solved this 2 years ago ( not sure how you know this anyway),
    I actually read the posts in threads, rather than blindly posting.
    I know it was solved 2 years ago because Paresh Devani selected the answer that fixed his issue 2 years ago & it was quoted in his original post… "This solved my question by Granavel on Feb 9, 2013 7:18 AM"
    the solution is not on here and could be useful to others. People still have this problem today.
    The solution is on here.
    However, had you bothered to read the original post, you would see that the solution you posted is irrelevant.
    Your solution will fix an issue, one that is completely unrelated to this thread...
    No response is necessary.

  • Select project file (to open editor), Run Script - XCode Organizer

    Hi,
    I'm new to AppleScript, but I'm trying to automate a number of login processes. I have most of my needs worked out, but there are still a couple of loose ends which will save me substantial time if I can get them running. I'm not finding documentation of such processes, so maybe I'm barking up an empty tree. Is this possible; and were can I find the necessary documentation:
    1.
    I have a Ruby project maintained in the XCode Organizer. I'm striking out on blind tries. What I need to do is equivalent to selecting a document *in the organizer*. It has to have the same effect as manually negotiating the file/directory tree, because selection of the file further enables running an Action Script in the Organizer, the name of which is "START MONGREL SERVER."
    I have opened the target document, application_controller.rb, in the conventional manner you might open a document, but this has only opened the document in a separate editor window. This doesn't suffice, because it is the selection of a project document which makes the related Action Script available for further running.
    How then might I do this?
    2.
    After this file is selected, I need to run the action script, "START MONGREL SERVER." How likewise can I do this?
    3.
    Thirdly, is it possible to wait until threads invoked by previous script statements are finished? If so, how? Otherwise, can we insert a "wait" statement of some kind to delay execution of further instructions? If so, how?
    Much thanks in advance,
    m

    Hi,
    ODP doesnt have anything built in to run sql scripts. You'd likely need to parse the script yourself and execute the commands one by one, or you could shell out and run the script via sqlplus.
    Hope it helps,
    Greg

  • MS Organizer - music won't load on my Zen Micro Playl

    Hey, I've had a reoccuring problem regarding mediasource organizer. Lately, if I load music on my Zen Micro in one of the playlists, there are times where it looks like the songs are being loaded without a problem. However, the playlist is still completely empty. If I check out the "music" section in my Micro, the music's there. And if I try to re-load the songs from on my desktop in the playlist, it still won't show up. I've never had this problem and am clueless as to how to solve it. I have Windows XP and version 3 of mediasource organizer (I tried v5 before I reformatted - I didn't like it). Any help would be appreciated!
    - Jeff

    I am still having this issue. I have attached it in various usb ports, the mediasource 5 works and reads it. I cannot use the much easier explorer. I have WMP I have SP2 all upgraded firmwares etc... If anyone knows what to do please help.

  • Organize music

    hi,i am organizing my music in itunes.i got a question.will the organization of music in itunes,automatically organize main file?
    i organized it before, it took me a week.it was great.but recently i added a extra hard drive. with all the moving around of files,it seems when i added my music back to itunes it was unorganized again.so this time when i organize i want to make sure it will be permenant.i thought, when i organized the first time, it would automatically organize in the main file location.so can anyone help me on how to do this.thanks for any help that is offered. dennis

    Hi, welcome to Apple Discussions.
    iTunes has two options that control media organisation.
    *Keep files organised in the iTunes Media folder* controls whether files inside he iTunes Media folder are moved or renamed when you make changes to the tags. Life is probably easier if you just let iTunes do its thing but some people, like myself, don't like a few of the shortcomings such as file & folder names truncated to 40 characters. Iy you want to keep particular genres in separate folders then you should also disable the *Keep organised* option.
    *Copy files to iTunes Media folder when adding to library* controls whether new imports +*from outside*+ the iTunes Media folder are copied into it before being added. If this option is selected the originals of any files copied are subsequently left where they are and any updates you make to the tags only affect the copies made inside the iTunes Media folder. If this option is disabled any files are left where they and updates are applied to the tags, but no changes are made to the physical file organisation regardess of your choice in the previous option.
    For the purposes of backing up and the library and making it easy to relocate in future I recommend placing any imports inside the iTunes Media folder regardless of whether or not you choose to let iTunes organise the files.
    For more on organising things in iTunes see my article on Grouping Tracks Into Albums.
    tt2

  • How to organize music on 6300?

    Hello,
    How could I organize the music on my phone - Nokia 6300? I have created a few different folders but the music player will just put all the music files together?
    Some of the music is actually audio books so I definitely don't want these mixing with actual music... I tried all kinds of stuff but I just can't seem to separate audio files into different folders or something. The manual doesn't provide any info either so I thought maybe somebody here could help.

    The music player reads compatible files from wherever they are in the phone or memory card, and then allows you to play particular tracks via file tags containing title, artist, album etc. information.

  • Request: script to stream music for given amount of time

    I'm looking for a bash script (or anything that will get the job done) that will:
    -stream music from my favorite internet radio station (ie: di.fm)
    -play stream for a given time in increments of 1hr (ie: 1 hr, 3 hrs, etc)
    -at the end of the given time, fade out the music then terminate stream after fade out is complete.
    -terminate script (or application that is performing these tasks)
    Ideally, the script will take in the internet radio station and time as arguments. I have Rhythmbox which I currently use to stream.  I don't care if the script opens applications for use in this process.  Can anyone help me with this?  Or at least get me pointed in the right direction?
    PS: I plan on using this as my music to listen to while I'm trying to go to sleep, hence the time limit and fade out.  If the music stopped abruptly I would most likely wake up.
    Thanks guys.

    I know in mplayer, you can do most of that.
    For example, running this from console will play Lounging Sound radio for exactly one hour;
    mplayer -endpos 01:00:00 http://67.159.44.146:8002/
    I'm not sure about the fade out effect, you might have to Google for that information. I'd recommend the 'mplayer-svn-nogui' package in AUR (or check out the one here) if you decide to go this route.
    Oh, you might want to check out MPD too... it could possibly do something like this.
    Last edited by Pnevma (2008-07-22 12:56:30)

  • How to organize music on Nokia 6300?

    Hello,
    How can I organize the music on my phone - Nokia 6300? I have created a few different folders but the music player will just put all the music files together?
    Some of the music is actually audio books so I definitely don't want these mixing with actual music... I tried all kinds of stuff but I just can't seem to separate audio files into different folders or something. The manual doesn't provide any info either so I thought maybe somebody here could help.
    Solved!
    Go to Solution.

    Go to Music Player on your 6300 phone.dont play yet, click the "option" and then "music library" and then click the "all tracks".after doing that, you should see all the playable song's stored in your memory card.here's the trick. for example, you just want to play all your favorite songs at a time, or maybe your so sentimental that you only want to hear all the love songs, then go find all the love songs you want then click the option again and then click the "add to favorites". after you add all the love songs you want to favorites click the back and then go to "track list" and it will show you all the possible option there like the "favorites", "most played", "recent tracks" etc..click the favorites option since you only want to play all your love songs at a time.after that play any songs that you will see at the favorites option.just one song. while playing, now click the "option" again then click the "show tracks" then "option" and last is "save as track list" then it will ask you for a "file name".named it anything you want,like uhmm "LOVE SONGS" since you add only all the love songs you like just for example.after saving it you have now all the love songs saved as your track list.now go to "music library" then click the "track list" then go to "my track list".there you can find the file name that you save like "LOVE SONGS" then play it.VOILA AT LAST.YOU CAN NOW ONLY LISTEN TO ALL THE LOVE SONGS THAT YOU SAVED.now, if you want to create another playlist, go to the "FAVORITES" again then erase all that's been saved there then add another songs to your favorites like alternative songs or rap or anysongs you only want to hear then just do what i have told you recently.play again form my favorites then save it as track list and this time, saved it on different file name like "ALTENATIVE" so you won't confused what's the songs on it.got it!! WHEW!! HOPE THIS WILL HELP YOU!!

  • Shell script to copy Music/Artists/Albums/Songs to Music2/Artists/Songs

    Hi,
    My Music folder is currently organized as follows (standard iTunes behaviour):
    Music
    Artists
    Albums
    Songs
    Artist1
    Album1
    Song11
    Song12
    Song13
    Album2
    Song21
    Song22
    Artist2
    Album1
    Song11
    Song12
    Album2
    Song21
    Song22
    Song23
    etc.
    I would like to copy this Music Folder to an USB flash drive, but without the "Albums" level, i.e.:
    Music2
    Artists
    Songs
    Artist1
    Song11
    Song12
    Song13
    Song21
    Song22
    Artist2
    Song11
    Song12
    Song21
    Song22
    Song23
    I assume that an unix shell script is able to do this, but this is beyond my skills
    Or do you know a software that can manipulate files in such a way?
    Thanks in advance.

    OK, clear. For future runs, should I be better off runing the command in a directory on my Mac, and copy the resulting music folder to the USB drive?
    No, the optimum solution would be to format the thumb drive with the HFS+ filesystem. You could use cp, ditto, or rsync will the proper options and not copy the file fork to the thumbdrive. Or you could  filter out the file forks in the two find commands.
    ls | while read dir; do
        find "${dir}" -type f ! -name "._*" \( -name "*.mp3" -o -name "*.m4a" \) -print0 | xargs -0 -I '{}' mv -n "{}" "${dir}"
    done
    find . -type f ! -name "._*" \( -name "*.mp3" -o -name "*.m4a" \) -mindepth 3 | while read file; do
         base=${file%\/*}
         base=${base##*\/}
         mv "${file}" "${file%*\/*\/*}"/"$base"_"${file##*\/}"
    done
    The warning or error messages are innocuous anyways.
    OK. I removed them manually, which took me less than one minute. Should I add a "rm -r .DS_Store" step before future runs?
    I wouldn't bother. Change->
    find . -type d -empty -delete
    to
    find . -type d -mindepth 2 -maxdepth 2 -exec rm -rf '{}' '+'

  • How do I organize music files w/in iTunes?

    Before I got an iPod & iTunes, I had all of the music files on my computer (using M/S Vista) organized alphabetically within each folder and all folders also arranged alphabetically - I'm anal that way. When I copied all the files from My Music into iTunes & iPod, they came out almost completely random - e.g., White Christmas is sandwiched in between a Vivaldi Mandolin Concerto and an ABBA song. Can anyone tell me how I can re-organize iTunes & iPod into the logical order they should be in?
    Thank you in advance.
    cfz3

    Sorry - I neglected to reply to your second question. If I clk on a column and clk to sort by that filter, it does so. The trouble is that there are no columns or column choices that will provide an appropriate filter across the spectrum - not all files are in the same format. For example, I have a lot of classical music, which will sort by composer - but that eliminates from sorting files not indicating a composer, as such. But at least that has helped me get the files into a little better order than it was. Thanks.

  • Can I Organize music in Artists and Albums on my MuVo N2

    I can only play music on the "root" of my MP3 player (MuVo N200). Can anyone tell me if organizing i possible?
    I have discovered a menuitem called "Skip Folder". When I go there, A Root folder i shown, but I can not select anything here. Can anyone tell me what this is about?
    Regards Preben

    STOP!
    You can use MuVo N200 Media explorer, and click the button "Sort Different" or something, and than you can sort ALL your tracks on:
    Artist</LI>
    Number on CD</LI>
    Track Name</LI>
    Lenght</LI>
    Even the album name, if i'm not wrong</LI>
    You can install the explorer from your N200 CD-Rom and download it. You'll have to connect your N200 to the computer, offcource :smileyvery-happy:.
    You can sort them with the folders also ofcource, but I think its a lot of work to search for each track the artist, when its written in the info. Than creating folders for EACH artist, and putting them into it... think my Media Explorer works faster.
    PS: The Media explorer will put numbers for your MP3 names, but you won't see them while playing back, they are recognised by your player.
    Message Edited by Jurriaandvm on 02-3-2005 2:43 PM

  • HT1660 how to organize music  library?

    hi there:
    how can i organise my music library?

    Start here: Grouping tracks into albums.
    What is it that you want to do?
    tt2

  • Itunes wont organize music

    so i have itunes 10.2.1.1 and i an encountering a problem. it no longer keeps my music organized, like i have the setting turned on to keep my music folder organized and i have told itunes where it is, and i double checked and told it where it was again. so i added a song that wasnt in my library and it doesnt get put into the proper folders or an artist folder made for it. has anyone else experience this problem, or is this a bug with this version?
    i have also tried reinstalling itunes and clicking on the repair button, but still the problems persists.

    and all my friends that i have talked to are not encountering the same problem, yet have the same version of itunes, it doesnt make sense to me

Maybe you are looking for

  • Deleting Planning Profitability thru KP90 and KP91

    SAP Experts, I am trying to delete plan data in one of our plan versions, I used tcode KP90 & KP91, However, when I go to run reports to view what was deleted, I noticed that all Costing was deleted with the exception of Profitability. I read varios 

  • Internet Doesn't Do Nights

    I can't figure out why, from around 7 pm to 6 am, my Safari internet connection fails. I get the message that says "You are not connected to the internet". All other times, not having done anything different, it's fine. Though I am not particularly c

  • Using existing external drives (am a new iMac user) & photos

    I am a new convert to iMac from PC this weekend. Have searched support questions but not finding a match. What I have is two portable external drives - a 160 gig for all my photos (all sorted into annual folders then monthly folders, close to its lim

  • Installation doc FAQ clarification.

    http://www.archlinux.org/docs/en/guide/ - guide.html I can't ssh into my machine! Edit your /etc/hosts.deny file. The default configuration will reject all incoming connections. Shouldn't people just add sshd:ALL to /etc/hosts.allow ? Allow rules sup

  • Can't update from OSX 10.8 to OSX 10.8.2

    I just bought a new MacBook Pro 13 inch display with 500GB HDD and 4 GB RAM.  The unit shipped with OSX 10.8.  In my SW updates, I'm trying to update iPhoto, but it says it requries OSX 10.8.2.  However, 10.8.2 does not show up in my "updates" in the