101

(3 replies, posted in How to ...)

Hello and welcome,

It seems that the problem here is padding with a regular expression.
Using two of them should do the trick. For example :
%b(s/-(\d)-/-0\1-/g)(s/([0-9]+)-([0-9]+)-([0-9]+)/\3-\2-\1 \4/).%e
the first regular expression "s/-(\d)-/-0\1-/g" will pad one digit substrings with a "0" and give its result to the second one (yours).

But you can achieve this without regular expressions. For example with this one :
%N3-%N2{2}-%N1{2} - %b[-1].%e

%N3 : extracts the 3rd number of the base name
%N2{2} : extracts the 2nd one and pad it to two digits
%N1{2} : extracts the 1st one and pad it to two digits
%b[-1] : extract the last element from the base name when considering that elements are separated by "-"

Hope this will help,

Rémi

102

(6 replies, posted in Bugs and problems)

Siren 3.13 beta 1 should solve this issue.
You can find it in the announcement part of this forum.

103

(6 replies, posted in Bugs and problems)

I think I have found the problem in Siren's code.
This kind of mp3 data seems very rare.

Thanks for reporting this bug. I'll try to add its correction in the next update.

104

(6 replies, posted in Bugs and problems)

Thanks.
I have enough information to start to work on this issue.

105

(6 replies, posted in Bugs and problems)

Welcome to this forum eegee,

I'll have a look at this problem using "sample.mp3" but I would prefer to investigate on the full file instead of a small part of it.
If is is less than 10 Mb you can send it me using the "Remarks and suggestions" mail address in Siren's "Help/About ..." menu.

Regards,

Remi

106

(0 replies, posted in Announcements)

You can download it here and check what's new here.

Thanks to Stefan and Alex for their feedbacks.

This new feature is now present in Siren 3.12 beta3 build 957.

108

(13 replies, posted in Announcements)

Thanks !

I don't really see a nice way to implement this.
There is already a specific help entry for it.
I'll think to it.


I can't copy text from the help. ?!?

Ctrl+C is working on my machine.


Thanks

Interesting idea. I'll try to add it.

Thanks.

111

(13 replies, posted in Announcements)

Thanks again Stefan !

I would like you to check (if you've got time) another modification I made after looking at your "ini" : hide the visualisation window from the main View menu.

112

(13 replies, posted in Announcements)

Hello Stefan,

Have you tried to reproduce the crash bug with the 3.12 beta 2 ?

Thanks for your feedback.

Thanks Stefan !

Siren 3.12 beta 2 build 954 includes this new feature.
Comments are welcome.

An interrupting information message might be annoying.
For now I've added a text indicating the "translations" done : a -> 1, b ->2, cdefghij -> _

A "simple" solution can be to allow the "To" string to be smaller than the "From" string,
the last "To" character being used for the out of bound "From" ones.

For example :
From : abcdefghij
To : 12_

d,e,f,g,h,i and j will be replaced by the last character of "To" : _

"derobade" giving "__ro21__"

Too geeky maybe ?

117

(13 replies, posted in Announcements)

Based on your ".ini" file it seems that the visualisation window (image and tags) may not interest you. I perfectly understand.
I'll try to add an option to show/hide it.

I'll have a look at this.
Thanks.

Thanks for your post Stefan.

I would like to point out a modifier present in Siren since the 3.00 version : tr.
It enables to convert characters in many different ways using a simple syntax.
Using "tr" a solution to your example could have been :
%f(tr/#()/_/)

It is based on the standard "tr" GNU/Linux command and is a complement of regular expressions.

More details can be found in the help.

120

(13 replies, posted in Announcements)

Thanks for the file.
I can reproduce the crash under XP.

121

(13 replies, posted in Announcements)

Yes please send me the "ini" file.
So I can fix this bug too.

Thanks !

122

(13 replies, posted in Announcements)

Hi,

Can you please check if this happens with version 3.11.
To be honest a very few code lines have been changed in this update and none of them should be involved in the "testbed" feature.

I'll try to reproduce it again on 7 64bit.
If you find the right "recipe" tell it me please.

PS: I made a small modification to your post.

123

(13 replies, posted in Announcements)

Hello Stefan,

I've just tried to reproduce the crash without success.
Can you provide the expression, file names and steps to recreate it ?

Thanks for your feedback.

124

(4 replies, posted in Bugs and problems)

La version 3.12 devrait resoudre ce probleme. Elle est telechargeable ici.

The 3.12 version should solve this problem. It is downloadable here.

125

(13 replies, posted in Announcements)

This version corrects a bug that can occur after a failed rename operation (undeleted file copies)

Thanks to Alex for reporting it

It is available under Windows (>= XP) and GNU/Linux (GTK2) :

You can directly post comments and suggestions in this topic.