Thanks to the forum, I managed to make some big changes on the title of the podcast i downloaded
Filename to tag, make action group to add and remove text on title and thing like that. However I'm not so good with the regular expressions or scripting, not sure what you calls it.
So here's the last problem i'm facing.
the podcast file name is something like this
revolution_2010-11-26_1_91fc.mp3,
revolution_2010-11-26_2_c7d6.mp3,
revolution_2010-11-26_3_f5c1.mp3
...etc
while 91fc, c7d6, f5c1 are random numbers and char
They all don't have titles.
i've managed to put titles and add the date to the title also remove revolution_ using action group.
so the title look like this.
2010-11-26_1_91fc_Bele Bala 女同事
2010-11-26_2_c7d6_職場上位要埋堆
2010-11-26_3_f5c1_點搞女波士?
...etc
So i'm wondering how can i remove the random numbers and char.
The action group i use is
Field: TITLE
Regualr expression: ^\l*_
Is there anything i can add to the action group to remove those random numbers and char or should I make another action group and what would it be?
Thanks for the help
