Search found 7 matches

by yusenda1
Thu May 17, 2007 4:36 pm
Forum: Client Discussion
Topic: WebAOM: renaming question
Replies: 17
Views: 15649

The JNLP still mis-linked, I keep on getting 1.19c even after emptying my browser cache.

Also, is it "O" or "U" ?
by yusenda1
Thu May 17, 2007 3:14 pm
Forum: Client Discussion
Topic: WebAOM: renaming question
Replies: 17
Views: 15649

Ok, I've got the 1.19e via the jar.

But there's something at the info window:
1.19e 17.05.2007:
*Added test O(tag:tag) which returns true if both tags are defined and unequal.
So is it "U" or "O" ?
by yusenda1
Thu May 17, 2007 3:02 pm
Forum: Client Discussion
Topic: WebAOM: renaming question
Replies: 17
Views: 15649

hmmmm strange...

Each time I empty the cache and re-download the app from Java Web Start (ver 6 update 1) I got ver 1.19c.

How do I get to 1.19e ?
Do I use the jar ?
by yusenda1
Thu May 17, 2007 1:51 pm
Forum: Client Discussion
Topic: WebAOM: renaming question
Replies: 17
Views: 15649

Wow,
that was fast!

Big thanks epoximator!

So this U thing is implemented as 1.19d or what?

I just need to download the latest ver isn't it?
by yusenda1
Thu May 17, 2007 10:23 am
Forum: Client Discussion
Topic: WebAOM: renaming question
Replies: 17
Views: 15649

Wait, is aiming for the worst possible combination of basic and perl some kind of in-joke I'm missing? No joke here Rar, just my (totally) rusted coding ability. Anyway, what does "U" in IF U(eng:ann) DO ADD '-[%eng]' means? ValUe comparison? So I want to say "value NOT the same"...
by yusenda1
Wed May 16, 2007 11:16 pm
Forum: Client Discussion
Topic: WebAOM: renaming question
Replies: 17
Views: 15649

I would suggest this kind of syntax: IF I(eng);!((eng)=(ann)) DO ADD '-[%eng] sort of direct comparison of values. I don't have any knowledge on Java, so I cannot suggest how it should be done practically. Thanks for the great support epoximator, you've done a great job! On the side note, there's al...
by yusenda1
Wed May 16, 2007 11:01 am
Forum: Client Discussion
Topic: WebAOM: renaming question
Replies: 17
Views: 15649

WebAOM: renaming question

This is the rule for renaming that I currently use: IF G(!unknown) DO ADD '[%grp]-' DO ADD '%ann' #alway add romaji the romaji IF I(eng) DO ADD '-[%eng]' #add English title if exist IF T(!Movie) DO ADD '-%enr' #Use the ep number if it is not a movie IF T(Movie) DO ADD '-%epn' DO ADD '-[%CRC]' //Alwa...