-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[Issue]: Absolute Ordering not working #11123
Comments
SummaryI have confirmed this behavior on 10.8.13. As a workaround you can try to first add the show, then set it to absolute ordering in the metadata settings, and finally add the episodes. When that is all done, refresh the metadata. I am unable to reproduce this issue on 10.9 unstable (master branch) with TVDB plugin (master branch ported to work with 10.9). The files I tested with were named:
TestingI tested both 10.9 unstable and 10.8.13. The way I tested is how (how I would imagine) a user would expect to do this. 10.8.13
Screenshot of episodes on Jellyfin (Absolute order)Screenshot of the same episodes on TVDB (Absolute order)Note Note how the fourth episode on Jellyfin has gotten the same title as the second episode. This also gave many errors in the log. One entry of many similar entries:
Now on to testing on 10.9 unstable master branch. 10.9 Unstable Master branch (on commit 83d2bc3)
Screenshot of episodes on Jellyfin (Absolute order)Screenshot of the same episodes on TVDB (Absolute order)ResultIt appears that this issue is resolved on master (as I cannot reproduce it on master), I will therefore close this issue as resolved. |
I tried your steps with no success. I would love to try on unstable as well but how did you port the TVDB Plugin to work with unstable? @TimGels |
It is not easy to do the porting as it requires manually building all dependencies for the plugin to work with 10.9. But it also requires some small code changes to the plug-in code for it to be compatible with 10.9. Can you write down the steps you took when trying the work around? |
Ok I start at my currently not working setup.
|
Thanks for the detailed steps @s-talay ! |
I retried it once more, with an additional re-scan between step 7 and 8. |
Hey @s-talay, have you tried building the plugin from the Tvdb plugin master? There has been a significant rewrite of the plugin to migrate from the v3 api to v4 since the last release of the plugin. Do note that if you are going to do so, you will need .Net 6 and replace the TvdbSharper.dll with Tvdb.Sdk.dll |
Hey @scampower3 thanks for the suggestion. |
Hi @TimGels |
@seyfu-t I will try to find time somewhere this week or next week to test this again. |
Thanks buddy, much appreciated |
@seyfu-t Try doing this as a workaround first: or wait for a release with jellyfin/jellyfin-plugin-tvdb#143 merged in |
@scampower3 already tried that earlier but unfortunately no results |
@seyfu-t Could you test this with the provider/ library set to English and display language set to English, and share a screenshot of the result of the episodes listed in Jellyfin? It is easier for me to test when things are set to English. But I also want to eliminate a potential issue when metadata retrieval is done in with other languages. |
@seyfu-t Also, can you test with the latest release (12.0.0) of the Tvdb plugin? It should refresh immediately when the display order change is submitted. No need to manually refresh after the display order change. The images will not be updated though. So after confirming the metadata is updated correctly, manually refresh with replace existing images checked. |
Not much work at all: ❯ exa -T jellyfin/media/Serien/Spongebob\ Squarepants/ EDIT: shortened the unnecessary long list |
And as a side note, @scampower3 the tip you gave with waiting for the merge in the tvdb plugin repo
the merge happened 3 weeks ago and was implemented in version 12, the plugin is now at version 13 and i installed version 13. Unfortunately, this didn't fix it... |
Are you guys still able to replicate the bug, after all these updates? |
This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs. If you have any questions you can use one of several ways to contact us. |
Please describe your bug
My Spongebob files are ordered according to TVDB's absolute ordering, which has multi episodes. So really S01E01 is three episodes.
When I change the ordering to absolute, what I get is not what should be expected, rather it looks like DVD ordering or some other ordering but definitely not absolute ordering
Reproduction Steps
Jellyfin Version
10.8.13
if other:
No response
Environment
Jellyfin logs
nothing relevant in logs
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: