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

For Series I do not see watched Episodes updated. Is this an error or not possible to implement. #45

Open
rikardfries opened this issue Apr 10, 2021 · 11 comments

Comments

@rikardfries
Copy link

For Series I do not see watched Episodes updated. Is this an error or not possible to implement.

@putrid1
Copy link

putrid1 commented Aug 2, 2021

Any insight on this? Would love to see episodes as watched ✅

@Mariusz89B
Copy link

Should be fixed here:
https://github.com/Mariusz89B/kodi-viaplay/releases/tag/2.1.4

@putrid1
Copy link

putrid1 commented Aug 8, 2021

Should be fixed here:
https://github.com/Mariusz89B/kodi-viaplay/releases/tag/2.1.4

Not sure..
what I'm missing is that little "watched" (hotkey W) icon after the episode name.

I appreciate your update, but I don't see that it solves this particular issue? Thanks

@Mariusz89B
Copy link

Should be fixed here:
https://github.com/Mariusz89B/kodi-viaplay/releases/tag/2.1.4

Not sure..
what I'm missing is that little "watched" (hotkey W) icon after the episode name.

I appreciate your update, but I don't see that it solves this particular issue? Thanks

Sorry, thought you mean the category watched was missing.

@Mariusz89B
Copy link

Mariusz89B commented Aug 12, 2021

Well, it should be possible to implement a cache list function and add an icon to watched episodes. But do not Kodi possibly have this function built-in?

@putrid1
Copy link

putrid1 commented Aug 12, 2021

Well, it should be possible to implement a cache list function and add an icon to watched episodes. But do not Kodi possibly have this function built-in?

Yes it has. And it works on everything but the viaplay-plugin. I thought it was a bug in the plugin. Or maybe it's something wrong on my end?

@Mariusz89B
Copy link

Mariusz89B commented Aug 13, 2021

@putrid1 Yes, it seems to be some sort of issue with the listitem object. I'm not sure how to resolve this as I'm not that familiar with how plugins implement listitem objects as I only created scripts before.

@putrid1 putrid1 mentioned this issue Nov 20, 2021
@putrid1
Copy link

putrid1 commented Nov 20, 2021

I dont know if this helps. I'm comparing another kodi-addon (https://github.com/CaptainTyphoo/xbmc-addon-nrk/tree/python3) and Mark as watched

NRK Addon

2021-11-20 19:41:52.822 T:47653    INFO <general>: initializing python engine.
2021-11-20 19:41:54.219 T:47653    INFO <general>: CPythonInvoker(44, /home/kodi/.kodi/addons/plugin.video.nrk/main.py): script successfully run
2021-11-20 19:41:54.380 T:47653    INFO <general>: Python interpreter stopped2021-11-20 19:41:52.822 T:47653    INFO <general>: initializing python engine.
2021-11-20 19:41:54.219 T:47653    INFO <general>: CPythonInvoker(44, /home/kodi/.kodi/addons/plugin.video.nrk/main.py): script successfully run
2021-11-20 19:41:54.380 T:47653    INFO <general>: Python interpreter stopped

Viaplay Addon

2021-11-20 19:43:43.295 T:47686    INFO <general>: initializing python engine.
2021-11-20 19:43:44.369 T:47686   ERROR <general>: NEWADDON Unknown Video Info Key "list_title"
2021-11-20 19:43:44.471 T:47686    INFO <general>: Skipped 7 duplicate messages..
2021-11-20 19:43:44.471 T:47686    INFO <general>: CPythonInvoker(48, /home/kodi/.kodi/addons/plugin.video.viaplay/default.py): script successfully run
2021-11-20 19:43:44.700 T:47686    INFO <general>: Python interpreter stopped

image

@Mariusz89B
Copy link

Mariusz89B commented Nov 25, 2021

@putrid1 Good find! This issue seems releated to "list_title" that is included in the listitem object, I will try to resolve it.

@Mariusz89B
Copy link

@putrid1 I removed the "list_title" error, but unfortunately it seems not to be related to marked as watched issue.

@putrid1
Copy link

putrid1 commented Nov 29, 2021

@Mariusz89B Too bad.. Did you upload that last fix? I'll let you know if I find anything else suspicious

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

3 participants