xbmc icon indicating copy to clipboard operation
xbmc copied to clipboard

Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for...

Results 806 xbmc issues
Sort by recently updated
recently updated
newest added

## Bug report ### Describe the bug Crash when navigating in Kodi menus/fast switching tv channels ## Expected Behavior Do not crash ## Possible Fix ### Debuglog The debuglog can...

## Bug report ### Description 3D playback in interlaced mode on Linux appears to have been broken for some time now. I've noticed that starting with the v18 release, I...

Triage: Needed

This PR replaces the deprecated use of some c-api's, specifically: - [PySys_SetArgv](https://docs.python.org/3.11/c-api/init.html?highlight=pysys_setargv#c.PySys_SetArgv) - [PySys_SetArgvEx](https://docs.python.org/3.11/c-api/init.html?highlight=pysys_setargvex#c.PySys_SetArgvEx) - [PySys_SetPath](https://docs.python.org/3.11/c-api/sys.html?highlight=pysys_setpath#c.PySys_SetPath) ``` /home/lukas/Documents/git/xbmc/xbmc/interfaces/python/XBPython.cpp:536:18: warning: ‘void PySys_SetArgv(int, wchar_t**)’ is deprecated [-Wdeprecated-declarations] In file included from /usr/include/python3.11/Python.h:96,...

Type: Fix
Component: Python
v20 Nexus

### Describe the bug Hello, According to your documentation, ListItem.Thumb and ListItem.Art(thumb) are equivalent and ListItem.Thumb is deprecated. Still, I notice a difference for the episodes. ListItem.Art(thumb) always returns the...

## Description Backport of #21667 ## Motivation and context ## How has this been tested? Builded and runtime tested JSON RPC calls responses when in playback ## What is the...

Type: Fix
Type: Backport
v19 Matrix

## Bug report ### Describe the bug Here is a clear and concise description of what the problem is: MacOS can be configured to route sound output to an internal...

This commit adds support to Dolby Vision combined layer present on mkv files. ## Description Matroska recently added a AdditionBlockMapping to support Dolby Vision or other private metadata. ~The changes...

Rebase needed

## Description Change the "MPAA rating" string in strings.po to the more generice "Certificate" for the en_GB language ## Motivation and context This is mainly just a tweak in translation...

## Description Allow user to choose the action on the Home menu when Radio or TV are selected. This allows one click opening of the Guide (default) Channels or Recordings....

Type: Improvement
Component: PVR
Component: Skin
v20 Nexus

## Bug report ### Describe the bug Here is a clear and concise description of what the problem is: When switching between subtitles (internal, UTF-8 in a .mkv file) using...

Triage: Confirmed