No volume after pausing or next movie
I’m running kodi with dsplayer 17.6 and when I pause a movie and unpause I lose all volume. Most of the time I have to...
Kodi for PC IOS Football Addons IPTV M3u Sports
Kodi for PC IOS Football Addons IPTV M3u Sports
I’m running kodi with dsplayer 17.6 and when I pause a movie and unpause I lose all volume. Most of the time I have to...
Okay so here goes I want to rename a bunch of trailer files downloaded from YouTube for my Kodi I normally will use Bulk Renamer...
Hi All, New problem as of v21 upgrade and only impacting one system. Essentially, my system is crashing consistently within about 30 seconds of navigating...
Hi, I wanted to see if many people are using any of the extra features to understand if I should create some video guides on...
Anyone interested in this please vote on the TMDB dev’s Trello board for features to consider: https://trello.com/c/2lpXUIYZ
My Sonos app is showing that everything I play via my External HDD through my android TV is playing in Dolby Digital plus 2.0. I’m...
Hi everyone, since a few weeks I’m experiencing regular crashes of the KODI App on my NVIDIA Shield Pro (2019). Occassionaly the app crashes when...
I have a android box (NVIDIA SHIELD) using the newest KODI…. Right now im testing just to get this to work so I only have...
Kodi won’t start webserver on raspberry pi 5 sudo cat /root/.kodi/userdata/advancedsettings.xml <advancedsettings> <services> <esallinterfaces>true</esallinterfaces> <webserver>true</webserver> <zeroconf>true</zeroconf> <port>8080</port> <airplay>true</airplay> <upnprenderer>true</upnprenderer> <upnpserver>true</upnpserver> </services> <loglevel hide=”attribute”>options</loglevel> </advancedsettings> sudo...
Hi all, I am encountering a recurring bug: after playing a first video, when I try to start a second video, Kodi completely freezes. I...
I am working with Kodi nexus under Linux. Using the estuary skin, I have set the Viewtype to Widelist. The panel on the left of...
How do you test for empty keywords in a smart playlist? In some programming languages it would look like if x = “” examples I...
Is there any add-on support for Apple Music through Kodi? I don’t want to play the music via Airplay. I apologize if this has been...
I thought I’d try something clever with playlists, but I get a result I cannot explain. The idea is to execute a playlist to see...
Code: <param name="visible" value="!String.IsEqual(ListItem.HasVideoVersions) + String.IsEqual(ListItem.DBType,movie)" /> i am trying to hide the versions button for movies that don’t have versions bit it does not...