Search found 55 matches: repeated

Return to advanced search

Re: Removing Repeated Words

As a start, see what you can make of, Batch remove duplicated word in folder/filename? (though I'm not sure offhand if something like that will handle your situation, but it's a start...).
by therube
Thu Jan 23, 2020 3:35 am
 
Forum: Javascript Renaming
Topic: Removing Repeated Words in File Names
Replies: 15
Views: 74478

Removing Repeated Words in File Names

... but can't seem to find an answer that helps me. I have a library of thousands of music files and their corresponding stems some of which have repeated words in their file name. How can I use BRU to remove anything that is a repeated word in the file name? Before: tr43-Apocalyptic_Dreams_Stem1_Drums_Stem1_Drums.aiff ...
by chrisjg
Wed Jan 22, 2020 12:28 pm
 
Forum: Javascript Renaming
Topic: Removing Repeated Words in File Names
Replies: 15
Views: 74478

Remove the second repetition of filename from the filename.

In a folder i have images and pdf files which have it's file name repeated twice.

541-200-6_web_ad541-200-6_web_ad.jpg
OApatchOApatch.png
oldbookoldbook.jpg

I want to rename them like
541-200-6_web_ad.jpg
OApatch.png
oldbook.jpg
I have more than 3000 files with this issue.
by arkumar
Fri May 25, 2018 5:14 pm
 
Forum: Javascript Renaming
Topic: Remove the second repetition of filename from the filename.
Replies: 5
Views: 24361

Re: How can I keep files sorted by date when renaming by folder?

Hi, I do, but as you can see if I sort by modified date I get repeated filenames. Notice I have "Folder" enabled on Numbering (10). I see, Im' not sure how your getting double names in the same subfolder. Esp. if you have the counter set to Break ...
by Emerkamp
Tue Apr 03, 2018 2:42 pm
 
Forum: BRU Support
Topic: How can I keep files sorted by date when renaming by folder?
Replies: 5
Views: 10803

Re: How can I keep files sorted by date when renaming by folder?

... select The date at the top of date collum. Just like win explorer in details mode. Hi I do, but as you can see if I sort by modified date I get repeated filenames. Notice I have "Folder" enabled on Numbering (10). https://i.imgur.com/Hm1EBpc.png And if I sort by Sub ...
by paulaob
Tue Apr 03, 2018 4:06 am
 
Forum: BRU Support
Topic: How can I keep files sorted by date when renaming by folder?
Replies: 5
Views: 10803

Re: removing repeated words in a title

Yes most do.
I have looked at the link but all the questions though related confuse me.
Roughly I think I need a formula that finds a split in the phrase and then removes second split (with the duplicate word) from the phrase.
by subongo
Thu Jan 25, 2018 10:47 pm
 
Forum: General Comments
Topic: removing repeated words in a title
Replies: 2
Views: 7700

Re: removing repeated words in a title

Do all the files have the "_____" ?

Might be something here, Batch remove duplicated word in folder/filename?
by therube
Thu Jan 25, 2018 8:13 pm
 
Forum: General Comments
Topic: removing repeated words in a title
Replies: 2
Views: 7700

removing repeated words in a title

Hello. I have hundreds of files that have the first part of the name repeated.
I would like to shorten the name by removing the second part.
Here is an example of what I want to clear up and what I expect after clear up:

ElevatorButtons_____ElevatorButtons

After clean up:

ElevatorButtons
by subongo
Thu Jan 25, 2018 7:06 pm
 
Forum: General Comments
Topic: removing repeated words in a title
Replies: 2
Views: 7700

Remove leading and ending spaces, dots etc

... underscores and other user-defined characters will be removed only when they are at the beginning or the end of filenames. The operation should be repeated if there are more than one leading/ending spaces. For user-defined characters to remove, a special type-in form could be provided.
by abrimaal
Wed Jan 17, 2018 2:08 am
 
Forum: Suggestions
Topic: Remove leading and ending spaces, dots etc
Replies: 1
Views: 5168

Re: Batch remove duplicated word in folder/filename?

As a start... Find Repeated Words . I had (have) a similar need, where I'd want to remove the duplicated -u#### string. And I came across some code that looked like it was going to work just fine, but at the time I said to myself, ...
by therube
Fri Dec 29, 2017 4:41 pm
 
Forum: Regular Expressions
Topic: Batch remove duplicated word in folder/filename?
Replies: 8
Views: 32576

Re: Looking to isolate and replace a single repeated character

@therube

Thank you very much it is appreciated.
by IntegraCSM
Wed Dec 13, 2017 6:48 pm
 
Forum: Regular Expressions
Topic: Looking to isolate and replace a single repeated character
Replies: 2
Views: 5667

Re: Looking to isolate and replace a single repeated character

1:RegEx
Code: Select all
Match:  (.*?)_(.*)
Replace:  \1 \2
by therube
Wed Dec 13, 2017 4:57 pm
 
Forum: Regular Expressions
Topic: Looking to isolate and replace a single repeated character
Replies: 2
Views: 5667

Looking to isolate and replace a single repeated character

I am needing to only eliminate the first underscore of each filename and replace it with a space. File names are of a variety in lengths but standard in the field breaks.
>
> Example names:
> 0000_0000_1661080_0000_0000.TIF
> AADEN_HANSEN_2857178_255215896_06-06-2010.tif
by IntegraCSM
Wed Dec 13, 2017 3:52 pm
 
Forum: Regular Expressions
Topic: Looking to isolate and replace a single repeated character
Replies: 2
Views: 5667

Re: apply strings from an external file to my new file names?

Dear Sir / Madam, I use BRU and would like to submit the following question: I have file names in which the title is repeated. Do you have a solution to my problem? Old: Abba - Does Your Mother Know - Abba - Does Your Mother Know - Top 40 - Top 40 1979 Complete .mp3 New: Abba - Happy ...
by a.rikers
Wed Sep 06, 2017 7:29 pm
 
Forum: BRU Support
Topic: apply strings from an external file to my new file names?
Replies: 5
Views: 12992

Replace only the first occurrence of a string

... the other occurrences of " - " in the remaining character positions of the file name with "-" no matter how many times it is repeated. For Example: 01 - This is - the first file name.txt 02 - This is the - second - file - name.txt 03 - This the third file name.txt Would be ...
by edr
Tue Jul 04, 2017 6:30 pm
 
Forum: Regular Expressions
Topic: Replace only the first occurrence of a string
Replies: 1
Views: 7244
PreviousNext

Return to advanced search


cron