-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Make Jellyfin get the absolute order from the tvdb API #101
Comments
This would be an awesome feature. For example, the monogotari series being able to choose between aired order vs dvd vs absolute would be helpful. |
Yes,I think this feature it's necessary.
|
This isn't any limitation, the easiest way to set the display order is
To be honest, I have never personally used anything outside of Aired but I think that's just a me thing 😅 Just kinda bend my media to the Aired order kinda vibe. |
Hi, thanks for the reply, this is only for TMDB. |
Hi - adding to this issue, I would also like the ability to fetch the DVD order. I am loading the blu ray version of Avatar - The Last Airbender to my Jellyfin server and noticing two things:
|
@scampower3 just bringing this to your attention as I've seen your commits change stuff I believe is related to this and just wanted to know if this is a recent occurrence. I know from my anecdotal experience this was working in V10 of this plugin and seems to have broken in V11. If you want me to raise a separate issue for this as this one has gotten quite old/stale - I can. |
@scampower3 thanks for clarifying - so clearing the plugin cache would be a temporary workaround for this? |
The clear plugin cache + identify workaround should work. But, it might reorder the episodes. Alternatively, you can test this https://github.com/scampower3/jellyfin-plugin-tvdb/releases/tag/test but this is 2 commits off from https://github.com/scampower3/jellyfin-plugin-tvdb/tree/restrict-some-data but is tested to be working with a user in the troubleshooting channel. |
Yeah I'm hoping it will re-order the episodes - or in my case, correctly order them. I'll check both of those out thanks @scampower3 |
@ChildishhAlbino I added an updated release here: https://github.com/scampower3/jellyfin-plugin-tvdb/releases/tag/test2 |
hey @scampower3 I might still raise a separate issue because whilst that fix did actually grab the correct episode title and details for the variant episodes - it is marking them as It is also incorrect labelling the episodes after the specials with their aired order numbering/titles the succeed the places where the specials are located. A few examples and I'll let you tell me if this is expected behaviour or not (i don't presume so) Season 2 episode 12 (dvd order)Season 2 Episode 13EDIT: FWIW It looks to me that the plugin is just grabbing the incorrect episode number/season number (in the case of the the "specials") and that's shifting the metadata to the next episode in the correct ordering - so potentially there is a bug with the logic that grabs the episode numbers. I have manually fixed this for now but this doesn't seem like expected behaviour to me. |
The plugin depends on the season and episode numbers that Jellyfin provides. It shouldn't modify the season and episode numbering. Can you send me the steps that caused this issue to occur with your folder and file naming structure? |
Ok - maybe it is an issue with Jellyfin itself and not the plugin - although the files are labelled with the correct episode number in their filename.
Episode 12 and Episode 18 are the two episodes that turn into "specials" but it does correctly source the correct tvdbID value for each episode. (so you might be right this isn't a plugin issue) |
When you set the show to the display order, Jellyfin will automatically run the full refresh, no need to do the identify again.
Maybe. Can you check whether this occurs with a different show? Maybe with only tvdb plugin enabled to isolate any other variables. |
Can do - I'll report back. EDIT: might take me a bit - i'm getting a NotSupported error with the plugin now. I'll debug and report back. |
Ok @scampower3 - even disabling all the other metadata plugins - I can't get this to work properly. I tested the plugin using "Dragon Ball Z Kai" which has a similar difference between Aired Order and DVD Order (best I can do) and it seemed to work fine. It is odd to me because the plugin is finding the correct TVDB id for each of the episodes but it using the season/episode number from the "Aired Order" and not from the "DVD Order" and that causes it to search for the wrong metadata in the DVD order. Is there a better forum to discuss this issue in real time? I don't understand where JF is getting the metadata from if not from this plugin. |
Can pm on discord From discord covo: Resolved after restarting the server after the new dll is moved into the plugin. |
I have tried doing that by using the Season ID of the absolute order but with no success, is there a limitation I am not familiar with?
Tried with https://thetvdb.com/series/one-piece/
The text was updated successfully, but these errors were encountered: