Sorting Movies - YAMJ/yamj-v2 GitHub Wiki

Sorting without the Article (The, An, A, etc.)

Introduction

Movies such as "The Godfather" and "A Bugs Life" should be listed under "G" and "B" respectively, not both under "T".

Details

To do this add the following line to your skin.properties:

sorting.strip.prefixes="The ","A "

Note: This is case insensitive.

The default in the provided skins is:

sorting.strip.prefixes="A ","An ","The ","Le ","Les "

What about other languages?

German: "Der ", "Die ", "Das", "Ein ", "Eine ", "Einer ", ...

Just add these to the sorting.strip.prefixes line as above