Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Skipping "the"... (Read 3203 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Skipping "the"...

Is there anyway to set up the Album List to skip the word "the" at the beginning of the artist's name short of editing the name to, for example, "Beatles, The"?

Skipping "the"...

Reply #1
Try this out:
Code: [Select]
$if($strcmp($left(%artist%,4),The ),$right(%artist%,$sub($len(%artist%),4))', 'The,%artist%)

Skipping "the"...

Reply #2
Quote
Try this out:
Code: [Select]
$if($strcmp($left(%artist%,4),The ),$right(%artist%,$sub($len(%artist%),4))', 'The,%artist%)

[a href="index.php?act=findpost&pid=370296"][{POST_SNAPBACK}][/a]



I'm just dumb enough to know not where to input that...

Skipping "the"...

Reply #3
Quote
I'm just dumb enough to know not where to input that...
[a href="index.php?act=findpost&pid=370297"][{POST_SNAPBACK}][/a]

Wherever %artist% is, I think.

 

Skipping "the"...

Reply #4
Quote
Quote
I'm just dumb enough to know not where to input that...
[a href="index.php?act=findpost&pid=370297"][{POST_SNAPBACK}][/a]

Wherever %artist% is, I think.
[a href="index.php?act=findpost&pid=370312"][{POST_SNAPBACK}][/a]



That worked, thanks.