Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sorttitle option #444

Open
Kupo91 opened this issue Nov 26, 2022 · 1 comment
Open

Add sorttitle option #444

Kupo91 opened this issue Nov 26, 2022 · 1 comment

Comments

@Kupo91
Copy link

Kupo91 commented Nov 26, 2022

If a movie is part of a movie set, Kodi allows to write a <sorttitle> tag together with a number in the movies nfo file. The sorttitle changes the order in which the movies get displayed. This would be useful for games, too.

Example: RCB shows games of the GTA series like that:
Grand Theft Auto III
Grand Theft Auto IV
Grand Theft Auto San Andreas
Grand Theft Auto V
Grand Theft Auto Vice City

Right order would be:
Grand Theft Auto III
Grand Theft Auto Vice City
Grand Theft Auto San Andreas
Grand Theft Auto IV
Grand Theft Auto V

So, it would be cool if we could just write something like <sorttitle>GTA 1</sorttitle>, <sorttitle>GTA 2</sorttitle> and so on in the nfo file to fix the order

@Kupo91 Kupo91 changed the title Sorttitle option Add sorttitle option Nov 26, 2022
@Kupo91
Copy link
Author

Kupo91 commented May 4, 2023

Another example that makes the current order system look bad is this one:

Instead of:

  • Dragon Quest
  • Dragon Quest 2
  • Dragon Quest 3
  • ...
  • Dragon Quest 10

it sorts like that:

  • Dragon Quest
  • Dragon Quest 10
  • Dragon Quest 2
  • Dragon Quest 3
  • ...
  • Dragon Quest 9

This could be covered by sorttitles too (Although I would prefer this as standard, without the need of sorttitles)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant