INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: How can I use the JRiver renaming to correct some bad file names?  (Read 1809 times)

djfalstaff

  • Recent member
  • *
  • Posts: 43

The new cloud syncing service I tried had a little issue with figuring out what to do with 900 music files I was working on today in JRiver tagging files and this is the issue it caused.
I have 900 files that look like this.

Album Folder Name
   TrackName.flac
   TrackName - [conflicted].flac

It glitched out on on my tag updates and created the new file with the appended "-[conflicted]" on the end. These files are the most up to date versions of the files.

I need to find and delete the originals, keep the appended name file, and then rename that file to the original name.
Does anyone have any thoughts on how to leverage JRiver to make this a little less painful to fix?
Logged

ferday

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1732
Re: How can I use the JRiver renaming to correct some bad file names?
« Reply #1 on: January 07, 2017, 06:21:56 pm »

do they all literally have [conflicted].flac at the end?

if so you can rename them back to normal using

removeright([name],15)

to find them, make a smartlist with Name contains conflicted (or name does not contain)
Logged

djfalstaff

  • Recent member
  • *
  • Posts: 43
Re: How can I use the JRiver renaming to correct some bad file names?
« Reply #2 on: January 07, 2017, 06:52:49 pm »

Oh ,this just keeps getting better and better...
Some got appended with "[conflicted]" and some got appended with "(conflicted)"

I need to make a "bad file" list.
First find all the files that have the appended "[conflicted]" or "(conflicted)" in the file name
Then find it's "bad twin" and display that one in the list instead
Then I can use the list to move to delete the "bad files"

After that I can just rename the files with the appended names to the original.
Logged

blgentry

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 8009
Re: How can I use the JRiver renaming to correct some bad file names?
« Reply #3 on: January 07, 2017, 07:14:46 pm »

Do you still have the originals?  If so, just get rid of the weird files.

If not, it seems you've got some work to do.  MC may not be the best tool for this job.  A scripting language, or a specific renaming tool may be better suited, easier, and more consistent.

Brian.
Logged

MikeO

  • Citizen of the Universe
  • *****
  • Posts: 789
Re: How can I use the JRiver renaming to correct some bad file names?
« Reply #4 on: January 08, 2017, 05:42:01 am »

Try the MusiCHI Tagger for a 28 day demo . It has a very comprehensive text Processing section that should do the job

Mike
Logged
Pages: [1]   Go Up