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!

iptv 30/03/20117

server1 up-4ever.com/i05sk2m9g85a server2 4ever.com/chguqnr8oo4m server3 up-4ever.com/f3qkbmhhkk9k

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

Kodi: Exodus Addon Installation Guide

Exodus is new alternative instead of Genesis addon and almost all features are the same. You can make it more useful by configuring the addon with playback, subtitles and language customizations. You can also enable downloads for movie and tv series by configuring the Exodus. In this tutorial, we show how to install and configure Exodus Addon […]

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