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

Allow using alternate order #49

Open
TheChilliPL opened this issue Sep 5, 2021 · 7 comments
Open

Allow using alternate order #49

TheChilliPL opened this issue Sep 5, 2021 · 7 comments

Comments

@TheChilliPL
Copy link

I believe the plugin doesn't allow using alternate episode orders, which would be great
And example of a series with alternative order is La casa de papel.

The “official” order is:
image

Though one may want to use the Netflix order:
image

I presume there could be some way to change the order of a single show, and keep the current behavior as default.

@cvium
Copy link
Member

cvium commented Sep 5, 2021

Their API v3 doesn't allow it. Maybe in v4...

@TheChilliPL
Copy link
Author

API v4 endpoint /lists returns something like

{
  "data": [
    {
      "aliases": [
        {
          "language": "string",
          "name": "string"
        }
      ],
      "id": 0,
      "isOfficial": true,
      "name": "string",
      "nameTranslations": [
        "string"
      ],
      "overview": "string",
      "overviewTranslations": [
        "string"
      ],
      "url": "string"
    }
  ],
  "status": "string"
}

I guess it may be for that? Not sure.
I see you already have an issue about that open, but I'll leave this one open too.
Looking forward for the option, good luck!

@TheChilliPL
Copy link
Author

Or possibly the /series/:id/episodes/:season-type endpoint
image

@mmBesar
Copy link

mmBesar commented Jan 17, 2023

Yes, this will come with API V4.

@fir3-1ce
Copy link

Is there any update on this? I have a series that I would like to use the "Saga" order, which according to TVDB is accessible via Alternate Order

@CarlMichaelFabe
Copy link

Any updates?

@Kianda
Copy link

Kianda commented Mar 28, 2024

Adding more info on this issue using 'The Office' as example, hope this can help!

TVDB Ids
Show: 73244
S09 "alternate" order: 1833510
S09E26 on "alternate" order: 7937344
S09E27 on "alternate" order: 7937345
Swagger: https://thetvdb.github.io/v4-api/ (to use this you need a API Key)

Steps to reproduce

  1. Create a folder into your tv shows library and name it "The Office (US) - [tvdbid-73244]"
  2. Into this folder create another one and name it "S09"
  3. Into this "S09" folder then place two random video files and call them "S09E26" & "S09E27"
  4. Go to Jellyfin and execute a scan

Issue
As you see here https://thetvdb.com/series/the-office-us#seasons the episodes 26 and 27 are only into Season 9 in the "Amazon Order"/"alternate" ordering.
There is no way to tell Jellyfin to read the "Amazon Order"/"alternate" from thetvdb.com and because of this it can't get the data of "S09E26" & "S09E27"

Additional
The TVDB Api endpoint /seasons/types gives this result -> https://jsonblob.com/1222864521088851968
The "Amazon Order" should be the "alternate" type but it seems that Jellyfin does not support this type of ordering.
Here the response from TVDB Api endpoint /seasons/1833510/extended -> http://jsonblob.com/1222863909571911680
Manually setting the "TVDB Season ID" on the Season 9 or even the "TVDB Episode ID" on the single "S09E26"/"S09E27" does not work :(

Any ideas on how to solve this on Jellyfin?

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

6 participants