Using a VPN

I just added a VPN to my Kodi box, but now I now longer have access to my Media Pc where NextPVR is running, so I dont have TV menu. Is there a way around this?

Krypton 17 & 17.1 Stop loading…

LOVE the software, developments, add-ons, etc.! Kodi is the shit!!! I am using a Samsung Galaxy 3, Sprint phone. After a day or two, with Krypton installed, it will open the load screen....but that's it! It won't even get to the theme jingle! Anyone e...

Music Playback – Next Track Feature Gone In Estuary

I went through successive Krypton betas installing over a test Jarvis installation on Windows 10 and at some point noticed that the 'next track playing' feature in Confluence whilst playing a playlist had been replaced with three tracks instead, which ...

Connecting Android Kodi to Windows sources

Hi all - I've installed Kodi 16.1 on my FireTV and Samsung tablet. No problems with the install but I'm unable to connect to my windows sources. I can see my server (after selecting Windows Network (SMB) > Workgroup > sharedfiles). I can't ho...

ATV 4 debs missing – again

I'm not sure why the ATV 4 debs keep getting removed from the mirrors repository. Why are they being removed constantly essentially making the repository blank/empty?

krypton causing tv input problems

I decided to upgrade my fire tv gen 1 box to krypton and it began losing tv input for a few seconds every time I switch from kodi to fire home or vise versa. Also made a loud popping noise. It happened on both tv's and on different hdmi cable. I even f...

If you had to do it all over again?

So, I've been through so many different brands of this that and the other when doing a PVR system. I'm looking for advice and pros/cons of doing a build from scratch. Part of my problem is, after I get something set up, I fall out of the scene for so...

Smart playlists and video nodes issue

Hi guys

I have a problem with definition of a smart playlist or video node for a tv show stored in different sources and with same names. The reason why I have one tvshow in multiple sources really doesn't matter (2D vs 3D, SD vd UHD, anotler languages etc.). In this cases (meaning duplicates in tvshow names) my filters or video nodes do not work correctly.

Let me explain this by an example... I have two folders containing one tv show with two episodes:

Code:
D:\MEDIA
+---tvshows_source_A
|   \---Arrow (2012)
|           S01E01.strm
|           S01E02.strm
|          
\---tvshows_source_B
    \---Arrow (2012)
            S01E01.mkv
            S01E02.mkv

I defined both folders as separated sources and I let them scan by tvdb.com scraper. Sources:

Code:
<source>
    <name>tvshows_source_A</name>
    <path pathversion="1">D:\media\tvshows_source_A\</path>
    <allowsharing>true</allowsharing>
</source>
<source>
    <name>tvshows_source_B</name>
    <path pathversion="1">D:\media\tvshows_source_B\</path>
    <allowsharing>true</allowsharing>
</source>

Now, I can see the Arrow in Tv Show section and there are four episodes. Yes! That correct because in database are four rows in episodes table: two for source 'tvshows_source_A' and two for 'tvshows_source_B'. This is expected behavior.

[Image: arrow_kodi_tvshow_small.png]


So let's make two smart playlists for each source:

Code:
+---playlists
|   \---video
|           tvshows_A.xsp
|           tvshows_B.xsp


tvshows_A.xsp:

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
    <name>tvshows_source_A</name>
    <match>all</match>
    <rule field="path" operator="contain">
        <value>tvshows_source_A</value>
    </rule>
</smartplaylist>

tvshows_B.xsp:

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
    <name>tvshows_source_B</name>
    <match>all</match>
    <rule field="path" operator="contain">
        <value>tvshows_source_B</value>
    </rule>
</smartplaylist>

Unfortunately neither of those filters seemed to work. I expected one tv show with two episodes for each one filter but result is really curious. You can see in screen shots:

[Image: arrow_kodi_tvshow_playlist_A_small.png] [Image: arrow_kodi_tvshow_playlist_B_small.png]

I really don't know why result is incorrect maybe the rules defined in the smart filter are evaluated incorrectly or a sql query is wrong. Records in the video database seem to be okay, so why filters does not work properly is a mystery for me.

There are screen shots from database (MyVideos107.db):

[Image: arrow_sql_01_small.png] [Image: arrow_sql_02_small.png] [Image: arrow_sql_03_small.png] [Image: arrow_sql_04_small.png]


So my question is: Is this a bug or a behavior?

Note: please do not tell me that is a feature Smile

I tried example described above on clean installation of Krypton (17.1 RC2) and I attach "MyVideos107.db" file, both tv show sources (zero len files) and smart filters.

Attachments:
MyVideos107.rar
media.rar
playlists.rar

custom background bugs

Hi Gade, there are several bugs in custom background setting view. 1.) you can only switch to the other side by mouse or if you go to global and then up (why? ) 2.) if you are in custom background view and you go left the old menu isn't real visible an...

Forum settings

Most forums I have been a part off have had the option to show threads from newest post to oldest post. I have been unable to find that option here. I looked at the wiki and searched these threads with no luck. Is it just not am option here or am I mis...

Donations to XBMC Foundation via Patreon?

Have the XBMC Foundation considered taking subscription donations via Patreon? https://www.patreon.com https://en.wikipedia.org/wiki/Patreon Perhaps just setup to recieve donation via Patron specifically for Team Kodi to create and beta-test new leg...

Accessing Kodi hard drive from a different computer

Hello all, I've recently run into an issue accessing the hard drive on my Kodi HTPC. I have a main computer which has files I would like to transfer to the hard drive on the Kodi PC. Normally I would access the Kodi PC via the network center on the ot...

IPTV m3u multiple group-title

Hello, I just want to know if it's possible to have multiple group-title. For example, if I've a channel than I want to be in the group "News" and also in the group "Belgium". Is that code possible ? Code: #EXTINF:-1 tvg-id="LAU1.kazer.org" tvg-lo...