Unable to change video resolution

I am unable to change the display resolution within system settings for Kodi 17. It is currently set at 1920x1080p, I am trying to change it to 3840x2160p, however Kodi 17 freezes up when I try to change it. The 4K tv I am using is the Vizio P55-C1. I ...

Keyboard shortcuts not working initially

When Kodi 17.0 starts up on my Mac mini running Sierra 10.12.3, keyboard shortcuts (such as up/down/left/right arrow) don't work until I move the mouse over an interface element and it gets focus. I have a remote that is generating keyboard commands, a...

Kore uses special characters while downloading tracks

Hi! I'm using kore 2.2.0 (from f-droid) with Lineage OS 14.1 (Android 7.1.1). For downloading tracks kore uses the title of the track as the file name. This fails if there are special characters in the title like "?". For example kore tries to safe t...

kodi 18

when i go to the download area for daily downloads they all say krypton....and the files all have krypton..is this because you did not change the directory the files are stored in i want to try but do not want to download 17 again

NEW LOG ERRORS ON KODI v17.

Dear Kodi.tv, i recently updated from kodi v16 to kodi v17 and now have issues with over half of my addons. I love your app and have been using it for over 2 years but guess i shouldnt trust newer versions. I now get the following error when ...

help with xbmc.Player|URLResolver

I'm trying to open this link in kodi through Urlresolver, it does not work, but if I copy the link generated by urlresolver and paste it into the browser, the video opens in the browser.

Does anyone know how to do something wrong?


URLResolver version: 3.0.26

Original Url link
https://openload.co/embed/F1MoouLTpIA/Co...endado.mp4

Url stream URLResolver
https://1fgqftw.oloadcdn.net/dl/l/IggNK8...?mime=true

Code:
def player(name, url, titulo, imgcapa):
    log(url)
    hmf = urlresolver.HostedMediaFile(url.encode('utf-8'))
    if not hmf:
        msg('O Servidor escolhido não é compatível com sua versão do script URLresolver!\n\nEscolha outro servidor.')
    else:
        try:
            pDialog = xbmcgui.DialogProgressBG()
            pDialog.create(G_header, 'Resolvendo Link...')
            stream_url = hmf.resolve()
            pDialog.close()
            
            try:
                pDialog1 = xbmcgui.DialogProgressBG()
                pDialog1.create(G_header, 'Importando o arquivo de vídeo...')
                listitem = xbmcgui.ListItem(iconImage='DefaultVideo.png', thumbnailImage=imgcapa)
                listitem.setPath(stream_url)
                listitem.setInfo( type="Video", infoLabels={ "Title": titulo } )
                listitem.setProperty('mimetype', 'video/mp4')
                listitem.setProperty('IsPlayable', 'true')
                xbmcPlayer = xbmc.Player(xbmc.PLAYER_CORE_AUTO)
                log(stream_url)
                pDialog1.close()
            except:
                msg('Ocorreu um erro ao abrir o arquivo de vídeo:\n' + url.encode('utf-8'))
                pDialog1.close()
        except:
            msg('Ocorreu um erro ao resolver esta url:\n' + url.encode('utf-8') + '\nÉ provável que o link expirou ou violou DCMA!')

I extract the 'Original Url link' from this site:
http://www.assistirfilmeshd.org/collide-legendado.html

Thanks

Remove the ‘0’ on TV shows unwatched episodes

With the update the other day on my tv shows at both the show and season level when all episodes have been watched, there's now a '0' . don't think there used to be, is there a way when there's no unwatched episodes for it to not show anything rather t...

Cache filled

I have cleared my cache in several different places on my KODI. Within, and through settings on the actual Android box. Why do I still get the report "Cache full?"

Audio muted on Fire Stick?

Hello all, I updated to the new v17 and now all my videos are not playing any sound, I have reset a lot of settings and tried everything I can think of but nothing is working. Any ideas would be amazing.

Music Library Views/Sorts

Hi, all.. I'm new to Kodi, and loving it so far although it's been a semi-painful "birth." Started out using JRiver 21 for ripping and tagging my classical and jazz CD collection (about 1000 discs) to FLAC files then transfering them to an NAS, and u...