kodi

how do i update my mx and mxq boxes to the latest version of kodi. Sent from my SM-G900F (typie typie)

A Little Coding Help Please…

posted this in the estuary section and was told i might get better help/results in this section..... question 1: ======== i would like the size of the focused poster to be extra large as shown below (mad max), which is easy to do, but how do i make i...

Playback issues with VIDEO_TS dvd rips since 17.0

Hardware: Fire TV Stick 1. Gen with Kodi 17.1 (.apk downloaded from kodi.tv) debug.log: https://pastebin.com/hdDg2xTq After updating from 16.1 to 17.1 i noticed some playback issues with my dvd rips (VIDEO_TS). The audio seems ok, but the video itsel...

delete option

Hi, On 17.1 for PC, it has the option setting to turn delete on/off. But 17.1 for the android has no option, and the "long press" context menu has no delete in list. Will android soon have an option to delete video? Thanks for all your awesome work guys!

and 17, user agent ?

hii i use resolver to get url from raptu, but in minix and some of pc it's not working...

Code:
import re
import urllib2
import sys
import json

def resolve(video_id):
    try:
        req = urllib2.Request("https://www.raptu.com/?v=%s" % video_id, headers={'User-Agent': "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0"})
        html = urllib2.urlopen(req).read()

    except urllib2.URLError, e:
        print e
        return False

    r = re.search('jwplayer\("home_video"\)\.setup\(.+?"sources": (\[.+?\]).+?\);', html)
    if r:
        video_sources = r.group(1)
        json_data = json.loads(video_sources)
        return dict([(x['label'],x['file']) for x in json_data if 'label'in x])
    
    else:
        return None
        
if __name__ == '__main__':
    movie_data = resolve(sys.argv[1])
    if movie_data:
        for x in movie_data:
            print movie_data[x],x

    else:
        print("failed!")


my repo to install the add-on movies https://github.com/Jksp/jksp.repo

KODI for AndroidTV can’t show uPNP Images

Hi, I have been using KODI on an Android TV to provide a slideshow of images served from a PC via uPNP. Until recently this was working fine, and I like the way KODI supports a recursive, random slideshow which meets my needs well. However, this has r...

Loading external audio file

It should be very simple but I can not figure it out. How to load external audio file in default language for a movie? Thanks a lot in advance Alex

Multilingual media library

Dear All, what is the best way to create a multilingual media library? Is there a way to create several nfo files (each one in its own language) for one video file? If not I was thinking of following: Create one root folder for each language: One langu...

Dynamic Range Compression for stereo amp

Hi, I'd like to know your settings for audible dialog, when using external stereo amplifier Today, I have "Maintain volume on downmix" enable, and "center channel boost" = 5dB. It's working quite good on TV shows, but not on many Movies. And I would ...

Pictures…

Is there a way to show a picture-wall (instead of just an empty space) in Estuary skin? Have I missed something obvious here? Maybe a mod? As it is by default it looks just weird and like it's not completed... watch gallery

Dark screen/videos on Intel NUC

Hi, I have Kodi 16 on a Intel I5 6th generation (Skylake) NUC running Ubuntu 16 and on my LG Oled TV the videos (actually the whole Kodi interface) is too dark. I checked the Limited color range, it's a little better but still too dark. I understand ...

addon problems

I have loaded kodi for windows 10 on to my pc but when I put add-ons it comes up with a message saying it can not load because I am not connected to the web have I missed some thing out at set up, Thank you up front for any help