Jeremy Daalder
Jeremy Daalder
I thought I'd throw coderabbitai at the problem as I have been experimenting with that lately (https://github.com/bossanova808/jellyfin-kodi/issues/1) It pointed out this line: https://github.com/jellyfin/jellyfin-kodi/blob/2f7cf9b24d54f7c2c25f7325107871049dc9813b/jellyfin_kodi/objects/actions.py#L512 from ``` if obj["Resume"] and item.get("resumePlayback"): listitem.setProperty("resumetime",...
And just while poking through some logs just now I see this (Kodi Omega, CoreELEC) ``` 2025-10-11 21:48:23.125 T:4765 error : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following...
Ok I think I found the issue you mean & commented there, and have moved discussion about `StartPercent` etc over to the PR. Thanks for looking at this. (I live...
I've been using the fix in the (now-merged) PR (https://github.com/jellyfin/jellyfin-kodi/pull/1051) for several days now and it has solved the issues with consistently incorrect resume times I was experiencing. So I...
Absolutely great to see some work in this area. For me particularly, whilst I share the general poster/artwork concerns, I am most looking forward to the Photo Viewer also improving...at...
Fixes & improvements following initial release now I can do some more real world testing. Am I right in thinking a Wiki page for the addon will be automatically created...
I see the Wiki page is there now, so that magic has happened. I'll do the forum thread once these fixes are in, as it is a lot more useful...
@oddstr13 I believe this is the issue you were referring to (https://github.com/jellyfin/jellyfin-kodi/issues/912#issuecomment-3393301987) - that you will perhaps re-open? Can confirm this error still happens on, at least, CoreELEC kodi installs,...
Not sure if you've seen this but have a look at: https://github.com/jellyfin/jellyfin-kodi/issues/912 - and the hack fix addon down the bottom of that might be of interest...
Even after the resume point fixes (in PR #1051) (which make resumes accurate _almost_ all the time) - I am still seeing _occasional_ go-back-to-starts on some resumes - but only...