so confussed

kay i am new to this whole android box thing.. so here goes i will try and exspain everything so you all understand... lol kay i own a MXQ pro 4k now lol stupid me reset the whole box and know my kodi is gone i have tried everything i went to the kodi...

Manual Artwork DLer not showing Logo DL option suddenly

Hi Today I suddenly noticed that when I go into "Extras" in Movie or TV info and try to use the "Manual DL" option for DLing logos, Ive noticed it (logos) is suddenly no longer available. Anyone seen this? Anyone know whats going on here? Does this ...

Empty gray box

On my fire stick I keep getting a empty gray box in the right lower corner of my TV. I factory reset my fire stick and installed an updated version of kodi 17.3 but that did not work either. The box appears when I'm in the setting menu or watching a mo...

[release] script.module.requests-cache

https://github.com/reclosedev/requests-cache
packaged for kodi

if you use the requests package to communicate with web sites, requests-cache offers a transparent way to cache the replies from those sites without much change in your code.
Just import the requests-cache package, set-up the cache file and all requests response will be cached.

usage:

Code:
import requests_cache

#define the cache file to reside in the ..\Kodi\userdata\addon_data\(your addon)
addonUserDataFolder = xbmc.translatePath(addon.getAddonInfo('profile'))
CACHE_FILE          = xbmc.translatePath(os.path.join(addonUserDataFolder, 'requests_cache'))

#cache expires after: 86400=1 day   604800=7 days
requests_cache.install_cache(CACHE_FILE, backend='sqlite', expire_after=604800 )

Kodi addon download/update issues

I am using KODI 17.3 version on my Andorid TV box. http://www.droidtvboxes.co.uk/the-limitless-box/ 1. When i try to install Fusion Addon, I have entered http://fusion.tvaddons.ag as the source. Select SYSTEM Select Add-Ons Select Install from zip f...

PVR Manager Frozen

NEWBIE:- Using latest version of Kodi and Mediaportal and cant get Kodi's PVR Manager to update. - just freezes when I open Kodi & go to either Channels or EPG. I'm on a Windows 10 x64 machine. Correct Add-on enabled and Media-Portal working gre...

Aeon Nox 5 Main Menu Question

Hello. Im not new to Kodi itself, but I'm new to customizing it. What i have is a Super Favorites Folder with all my favorite TV Shows in it. What I WANT to do is put it in the Main menu bar so i can scroll and select them there by thumb nail, just lik...

Jerky Picture

Have recently downloaded v17.1 The picture quality is good but after a few seconds starts to go 'jerky' Moving the cursor stops the jerkiness but as soon as you stop moving the mouse it starts again Sound is unaffected./ Any suggestions ? My internet d...

Kodi for 64bit won’t install

I dl'd Kodi for the 64bit windows 7, and got message about a missing dll. Screenshot is here, I hope. (Not too good at this kind of stuff.) Well...can't figure out how to paste the screenshot, but the message is that VCRUNTIME140.dll is missing, an...

NFS connection issue

I have the following issue: My media files are on the FreeNAS server shared by NFS. The server allows non-privileged connections and I used to connect it to my old phone; Kodi used to be on version 16 when I installed it. I upgraded my phone to Samsung...

Kodi 17.3 crashes playing videos

Hello, I installed Kodi 17.3 on Windows 10 64bit (fresh installation) but I'm not able to play any video, Kodi is crashing every time on the video startup. I posted the last debug file: https://pastebin.com/bQ6emqxu Any help would be appreciated. Tha...

No audio playback in Youtube downloaded video files

Just installed Kodi 18 (June 17th build), but that was the first one I installed on my Windows 10 NUC PC, so I can not say if an older build worked. Everything plays brilliantly, except for any Youtube downloaded files (which I use JDownloader2 to down...