add-ons / plugin.video.vtm.go

Kodi add-on to watch video-on-demand content and live streams from VTM GO.
https://github.com/add-ons/plugin.video.vtm.go/wiki
GNU General Public License v3.0
73 stars 24 forks source link

"Remove from My List" option missing for video's already added to My List #344

Open david63236 opened 1 year ago

david63236 commented 1 year ago

When you have selected a video, it's possible to add it to the "My List", but once it is added, the "Add to My List" still appears. Video's who are added to the "My List" should have a "Remove from My List" instead. -- tested on Windows 11 Kodi 19.3 -- tested on Android TV Kodi 19.3

michaelarnauts commented 1 year ago

This is by design unfortunately, there is no easy way to now if a program is on "my list" besides querying "my list" on every overview. IIRC, in the past, this was exposed in the API, but they removed that a while ago.

It's still possible to remove a program when going to "my list" and use the context menu from there.

mediaminister commented 1 year ago

There is a addedToMyList variable in the version 13 API, but it is currently not used: https://github.com/add-ons/plugin.video.vtm.go/blob/8a84304a5c530eece5f0399104b3a779da4bff9d/resources/lib/vtmgo/vtmgo.py#L306