xbmc
xbmc copied to clipboard
Montellese's fork of Kodi
Right now all import jobs / tasks are performed sequentially with the rational being that each of them eventually talks to the same media provider and eventually writes to the...
`IMediaImporter` provides a lot of methods to query a specific media importer implementation about its capabilities and state. But some of them are currently not used because it is rather...
The following tasks must be completed to improve / finalize the skin integration of media import: - [ ] Icon for `Media importer` add-on type - [ ] Icon for...
Sometimes Kodi crashes during shutdown with an exception in the logic that stops the media importer add-on services.
The Estuary home screen doesn't update after the first media import has finished importing media items. The `CRecentlyAddedJob` is being properly executed but the skin's home screen isn't updated.
A (video) plugin for Kodi adapted for MediaImporter is no longer compatible to upstream Kodi, because the addon.xml contains and additional extension: ```xml [...] ``` This means, developers need to...
## Bug report When a media importer plugin sets the ListItem path for a tvshow or season to plugin:// Kodi crashes. ### Describe the bug Here is a clear and...
A notification for the start and finish of a library clean and export.
Add function to get the list of external players and a way to open media with a specific player. As i Xbmc context menu open with.
Now that the filtering is as powerful as the GUI it would be very handy to have: VideoLibrary.GetActors - I'm thinking with type "movies" or "tv" and possibly "all" VideoLibrary.GetYears...