INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Rename "The Movie Title" to "Movie Title, The"  (Read 1222 times)

baniels

  • Junior Woodchuck
  • **
  • Posts: 50
Rename "The Movie Title" to "Movie Title, The"
« on: May 29, 2014, 05:10:10 pm »

This may have been discussed before, but the nature of the task makes for a difficult search.

In theater view, I use the keyboard to jump to movies by typing in the first few letters. Since many movie titles start with "The", I can't jump any closer to these than the first movie beginning with "The". Then I scroll from there. High class problem, I know.

Whether it is by renaming the titles or some other means, how would I go about getting my movies to appear (minimally in theater view) as "Movie Title, The"?

Thanks
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Rename "The Movie Title" to "Movie Title, The"
« Reply #1 on: May 29, 2014, 05:42:00 pm »

You can do this, but you'll may lose the ability to display series or season artwork.

The movie (or series name) is generated in Tools > Options > Theater View and under Items to Show, there is Video > Movies > Name.   If you select that, you'll see Name on the right.  Click Edit, and you'll find the expression being used is:

   TVInfo(SeriesDisplay)

This generates the movie name or if series is set, the series name.

You can replace this name to remove the article The (and possible others) by using:

   If(Regex(TVInfo(SeriesDisplay), /#^(The) (.*)$#/), [R2]/, [R1], TVInfo(SeriesDisplay))

But just the use of an expression here instead of TVInfo(SeriesDisplay) will lose the ability to display series artwork (since this artwork lookup only works when either [Series] as a library field or TVInfo(SeriesDisplay) as the expression is used).
Logged
The opinions I express represent my own folly.

mojave

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3732
  • Requires "iTunes or better" so I installed JRiver
Re: Rename "The Movie Title" to "Movie Title, The"
« Reply #2 on: May 29, 2014, 05:44:00 pm »

What happens if you ignore articles in Tools > Options > Tree and View > Sorting?
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Rename "The Movie Title" to "Movie Title, The"
« Reply #3 on: May 29, 2014, 06:08:42 pm »

That works of course, too!
Logged
The opinions I express represent my own folly.

fitbrit

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 4877
Re: Rename "The Movie Title" to "Movie Title, The"
« Reply #4 on: May 29, 2014, 09:33:58 pm »

What happens if you ignore articles in Tools > Options > Tree and View > Sorting?

That's what I do.
Logged

baniels

  • Junior Woodchuck
  • **
  • Posts: 50
Re: Rename "The Movie Title" to "Movie Title, The"
« Reply #5 on: June 06, 2014, 11:06:56 am »

Beautiful! That did it.

What happens if you ignore articles in Tools > Options > Tree and View > Sorting?
Logged
Pages: [1]   Go Up