dimkroon / itvx-for-kodi

Kodi addon to watch ITVX
GNU General Public License v2.0
17 stars 3 forks source link

Watched status #81

Open jaca2300 opened 3 months ago

jaca2300 commented 3 months ago

Thanks for a nice addon, that works. But are there someway of showing ones watched-status, like when I use ITVx on the web?

Best regards

Jacob

dimkroon commented 3 months ago

I'm not quite sure what mean you by

ones watched-status, like when I use ITVx on the web

In the add-on there is an item 'Continue Watching' in Main menu > My Itvx, which lists unfinished programmes and next episodes of programmes that you've recently watched. These are the same items itvx shows in a rail on the main page of their website (if you are logged in). If that's not what you meant, can you describe what status on itvX's site you are referring to?

jaca2300 commented 3 months ago

I you watch the web_secrets...png you can se that I have watch episode 2 (ep 1 isn't shown as watched because I accidentally started iit and stopped right after) On kodi_secrets...png there is no identification of episode 2 have been watched. That is what I would like.

By the way: your app gives a very better experience watching ITVx than using the web.

Best regards

Jacob

tors. 21. mar. 2024 21.07 skrev dimkroon @.***>:

I'm not quite sure what mean you by

ones watched-status, like when I use ITVx on the web

In the add-on there is an item 'Continue Watching' in Main menu > My Itvx, which lists unfinished programmes and next episodes of programmes that you've recently watched. These are the same items itvx shows in a rail on the main page of their website (if you are logged in). If that's not what you meant, can you describe what status on itvX's site you are referring to?

— Reply to this email directly, view it on GitHub https://github.com/dimkroon/itvx-for-kodi/issues/81#issuecomment-2013615269, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABEIH52C2PRUANP36WRVWD3YZM4XHAVCNFSM6AAAAABFCCLDVSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJTGYYTKMRWHE . You are receiving this because you authored the thread.Message ID: @.***>

dimkroon commented 3 months ago

I guess you've embedded some images in your reply by email, but these got lost in your reply here.

Images can be added as attachments when you write a reply on github. (paperclip button) Maybe attaching photos to email, rather than embedding, will work as well.

jaca2300 commented 3 months ago

Now I know that the lazy way of answering by mail doesn't attach the mail-attachments, but here they are. I have found that films does show watched-status llike on the web.

Kodi_The_Secrets_of_The_Spies Web_The_Secrets_of_The_Spies

dimkroon commented 3 months ago

Ah, I see what you mean. Must be quite new, I can't recall having seen that before.

I did a quick check to see where this data comes from, and it at first glance it looks like it is possible to implement it in the add-on but there are definitely some snags. Syncing fully watched episodes will be no problem, partially watched episodes will have unwanted side effect. With the current folder structure it's also a problem to sync progress of programmes without episodes, like films and documentaries.

Thanks for your request. It is feature I was not aware of, but I'll have give it some thought and decide if and how to implement it.

I have found that films does show watched-status like on the web.

Are you sure you've not just watched that film on Kodi? Apart from 'Continue Watching', there's nothing in the add-on that syncs watched status of films.

jaca2300 commented 3 months ago

Hi

Thanks for your reply.

I must admit that I can't remember what I have seen and least of all on what platform. Of course when I see it again then I after some time I do remember it.

That is why I would I the Watched-status to work.

Best regards

Jacob

lør. 23. mar. 2024 01.26 skrev dimkroon @.***>:

Ah, I see what you mean. Must be quite new, I can't recall having seen that before.

I did a quick check to see where this data comes from, and it at first glance it looks like it is possible to implement it in the add-on but there are definitely some snags. Syncing fully watched episodes will be no problem, partially watched episodes will have unwanted side effect. With the current folder structure it's also a problem to sync progress of programmes without episodes, like films and documentaries.

Thanks for your request. It is feature I was not aware of, but I'll have give it some thought and decide if and how to implement it.

I have found that films does show watched-status like on the web.

Are you sure you've not just watched that film on Kodi? Apart from 'Continue Watching', there's nothing in the add-on that syncs watched status of films.

— Reply to this email directly, view it on GitHub https://github.com/dimkroon/itvx-for-kodi/issues/81#issuecomment-2016220892, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABEIH545GTTRS3ZYVMBJ5MTYZTDZVAVCNFSM6AAAAABFCCLDVSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJWGIZDAOBZGI . You are receiving this because you authored the thread.Message ID: @.***>

axelsimon commented 1 week ago

The iPlayer add-on already does this and shows played status for items, synced wit the iPlayer website. It might have useful code to do this: https://github.com/vonH/plugin.video.iplayerwww

dimkroon commented 1 week ago

I'm pretty familiar with iplayer www, both code and usage, and I'm very confident iplayer www does not sync watched status in the way the OP means. Could you've misinterpreted the OP's question for another feature? If not, can you let us know what you did to determine watched status is synced?