Renaming files - Synology

Any questions? Need some help?
Post Reply
peartrade
Posts: 1
Joined: 25 Feb 2024, 18:47

Renaming files - Synology

Post by peartrade »

I'm trying to remove a string of text from an annoying large list of files that I have saved on my Synology. Read that FileBot could handle this but I'm struggling to find a way how to do this. Basically, I have a lot of files that have a date/time tag on the end of the filename (i.e., * (2019_06_06 2019_07_07).wav). I want to replace this tag with nothing and resave. Is this possible with FileBot Node on Synology?
User avatar
rednoah
The Source
Posts: 23000
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Renaming files - Synology

Post by rednoah »

:!: FileBot Node is not the right tool for the job.


:arrow: You'll want to use Plain File Mode from your Desktop PC with the FileBot Desktop application to process the files on your remote network share:

Format: Select all

{ fn.before(/\(.*\)$/) }

:arrow: You can however use the filebot command-line tool via SSH if you must rename files locally on the NAS:

Console Output: Select all

$ filebot -rename *.wav --db file --format "{ fn.before(/\(.*\)$/) }"
Rename files using [Plain File]
[MOVE] from [A file (2019_06_06 2019_07_07).wav] to [A file.wav]
:idea: Please read the FAQ and How to Request Help.
Post Reply