kodiswift icon indicating copy to clipboard operation
kodiswift copied to clipboard

A fork of the xbmcswift2 project with updated APIs

Results 10 kodiswift issues
Sort by recently updated
recently updated
newest added

And then next lines are: ``` 2022-09-12 22:17:41.860 T:2291131200 NOTICE: [kodiswift] Request for "/video/%2Fudalosti-ludka-stanka%2Fputin-je-pry-taky-jen-clovek-cte-motivacni-citaty-a-pripravuje-se-na-hudebni-vystoupeni-v-metru" matches rule for function "video" 2022-09-12 22:17:42.892 T:3011904896 ERROR: Playlist Player: skipping unplayable item: 0, path...

Hi, there are some PRs adding compatibility with Kodi 19 Matrix waiting for few months. Is there any plan to add support for (just released) Kodi 19 into this project?...

I add support of `setsubtitle` function and make listitem able to display the subtitle in a listitem object. Also I incorporate the `six` library to enhance the compatibility in python...

Sorry to post here, but I'm curious if this project is still alive, since the last commit was 2017. If not, are there any alternatives you know? Thanks!

v17 adds thumbnail and ordering in cast dict. https://codedocs.xyz/AlwinEsch/kodi/group__python__xbmcgui__listitem.html#gade274b8e60b844a38c4192fb7ccd3619

Since kodiswift is propose for development of addons it will be great to be able to: - download all dependencies specified from addon.xml to specific folder - ability to download...

enhancement

I used futurize on kodiswift lib and made few corrections so that it should be usable on Kodi using python 2 or python 3. Most of the unit tests are...

There are many situations that we need both is_playable = False and is_folder = False in an item as describe [here](http://forum.kodi.tv/showthread.php?tid=142284&pid=2022806#pid2022806). For example, without that feature, kodiswift will get into...

Add ability to build package for Kodi. As a result it will be zip file of addon which can be installed to Kodi

enhancement