Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

Hi all,

I was wondering if anyone had experience using Bulk Rename Utility program?

I have a bunch of Amiga videos that I need to rename and I am unsure how to go about it.

Typical file names are as like this example:

GameABC_v1_1234.mp4

GameCBA_v2.7_6556.mp4

Gameblahblah_v1.1_342.mp4

What I am wanting to do is remove all text from "_V....." while keeping the extension .mp4 in place.

Thanks in advance!

Posted (edited)
15 hours ago, bjwest said:

Hi all,

I was wondering if anyone had experience using Bulk Rename Utility program?

I have a bunch of Amiga videos that I need to rename and I am unsure how to go about it.

Typical file names are as like this example:

GameABC_v1_1234.mp4

GameCBA_v2.7_6556.mp4

Gameblahblah_v1.1_342.mp4

What I am wanting to do is remove all text from "_V....." while keeping the extension .mp4 in place.

Thanks in advance!

And yes this would be possible.....  but i wont give you directions off the top of my head, ill post something up when im at my computer next.

Edited by Mute64
Posted
4 minutes ago, Mute64 said:

And yes this would be possible.....  but i wont give you directions off the top of my head, ill post something up when im at my computer next.

Thank you so much! I would really appreciate that!! :-)

Posted

No worries man, im at a LAN right now with my LaunchBox setup.. so can not have a look at it right now... but ill jump on tomo arvo n have a look.... if u haven't allready worked it out.

  • Like 1
Posted
On 10/1/2016 at 8:16 AM, Styphelus said:

I would bee interested in knowing this as well.

I've used Renamer for years. It should do as OP intended and has many more functions for cleaning up filenames. 

Capture.JPG

  • Like 1
Posted

Do this with a combination of RegEx and replace in Bulk Rename Utility:

 

dcxagev72x3qegc70.jpg

Regex:

Match: (.*?_)

Replace: \1

Rename:

Match: _

Replace: empty

 

Hope this helps :)

  • Like 1
Posted
1 hour ago, Eirulan said:

Do this with a combination of RegEx and replace in Bulk Rename Utility:

 

dcxagev72x3qegc70.jpg

Regex:

Match: (.*?_)

Replace: \1

Rename:

Match: _

Replace: empty

 

Hope this helps :)

YOU SIR ARE A LEGEND!!!! THANK YOU!!!!

  • faeran locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...