Artist: GG Feat. 박봄
Title: 바람났어
to
Artist: GG
Title: 바람났어 (Feat. 박봄)
Title: 바람났어
to
Artist: GG
Title: 바람났어 (Feat. 박봄)
Action: Guess Values
Source Format: %title% $regexp(%artist%,(.*) Feat. (.*),'('Feat. $2')' +++ $1)
Guessing Pattern: %title% +++ %artist%
Source Format: %title% $regexp(%artist%,(.*) Feat. (.*),'('Feat. $2')' +++ $1)
Guessing Pattern: %title% +++ %artist%
Artist: Rihanna Feat. Eminem
Title: Love The Way You Lie (Part II)
to
Artist: Rihanna
Title: Love The Way You Lie (Part II Feat. Eminem)
Title: Love The Way You Lie (Part II)
to
Artist: Rihanna
Title: Love The Way You Lie (Part II Feat. Eminem)
Action: Guess Values
Source Format: $replace(%title% $regexp(%artist%,(.*) Feat. (.*),'('Feat. $2')' +++ $1),') (', )
Guessing Pattern: %title% +++ %artist%
Source Format: $replace(%title% $regexp(%artist%,(.*) Feat. (.*),'('Feat. $2')' +++ $1),') (', )
Guessing Pattern: %title% +++ %artist%
Artist: Abel Ramos feat Rozalla
Title: Where Is The Love (Antoine Clamaran Remix)
to
Artist: Abel Ramos
Title: Where Is The Love feat Rozalla (Antoine Clamaran Remix)
Title: Where Is The Love (Antoine Clamaran Remix)
to
Artist: Abel Ramos
Title: Where Is The Love feat Rozalla (Antoine Clamaran Remix)
Action: Guess Values
Sourceformat: $regexp(%artist%,(.*) feat (.*),$1,1) - $regexp(%title%,(.*) \((.*)\),$1,1)$mid(%artist%,$strstr($lower(%artist%), feat),999)$mid(%title%,$strstr(%title%,' ('),999)
Guessing Pattern: %artist% - %title%
Sourceformat: $regexp(%artist%,(.*) feat (.*),$1,1) - $regexp(%title%,(.*) \((.*)\),$1,1)$mid(%artist%,$strstr($lower(%artist%), feat),999)$mid(%title%,$strstr(%title%,' ('),999)
Guessing Pattern: %artist% - %title%
The result of the sourceformat string must be "Abel Ramos - Where Is The Love feat Rozalla (Antoine Clamaran Remix)", what coresponds to the Guessing Pattern "%artist% - %title%"
The sourceformat has four parts:
%artist% = Abel Ramos feat Rozalla
string result = Abel Ramos
$regexp(%artist%,(.*) feat (.*),$1,1)
(the 1 at the end of the string is for ingonring cases -> Feat = feat)
%title% = Where Is The Love (Antoine Clamaran Remix)
string result = Where Is The Love
$regexp(%title%,(.*) \((.*)\),$1,1)
(the 1 at the end of the string is for ingonring cases, would not be necessary here)
%artist% = Abel Ramos feat Rozalla
string result = feat Rozalla
$mid(%artist%,$strstr($lower(%artist%), feat),999)
%title% = Where Is The Love (Antoine Clamaran Remix)
string result = (Antoine Clamaran Remix)
$mid(%title%,$strstr(%title%,' ('),999)
$mid(x,i,999) is nonsense. it is the same as $cutleft(x,i)
Seems as i was thinking in twisted ways. I added 999 to have a position which is after the end, to make sure nothing is cutted away at the end.
The sourceformat has four parts:
%artist% = Abel Ramos feat Rozalla
string result = Abel Ramos
$regexp(%artist%,(.*) feat (.*),$1,1)
(the 1 at the end of the string is for ingonring cases -> Feat = feat)
%title% = Where Is The Love (Antoine Clamaran Remix)
string result = Where Is The Love
$regexp(%title%,(.*) \((.*)\),$1,1)
(the 1 at the end of the string is for ingonring cases, would not be necessary here)
%artist% = Abel Ramos feat Rozalla
string result = feat Rozalla
$mid(%artist%,$strstr($lower(%artist%), feat),999)
%title% = Where Is The Love (Antoine Clamaran Remix)
string result = (Antoine Clamaran Remix)
$mid(%title%,$strstr(%title%,' ('),999)
$mid(x,i,999) is nonsense. it is the same as $cutleft(x,i)
Seems as i was thinking in twisted ways. I added 999 to have a position which is after the end, to make sure nothing is cutted away at the end.
* 출처: http://forums.mp3tag.de/index.php?showtopic=12513&st=0
'소프트웨어 관련 > 소프트웨어 이야기' 카테고리의 다른 글
iTunes를 처음으로 제대로 써보며 느낀 점 (0) | 2012.03.09 |
---|---|
EAC 설정 방법 (v1.0b3 기준) (4) | 2012.02.29 |
ASUS Marvell MV-91xx (88SE91xx) SATA 6G Controller Driver (0) | 2011.07.21 |
MP3tag에서 내가 사용하는 수식 명령어들 (0) | 2011.07.16 |
제가 음악 파일을 정리하는 노하우 (1) | 2011.07.16 |
RoboForm v7.3.2 로는 Firefox 6 beta 에서 툴바 사용 불가능 (0) | 2011.07.13 |
카스퍼스키의 활성화 키파일 변경 또는 입력 방법 (0) | 2010.10.21 |
VirtualDub에서 MKV, MP4 파일을 편집하는 방법 (0) | 2010.05.27 |
한글이 깨져보인다? 자소단위로 풀려보일 때 해결책 (1) | 2010.05.22 |
다음팟플레이어 v1.5 베타 개발자 버전 (0) | 2010.05.20 |