lekma

Results 53 comments of lekma

it is a bug with kodi (imo), items marked as not playable should not have this context menu entry visible...

> The infoLabels indicates that it's a video, so I think it's fair to treat it like any other video. true, but I couldn't find any other way to customize...

just for reference: [ListItem.setProperty()](https://alwinesch.github.io/group__python__xbmcgui__listitem.html#ga96f1976952584c91e6d59c310ce86a25) > IsPlayable | string - "true", "false" - Mark the item as playable, **mandatory for playable items**

I have no idea never tried that... maybe you can try : - https://raw.githubusercontent.com/lekma/repository.lekma/master/addons/repository.lekma/repository.lekma-4.0.1.zip - https://github.com/lekma/repository.lekma/blob/master/addons/repository.lekma/repository.lekma-4.0.1.zip If you download the zip file and install from a local location you can...

we're trying to work on a fix in #73

sorry for the squash spam, but i realized after the fact that my assumptions were wrong, i think that should be enough

Hi, no i think i got it right now, i'm just unsure of the 403 response code, is it enough?

no, that's the point, i'm trying to acces the api from a python script but i don't have a token yet, so i log in by posting a username/password (i...

correct me if i'm wrong, but, I do need to be logged in to use all the 'api/v1/auth' endoints, right?