Miguel Borges de Freitas
Miguel Borges de Freitas
### Describe the bug Not sure if this is a known issue, feel free to close if duplicated (I didn't find any related). While looking into https://github.com/xbmc/xbmc/issues/21670 in my pine64-lts...
As mentioned on slack: The kodi-addon-generator uses html characters instead of the ascii equivalent for some characters. Maybe it can be avoided when generating the templates? I tried the original...
## Description While investigating https://forum.kodi.tv/showthread.php?tid=369593 I found that the proper way to play the trailer of the focused item is to go via GUI actions builtins (e.g. something like adding...
## Description As discussed on https://github.com/xbmc/xbmc/issues/21656 currently `Listitem.Thumb` and `Listitem.Art(thumb)` have different behaviors. Historically, Kodi (xbmc) had a single source of truth for the image of a given item (Listitem.thumb)....
Create an independent job to scrape the original screensaver and information (probably using selenium or phantomjs).
**Describe the bug** When the HTML code is generated from a markdown source any inline code blocks that are part of the title/heading get escaped. Consider the following example: ```...
**Describe the bug** When you define an unordered list in markdown the content is not rendered correctly. Eg, consider the following content below: ``` ## Lists test Unordered lists: 1)...
### Describe the bug As stated in the [documentation for xkbcommon](https://github.com/xkbcommon/libxkbcommon#relation-to-x11) the library relies on the compose files provided by libX11 to be able to handle dead-key and key composing...
## Description This is yet another alternative to https://github.com/xbmc/xbmc/pull/25000 and adds the codec type (if available) for subtitles as well as their type (muxed/external). This allows skins to rely on...
According to our submissions rules every pull request must refer to only one addon. PRs usually have "[addon.id] version" as the PR title (although in some cases we have to...