Hello i need a help how can remove (Αμάν) lowercase to (ΑΜΆΝ) with out (') and (Βασίλης) to
(ΒΑΣΊΛΗς) with out (ς) i need this to (Σ)
Have you tried an action of the type "Case conversion"?
Yes i find a way with strings but i dont know how to use string to put %artist%%string%(ς)to %artist%%string%(Σ)
Do you want to change the case only of
Antreas:
ς ... Σ
Then try an action of the type "Replace".
Can you tell me were can i find this or can you do me an example
See the documentation on Actions:
Documentation on Quick Actions and Action Groups that covers replace text, case conversion, tag to tag conversion, duplicate field handling, batch cover import/export, and more. Mp3tag is the universal Tag Editor.
Because i am from Greece i dont understand how to but thanks for your replying to me
Is this correct:
ς = GREEK SMALL LETTER FINAL SIGMA
and
Σ = GREEK CAPITAL LETTER SIGMA
I'm not sure if this is still valid:
This report is about applying Actions|"Case conversion" to tags in greek
Currently it converts all instances of the greek letter Σ to σ.
eg. ΑΣΣΟΣ --> ασσοσ
But, in greek language, the letter Σ becomes in lowercase:
ς in the end of a word,
σ anywhere else.
eg. ΑΣΣΟΣ --> ασσος
So, it would be great if this was kept when applying Actions|"Case conversion" to tags in greek.
Just to try to see if it works:
Select some files in which you want to replace ς with Σ
Open Actions>Actions(quick)
fill the dialogue as shown
click OK and see if that works as desired
And maybe this thread could help too:
I am from those who are very allergic to greeklish (greek written with latin characters).
So, I spend lots of time retyping all tags of my music collection from greeklish to real greek.
I would like to be able to convert mp3 tags to / from greeklish quickly and easily, so I had created a (not so small) python program for that. It worked well, but was awkward to always invoke it separately.
So, I now created two actions for mp3tag to do that, and it works like a charm! Very easy and practical,…
Thanks man it works but know i have another problem the for example in greek (Βγές από το μυαλό μου) in uppercase (ΒΓΈΣ ΑΠΌ ΤΟ ΜΥΑΛΌ ΜΟΥ) i can't remove the έ to Ε
What have you tried so far?
I just used Convert>Tag-Tag with
Format string: $upper($replace('Βγές από το μυαλό μου',έ,Ε,ς,Σ))
which had as result:
ΒΓΕΣ ΑΠΌ ΤΟ ΜΥΑΛΌ ΜΟΥ
Yes but how can i have this in multiples songs
Replace the fixed string with the name of the field in which you want to adapt the case
e.g. for ARTIST this would be:
$upper($replace(%artist%,έ,Ε,ς,Σ))
Please note that I used the function Convert>Tag-Tag and not the action of the type "Replace"