Merging

Many videos I have don't scrape because they aren't on any database. I'd like Kodi to add them regardless, using their filename as title. So there's a scraper that does that, and this is the code:

Code:
<CreateSearchUrl dest="3" clearbuffers="no">
        <RegExp dest="3" output="&lt;url&gt;http://search.yahoo.com/search?p=$$7&lt;/url&gt;" input="$$7">
            <RegExp dest="7" output="\1" input="$$1">
                <expression noclean="1" trim="1">(.+)</expression>
            </RegExp>
            <expression noclean="1"></expression>
        </RegExp>
    </CreateSearchUrl>
    <GetSearchResults dest="8" clearbuffers="no">
        <RegExp dest="8" output="&lt;results sorted=&quot;yes&quot;&gt;\1&lt;/results&gt;" input="$$5">
            <RegExp dest="5" output="&lt;entity&gt;&lt;title&gt;\1&lt;/title&gt;&lt;url&gt;http://search.yahoo.com/search?p=$$7&lt;/url&gt;&lt;/entity&gt;" input="$$1">
                <expression noclean="1" trim="1">&lt;title&gt;([^"]*)\-\sYahoo Search</expression>
            </RegExp>
            <expression noclean="1"></expression>
        </RegExp>
    </GetSearchResults>
    <GetDetails dest="3" clearbuffers="no">
        <RegExp dest="3" output="&lt;details&gt;\1&lt;/details&gt;" input="$$5">
            <RegExp dest="5+" output="&lt;title&gt;\1&lt;/title&gt;" input="$$1">
                <expression noclean="1" trim="1">&lt;title&gt;(.+)\s\-\sYahoo Search Results&lt;/title&gt;</expression>
            </RegExp>
            <expression noclean="1" trim="1"></expression>
        </RegExp>
    </GetDetails>

I'd like to merge this into the code of either tmdb.xml or universal.xml, so that I have one scraper that gets most movies with, and then uses the one above for when TMDB can't match the filename with anything. I don't know where to put it, though. If I do it at the top, it takes priority over TMDB to the point were TMDB is not used at all, and if I put it at the very end it gets ignored.

DVD issue with 59.94 refresh rate

Hi, First, feel free to remap my post to the appropriate area, if its needed, as i dont know if its a hardware issue or a dvdplayer isuue. Here is it : i tried to play 59.94 Fps Dvd and i get a black screen with adjust refresh rate on, sound plays in...

Hiden settings for cache I need answer from team :)

This settings have all Kodi, but its hiden. Why ? Is this we regular user can use ? What is benefit if raise some velues (excample :Unknown type cache-Internet),are we raise cache for internet images (from excelent script :helper and extendedinfo) Ca...

where did live cd kodibuntu go

guys what did you do with the live cd installer / kodibuntu..... I really liked it, made things so easy and having a whole pc to run kodi without the hassle of installing Linux first then mucking about getting kodi to work right ... please bring back...

Daiskuki

I Made an Addon for Daisuki.net, Its an Anime Streaming Platform from many Japanese Publisherwith Multible Language Subtitle. many content is free, some requires an Abo (Only Avaible from USA) Should Now work, also Premium should be possible. would ...

[depends] (libssh) native ARM compile error

When building depends natively in Raspbian on a pi, cmake of libssh fails to find system zlib:
http://paste.debian.net/891762/

${PREFIX}/arm-linux-gnueabihf/lib/libz.a does not exist, since the build system skips it if a system version is found (HAS_ZLIB=1).

If the appropriate system -DZLIB_INCLUDE_DIR and -DZLIB_LIBRARY parameters are passed, the build completes successfully.

I am looking for a more portable fix and any help would be appreciated.

Black screen

Whenever I open kodi it will flash a black screen repeatedly and then eventually won't register the tv box is even on. What should I do? How can I fix it?

boolean for Settingslevel

Would be nice if there would be infobools for settingslevel i did already try different things and ask for a solution i may not think of, but as it looks there is currently no way. -- may could be usefull for others to.

IPTV slow switch channel

Hi, i have rpi3 and kodi 16.1 and iptv list in .m3u with .ts links ( i can't have others formats ) I don't know why but change channel is always very slow, 10 seconds are a lot. But if i use these builds from milhouse are too fast! And these builds ...

Roku os 7.5

Anyone receive this update yet? I have a couple roku streamers no update. I am hearing this will hopefully help vue make a lot better program for the streamer. Sent from my iPhone using Tapatalk

Video Add on Install Issues Kodi 17

Hello i am having trouble installing some add ons from its repository in kodi 17. When i click on the add on to install, even after i click the install button nothing happens. I have tried uninstalling kodi and still having the same issue. Some addons ...

Skins list Android vs MacOs

Apologies for a newbie question but I'm running Kodi 16 on two platforms - my Android device connected to an HD TV and my Mac desktop computer with HD monitor - and I'm disappointed that the list of extra skins offered on the Android device (running Ja...