View previous topic :: View next topic |
Author |
Message |
coastalkid
Joined: 28 Jul 2008 Posts: 5
|
Posted: Mon Jul 28, 2008 8:44 pm Post subject: lastname, firstname - song.mp3 question |
|
|
How would I convert the following:
lastname, firstname - song.mp3
to
firstname lastname - song.mp3
Thanks!
Joe |
|
Back to top |
|
 |
admin Site Admin
Joined: 09 Mar 2007 Posts: 448 Location: Canada
|
Posted: Thu Aug 07, 2008 3:41 am Post subject: |
|
|
Sorry for the late reply - I was away the last 2 weeks.
To swap the first/last names, copy the following searhc/replace info into the custom renaming list (don't include the single quotes):
Row: 1
Search: '(?E)(.*?), (.*?) - (.*)'
Replace: '\2 \1 - \3'
Then press scan.
let me know if you have any other questions!
Peter. |
|
Back to top |
|
 |
coastalkid
Joined: 28 Jul 2008 Posts: 5
|
Posted: Thu Aug 07, 2008 1:13 pm Post subject: |
|
|
Thanks Peter! |
|
Back to top |
|
 |
|