script.module.codequick icon indicating copy to clipboard operation
script.module.codequick copied to clipboard

Kodi addon framework

Results 8 script.module.codequick issues
Sort by recently updated
recently updated
newest added

Text styling on Listitem label is ignored. The issues is [here](https://github.com/willforde/script.module.codequick/blob/4a41e95c0f4b9d113b62818c09b4b45df83665b5/script.module.codequick/lib/codequick/listing.py#L597C1-L602C47): ``` @label.setter def label(self, label): # type: (str) -> None self.listitem.setLabel(label) unformatted_label = strip_formatting("", label) self.params["_title_"] = unformatted_label self.info["title"]...

When using script.module.codequick on Chromecast with Google TV HD with Kodi 20.2 (32bit) I get the following error import urlquick File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.codequick/lib/urlquick.py", line 71, in _addon_data = xbmcaddon.Addon() ^^^^^^^^^^^^^^^^^ RuntimeError:...

Hi willforde, First of all many thanks for your excellent project! I'm using it for a kodi addon I'm developing, but found that callback level cache is not working. From...

Good night, im trying to scrape a site but you need to login on the site to enter and see the content so is there any form to make that...

I have an other suggestion concerning View mode, it would be nice to be able to set the view mode at the callback level by adding it as ```python @Route.register(view_mode=500)...

Hi Willforde, I don't know if it's the role of CodeQuick to treat this behavior. Some kodi skins (like Aura) have a "Widget" feature that grab items from a specific...

enhancement

Hi Forage, Forage found an issue. The issue is: 1 - In the begining we have Sort By "Default" 2 - Change to Sort By "Title" 3 - Videos are...

help wanted

Does anyone know how I can display a path in a dialog? for example: xbmcgui.Dialog() ![imagen](https://github.com/user-attachments/assets/e3c7e0fd-d5c5-49b8-98e0-8a419a139ad9)