I believe an apple script should be able to do this if the requirement is to
change the underscore to a space.
You would want to test with two or three files first.
repeat withcurFile in file in …whose name contains "_"
setNewFileName to name of curFile
set NewFileName to— would need to look at string replacement functions, but I
believe there is one that is appropriate
set the name of curFile to NewFilename
End Repeat
There are also ways of renaming files in perl or python. "_" Let me know if
you want to actually develop such a script.
Best wishes,
Jonathan
> On Nov 19, 2016, at 4:29 PM, Matthew Dierckens <[email protected]> wrote:
>
> Hi guys,
> I have an album of music that has a file name like this:
> 17_city_harbor_come_however_you_are.mp3
> I want to get rid of the underlines.
> I also have a folder with over 10000 artist drops that I purchased from a
> website and they have dashes in the filename and I want to get rid of them.
> What is the best way to do this without doing it manually?
> Thanks.
>
> God bless.
> Matthew Dierckens
> Certified Assistive Technology Specialist
> Macintosh, IOS and Windows Trainer
> JAWS for windows Certified - 2016
> Canadian Phone: 519-962-9140
> U.S. phone: 573-401-1018
> Personal Email: [email protected]
>
> --
> The following information is important for all members of the Mac Visionaries
> list.
>
> If you have any questions or concerns about the running of this list, or if
> you feel that a member's post is inappropriate, please contact the owners or
> moderators directly rather than posting on the list itself.
>
> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at:
> [email protected] and your owner is Cara Quinn - you
> can reach Cara at [email protected]
>
> The archives for this list can be searched at:
> http://www.mail-archive.com/[email protected]/
> ---
> You received this message because you are subscribed to the Google Groups
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/macvisionaries.
> For more options, visit https://groups.google.com/d/optout.
--
The following information is important for all members of the Mac Visionaries
list.
If you have any questions or concerns about the running of this list, or if you
feel that a member's post is inappropriate, please contact the owners or
moderators directly rather than posting on the list itself.
Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at:
[email protected] and your owner is Cara Quinn - you
can reach Cara at [email protected]
The archives for this list can be searched at:
http://www.mail-archive.com/[email protected]/
---
You received this message because you are subscribed to the Google Groups
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.