Page 1 of 1

Siren - a file renamer

Posted: Thu Oct 04, 2012 4:29 pm
by RĂ©mi
Hello,

I just want to present you a software I've written using the wxWidgets library (2.9.4).

It's Siren, a file renamer using a "file explorer like" GUI.
It is licensed under GPLv3 and binaries are available for Windows and GNU/Linux.

Image

Image

The new file names are specified using a "rename expression". Its syntax is specific to Siren.
It includes all standard operations :
case modification, string replacement and extraction, regular expression, transliteration, date formating etc.
They can be applied on a lot of information associated to the file (name parts, dates, paths, selection number, checksums etc.) and metadata it might contain.
A lot of different file types are supported : audio, video, standard and raw image, application packages, office, pdf, epub etc.

Main site : http://www.scarabee-software.net
Forum : http://www.scarabee-software.net/forum

Any comments are welcome.

Thanks a lot to the wx developers for their work.

Re: Siren - a file renamer

Posted: Tue Jan 01, 2019 7:06 pm
by wxomer
How did you do the file browser? and the source code? I want too =D>