![]() |
78 mp3s - renaming help? Any scripts other than for FM Pro? - Printable Version +- MacResource (https://forums.macresource.com) +-- Forum: My Category (https://forums.macresource.com/forumdisplay.php?fid=1) +--- Forum: Tips and Deals (https://forums.macresource.com/forumdisplay.php?fid=3) +--- Thread: 78 mp3s - renaming help? Any scripts other than for FM Pro? (/showthread.php?tid=62659) |
Re: 78 mp3s - renaming help? Any scripts other than for FM Pro? - deckeda - 09-24-2008 Thanks Marc, that was it. Maybe it's just these files but the script doesn't do much. After it discovers the existing playlists and presents a dialog with the available choices, it gets the file's name but doesn't continue with a way to do more? Seems to not be doing this nest? set theText to X's name In Script Editor's event log, after I choose the playlist, here is the last thing it notes: count every track of playlist78 MP3s1 Re: 78 mp3s - renaming help? Any scripts other than for FM Pro? - Marc Anthony - 09-24-2008 I think I spotted the error. Rev 2: set AppleScript's text item delimiters to_ Re: 78 mp3s - renaming help? Any scripts other than for FM Pro? - Joey Cupcakes - 09-24-2008 Marc Anthony wrote: You shouldn't create dependencies on other applications; it's not a good practice, and there is simply no need. iTunes is AppleScript aware and can handle your task, directly. I agree, I said I just don't know how. Re: 78 mp3s - renaming help? Any scripts other than for FM Pro? - deckeda - 09-25-2008 Thanks again Marc, that worked. This will help many of the files. Doesn't make them perfect but that's not due to a limitation of your script. Each filename has the song title in uppercase and running together. Where the artist name appears THAT's in mixed case but still running together. And record label is all uppercase. Example: MYBUCKETSGOTAHOLEINIT_HankWilliams_MGM_10560-A.MP3 Not all files are in that format, some are in a roughly genre/record label format. Maybe he didn't know the title and artist info: GREEK_-_COLUMBIA_7168-F-CO24641.mp3 Joey, give Marc's script a try, at least as a starting point. Re: 78 mp3s - renaming help? Any scripts other than for FM Pro? - mspace - 09-25-2008 Here's what I'm finally doing. It's tedious. I'm going through every file, putting in spaces and underscoring where missing. Then dragging each folder into TriTag, which handles most. For the few ones that won't take, I'm using media scrubber tool in Media Rage. It seems the most direct route for someone like me that's not so "script-able". 8-) |