INTERACT FORUM

More => Old Versions => JRiver Media Center 23 for Windows => Topic started by: sbdallas on April 09, 2018, 08:59:54 am

Title: Articles
Post by: sbdallas on April 09, 2018, 08:59:54 am
Now that we can sort properly ignoring articles, is there a field that returns the name of the file without the article?  Or perhaps there is a function that detects articles?

For example, given 'The Abyss', I'd like to get back 'Abyss' or 'Abyss, The'.

I realize I could write this and I will, but I really want to use the articles from setup as opposed to hardcoding them into my function and having to change them in multiple places.
Title: Re: Articles
Post by: Matt on April 09, 2018, 09:08:15 am
Coming next build:
NEW: Added the expression function NoArticles(...) to remove the articles from a string.
Title: Re: Articles
Post by: Matt on April 09, 2018, 09:09:34 am
You can also use the Swap(...) function to move a leading article to the end.  That's already in the current build.