Search found 58 matches: repeated

Return to advanced search

Re: Special (14) - Order: allow repeated actions

Hi, this might be a bit too complex to implement as is, as all controls would need to be duplicated for entry.
Most likely this would need to be done in JavaScript.
by Admin
Wed Mar 05, 2025 5:01 am
 
Forum: Suggestions
Topic: Special (14) - Order: allow repeated actions
Replies: 1
Views: 1183

Special (14) - Order: allow repeated actions

In some situations, it may be useful to run an action twice, e.g. Replace, RegEx, Replace. Could this be added to Special (14) - Order?
by TheGhost78
Tue Mar 04, 2025 2:12 am
 
Forum: Suggestions
Topic: Special (14) - Order: allow repeated actions
Replies: 1
Views: 1183

Re: How do I sort files in BRU the same way as Windows 11?

... the main issue are files named “Audio File 16-01.wav”, for example. There’s a lot of them like that, which makes the renaming difficult due to repeated names, as you mentioned. I can fix the other files by adding a “0” on single digit numbers. That’s actually not bad. Anyway, is there a way ...
by Jose7822
Sat Dec 28, 2024 1:29 am
 
Forum: How-To
Topic: How do I sort files in BRU the same way as Windows 11?
Replies: 9
Views: 12320

Re: Add artist name to file ONLY if the artist name isnt present

... Cry (Keep Ya Head Up II).mkv` - `$NOT - $not - Doja.mkv` It will replace the filenames with the correct case while removing the repetitions of the repeated sequence. Make sure to test this in the "v2" section of Bulk Rename Utility to ensure it works as intended.
by KINGLIFER
Fri Aug 25, 2023 12:22 pm
 
Forum: How-To
Topic: Add artist name to file ONLY if the artist name isnt present
Replies: 6
Views: 6328

Add a tick to a block of individual files in a folder

Apologies if this is being repeated or if it is not relevant. I have a long list of files in several folders that require attention. Is it possible to tick off those files that have been attended to without going through the individual rename process? Thanks
by alanem
Mon Oct 31, 2022 12:31 pm
 
Forum: Suggestions
Topic: Add a tick to a block of individual files in a folder
Replies: 3
Views: 9792

Re: Renaming a folder with parentheses at the end

Hi Luuk... a thousand apologies for posting in the wrong forum section! I was in a hurry and I didn't pay attention. This error will not be repeated.

Your suggestion worked perfectly! Thanks a lot for the help!

PS: This software is great!
by rducas
Wed Aug 17, 2022 7:18 pm
 
Forum: BRU Support
Topic: Renaming a folder with parentheses at the end [+BRU Support]
Replies: 14
Views: 25814

Re: How to Rename Files in Multiple Folders to Folders Name

... with .d64 and all was well, I also had to go into the multi folder and do the same there but with replace 3 == replace (1) with (1).d64 and then repeated same for the max disk number I had (8)... But seriously though thank you so much I understand the program so much better now.
by wizzdome
Tue Jan 18, 2022 5:32 am
 
Forum: How-To
Topic: How to Rename Files in Multiple Folders to Folders Name
Replies: 2
Views: 5491

Re: Remove duplicate/repeated words

Hi, can you add some more examples of from -> to names wanted here and send you license info to support via e-mail? Thanks
by Admin
Sun Nov 28, 2021 12:19 am
 
Forum: Javascript Renaming
Topic: Remove duplicate/repeated words
Replies: 5
Views: 25923

Re: Remove duplicate/repeated words

This can be done with a little program in Javascript. a) replace specific characters with space. b) split name into words. c) from first word : if not found same word before then word add to name, separated by space. d) apply name. But Javascript requires a commercial license. Yeah, I forgot to men...
by piattobbaratto
Sat Nov 27, 2021 11:36 am
 
Forum: Javascript Renaming
Topic: Remove duplicate/repeated words
Replies: 5
Views: 25923

Re: Remove duplicate/repeated words

This can be done with a little program in Javascript.

a) replace specific characters with space.
b) split name into words.
c) from first word : if not found same word before then word add to name, separated by space.
d) apply name.

But Javascript requires a commercial license.
by Admin
Sat Nov 27, 2021 9:45 am
 
Forum: Javascript Renaming
Topic: Remove duplicate/repeated words
Replies: 5
Views: 25923

Re: Remove duplicate/repeated words

therube wrote:Not sure if something here will cover you or not, repeated ?


I read everything but nothing seems to work. I'm aware that what I'm asking is kinda complicated.
Anyway, I don't have to do everything with a single command.

Multiple steps are fine too.
by piattobbaratto
Sat Nov 27, 2021 5:39 am
 
Forum: Javascript Renaming
Topic: Remove duplicate/repeated words
Replies: 5
Views: 25923

Re: Remove duplicate/repeated words

Not sure if something here will cover you or not, repeated ?
by therube
Fri Nov 26, 2021 5:56 pm
 
Forum: Javascript Renaming
Topic: Remove duplicate/repeated words
Replies: 5
Views: 25923

Remove duplicate/repeated words

I was looking for a script or RegEx expression to remove repeated words. As you can see I have lots of characters: _ ( ) - [ ] { } = *space* I would like to replace these characters with an underscore, and then remove all the duplicate words. For instance, ...
by piattobbaratto
Thu Nov 25, 2021 9:33 am
 
Forum: Javascript Renaming
Topic: Remove duplicate/repeated words
Replies: 5
Views: 25923

Re: Using Title Enhanced Case with Roman Numerals

Yes, Im finally started seeing the patterns!!! The IXCM's are like 'counters'. They are used once (in front of non-counters) to subtract, or repeated up to three times for adding. After three times, we use the next 'non-counter', first with 'subtracter' to the left, then alone, then with up ...
by Luuk
Sun Apr 18, 2021 4:53 am
 
Forum: How-To
Topic: Using Title Enhanced Case with Roman Numerals
Replies: 40
Views: 79439

Re: Remove Duplicate Word from Names

See if these might work for you: Removing Repeated Words in File Names Batch remove duplicated word in folder/filename? Yes. I tried these. I replaced the _ by SPACE and this one removes the last word. newName=name.split('_').filter(function(item,i,allItems){ ...
by brunocalado
Wed Apr 14, 2021 10:51 pm
 
Forum: How-To
Topic: Remove Duplicate Word from Names
Replies: 6
Views: 11962
Next

Return to advanced search