Movies Naming Convention

Hello there I just started using Kodi on a Raspberry Pi 2, and it works like a charm so far. Though I'm now scanning my movie library and I'm facing the following issue: all my library is named with this convention "year - Title (Director)" (e.g. "19...

TVheadend access web ui only with admin

I've installed TVheadend as Kodi add on with the setup guide in this forum. After setup I created two more access entries. One for access without authorization and one for access without admin credentials. For the second one I've added a password. Now ...

Handling more than 9 parts for split TV episodes

Folks, First of all, thank you to the developers for an awesome product that I've been in love with for many many years now and every time I look for a feature, I find the developers have already thought of it so this might be something that already e...

Handling more than 9 parts for split TV episodes

Folks, First of all, thank you to the developers for an awesome product that I've been in love with for many many years now and every time I look for a feature, I find the developers have already thought of it so this might be something that already e...

View dependencies before install from repo.

What it says. I guess the information's already there. Inspired by installing a skin to try last night and seeing 27 (27!!!) new zip files in my packages folder. Some of them are dependencies of dependencies, so a list in the repo view wouldn't show ...

View dependencies before install from repo.

What it says. I guess the information's already there. Inspired by installing a skin to try last night and seeing 27 (27!!!) new zip files in my packages folder. Some of them are dependencies of dependencies, so a list in the repo view wouldn't show ...

Recently Added Shows Images

On the homescreen's "TV Shows" tab, when "Recently Added" shows list can't find episode images to scrape, it simply leaves it blank. To me, this has always looked like a hole in the display. When I was fooling around with the Titan skin, I noticed th...

Kodi (Not Responding) NextPVR

I am attempting to install NextPVR. I get to the PVR Client section and choose one of the PVR's. But when I click on "Enable" I get the small spinning circle next to my cursor and at the top Kodi (Not Responding). If by chance I click on it again th...

plugin with GUI

Hello, I made a plugin which uses the native GUI of Kodi (by ListItems) and I added GUI of my own. The GUI I made supposed to be opened if the user clicks on a ListItem (ListItem configured as isFolder=False). It works, but when the user press 'Esc' t...

Problem with video playlist

Hii everyone.

My video collection have a sub menù
- Only S.D.
- Only H.D.

Managed with 2 smart playlists.

Today I need to add another sub menù
- Only U.H.D.

For this I need to modify the Only HD playlist from:

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>Films solo H.D.</name>
    <match>all</match>
    <rule field="videoresolution" operator="greaterthan">
        <value>576</value>
    </rule>
    <order direction="ascending">sorttitle</order>
</smartplaylist>
To:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>Films solo U.H.D.</name>
    <match>all</match>
    <rule field="videoresolution" operator="greaterthan">
        <value>576</value>
    </rule>
    <rule field="videoresolution" operator="lessthan">
        <value>2159</value>
    </rule>
    <order direction="ascending">sorttitle</order>
</smartplaylist>

but not results show.

What wrong?

cannot get subtitles kodi 16.1 on kda400

set up subscene and opensub on the kd links a400 with kodi 16.1 but menu select download subs find none under either source and when I pause a downloaded TV I don't get the icons at the bottom right .meaning the subtitle rectangular icon? I download...

Audio SPDIF not working properly in Kodi, but works in WMP

I've been using Kodi for quite a while, but recently something is going wrong with the audio. I have a Bose system, connected to my Kodi Windows 10 computer via an optical SPDIF cable. This works just fine, giving me 5.0 or 5.1 sound depending on the s...

Zoomtake – Another piracy kodi seller

I am not sure if this is the right forum thread to post this but I was just appalled by this seller from Hong Kong selling Kodi and using the name Kodi in their videos to make people believe that they will have endless entertainment for a one time fee....

Moving my movies to another folder

I have around 1000 movies all scraped with Universal Movie Scraper, they are in separate external drives. In order to be able to write the contents I have to place the movies inside "NVIDIA_SHIELD" folder which has the write permission. I would like t...