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?"