How powerful is the mass-rename?

Discussion, questions and support.
Post Reply
Message
Author
Monarch1st
Posts: 3
Joined: 16.12.2016, 04:32

How powerful is the mass-rename?

#1 Post by Monarch1st » 16.12.2016, 04:51

I've got a bunch of files to rename, and it's anything but straight-forward.
They're in this format:
"A_Scandal_In_Bohemia_1954_32kb.mp3"
i.e. name, date, quality, all separated by underlines even in the name. and '.mp3', but that's not modified nor moved.

I want to put a name in front, move the date to second position, then the title with spaces rather than underlines, and put parens around the quality, and a dash after the name and date:
"Sherlock Holmes - 1954 - A Scandal in Bohemia (32k).mp3"

What's the easiest way to do this?
I'm not at all anxious to do it by hand, there are several hundred of them.

User avatar
Dreamer
Site Admin
Posts: 6115
Joined: 19.08.2007, 23:40

Re: How powerful is the mass-rename?

#2 Post by Dreamer » 16.12.2016, 20:02

If they have id3 tag included, then it's easy, I'm just not sure what you mean by "quality", if it's the bitrate, then type this in the Name field:

Code: Select all

[mp3artist] - [mp3year] - [mp3title] ([mp3bitrate])
If you want "sampling rate", then type this:

Code: Select all

[mp3artist] - [mp3year] - [mp3title] ([mp3samplingrate])
If id3 tag is missing, it will be very complicated, probably impossible.

Monarch1st
Posts: 3
Joined: 16.12.2016, 04:32

Re: How powerful is the mass-rename?

#3 Post by Monarch1st » 16.12.2016, 23:26

Dreamer wrote:If they have id3 tag included, then it's easy...
If id3 tag is missing, it will be very complicated, probably impossible.
How do I find if the id3 tag is there?

Also, in unix (it may be vi, or sed. someplace in unix, it's been awhile), when you search/replace, you can use a carat '^' for the beginning of the string. E.g. for the string "A Scandal" if you type the command s/^/"Sherlock Holmes - ", you'd get "Sherlock Holmes - A Scandal".
Is there such a mechanism in freecommander? (and if not, could I request it for a future release?)

Oh, and what's the difference between bitrate and sampling rate?

User avatar
Dreamer
Site Admin
Posts: 6115
Joined: 19.08.2007, 23:40

Re: How powerful is the mass-rename?

#4 Post by Dreamer » 17.12.2016, 01:09

Monarch1st wrote:How do I find if the id3 tag is there?
You can use any mp3 player, or just type that text above in the File name field, in Multi Rename window, you should get the artist name, title in then "New name" preview (green color).
Monarch1st wrote:Oh, and what's the difference between bitrate and sampling rate?
Sampling rate is usually the same (44100 or 44k), bitrate is important for queality, usually it's from 128 to 320kbps, so if you don't want just a number, add "kBps" or kBit-s, like this:

Code: Select all

[mp3artist] - [mp3year] - [mp3title] ([mp3bitrate]kBps)
Monarch1st wrote:Also, in unix (it may be vi, or sed. someplace in unix, it's been awhile), when you search/replace, you can use a carat '^' for the beginning of the string. E.g. for the string "A Scandal" if you type the command s/^/"Sherlock Holmes - ", you'd get "Sherlock Holmes - A Scandal".
Is there such a mechanism in freecommander? (and if not, could I request it for a future release?)
I'm not sure what you need exactly, but you can click the (?) icon for Wildcard search options.
Attachments
fcmrScreenshot_12172016_010149.png

User avatar
ralfso
Posts: 812
Joined: 31.10.2007, 18:21
Location: Gifhorn, Germany

Re: How powerful is the mass-rename?

#5 Post by ralfso » 17.12.2016, 11:25

Monarch1st wrote:Also, in unix (it may be vi, or sed. someplace in unix, it's been awhile), when you search/replace, you can use a carat '^' for the beginning of the string. E.g. for the string "A Scandal" if you type the command s/^/"Sherlock Holmes - ", you'd get "Sherlock Holmes - A Scandal".
Is there such a mechanism in freecommander? (and if not, could I request it for a future release?)?
Filename:
Sherlock Holmes - [n]

[n] is for existing name
Regards
Ralf

Win10 (64-bit), Intel i7-2600 (3,4 GHz), 8 GB Ram, 500 GB SSD, 2x2000 GB HD, NVIDIA GeForce 545

Monarch1st
Posts: 3
Joined: 16.12.2016, 04:32

Re: How powerful is the mass-rename?

#6 Post by Monarch1st » 17.12.2016, 21:48

Woohoo! The id3 tag was there, and it all worked just fine. Easy peasy. Thank you very much!

And the '^' (carat or hat) is a wildcard in unix that matches the start of a string. But in this case wasn't needed. Cool.

olynov
Posts: 1
Joined: 30.11.2017, 14:34

Re: How powerful is the mass-rename?

#7 Post by olynov » 30.11.2017, 14:59

Good morning,
I have a doubt regarding the renaming functions.
I have a file with 16.000 pdfs.
I want to change them accordingly to a list that I have in an excel file (a collumn with the old name and another with the new).
Is this possible to do using this toll?
If yes how?
Thank you so much for your help

therealjd
Posts: 94
Joined: 09.09.2011, 17:48
Location: Canada

Re: How powerful is the mass-rename?

#8 Post by therealjd » 01.12.2017, 16:37

olynov wrote: 30.11.2017, 14:59 Good morning,
I have a doubt regarding the renaming functions.
I have a file with 16.000 pdfs.
I want to change them accordingly to a list that I have in an excel file (a collumn with the old name and another with the new).
Is this possible to do using this toll?
If yes how?
Thank you so much for your help
FC XE doesn't support renaming from lists, so when i need something more robust, I use Advanced Renamer.

I've also integrated it into my favorites toolbar in FC XE to load my selected files on launch.

Image


note, the default limit for advanced renamer is 10,000 items. you can increase that limit if you need to in settings.
FC XE 0.760 x86
Win 7 Ent 64bit SP1 |16 GB ram |Intel Core i7-3770
Win 10 Pro Anniversary | 4GB ram

Post Reply

Who is online

Users browsing this forum: No registered users and 29 guests