Autoplay Music

I'm trying to get my music to autoplay (play the next song) in the Motown Library. I've changed the settings and have turned on and off autoplay (play next song or whatever), but the same song repeats by Kodi automatically opening up another stream......

Kodi and Daydream screensaver problem

I have a problem with daydream screensaver starts in middle playing a movie/video. Any idea what caused that and how to prevent it. Is there a setting in Kodi that can prevent android screensaver from running while media is playing (not paused or stopp...

HLN- Robin Meade

Does anyone which add-on will allow me to stream HLN morning news with Robin Meade? Thank you so much in advance for any help!

calculate values in $param

Is it possible to calculate new values in params? I have two labels and i want to shift the second label for some pixels (in my exmaple 10 pixels) to the right.
I have tried like this:

Code:
<control type="label">
                    <posx>$PARAM[x1]</posx>
                    <posy>$PARAM[y1]</posy>
                    <width>1920</width>
                    <height>50</height>
                </control>
                <control type="label">
                    <posx>$PARAM[x1]+10</posx>
                    <posy>$PARAM[y1]-10</posy>
                    <width>1920</width>
                    <height>50</height>
                </control>
this is not working.
Do you have any solution for this?

Auto-retry scrapping

Anyway to mod the current scrapper to always retry for scrapping ? Thetvdb is down like 30% of the time (ok probably exaggerate a bit but they're not 100% reliable) so i often get unable to connect... error Would be handy if there's a way to set auto...

Help picking Kodi skin

First of all a big Hello to the Kodi Community (since this is my first post). Instead of searching trough loads of skins, i decided to ask experienced Kodi users (only been using Kodi for about a month and been amazed by add-on diversity ever since). ...

Not working right

Since I've signed up to be a beta tester Kodi hasn't been loading right or even playing videos right. It's very buggy

Kodi v16.1 Jarvis – Lagging in Menus

So i am running this on my PC (windows 8.1) and up until today it has run fine. I usually use Kodi on my right monitor and do my work on the left one. Now when I click onto the left monitor and back onto Kodi it freezes Kodi on the menus and I can't cl...

Skins with smaller text size?

Generally I just like smaller text sizes so I'm wondering if there are any skins out there that either let you adjust text size or have smaller text size by default

advancedsettings / scraper issues

Hello Community.

I've been using Kodi for quite some time now (about 3 years to be exact) and have recently started wondering about the scraper system.
I tend to watch a lot of animes, so I've devised my own system for naming the files on my hard drive.

[unimportant string of letters] Title of the Series - Episode Number (01, 02 and so forth)

----
I've started reading the advancedsettings.xml page related to anime and basically ran with my head against the wall right away.
Here's two scenarios:

The AniDB-Scaper finds the series (or at least seems to) and then HIDES THE FOLDERS so you can't find them while not showing the series under "TV Series" at all.

The TVDB-Scraper (as an example) finds nothing and either does nothing or assigns the folder some completely random series I've never heard of before.

So advancedsettings.xml is supposed to give you the opportunity to specify your own naming scheme for Kodi to use.
----

[tl;dr]
How do I specify for Kodi to specifically use my naming scheme to find the correct series?
If someone can explain to me how those lines work, I'll be glad to write it myself.

Code:
<regexp>(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?(?:[[({][\da-f]{8}[])}])</regexp>

It's just been so bad that I've actually considered writing an xml list with names and dates and using that instead of the scrapers (I've documented a fair bit into an excel sheet already).


Addition:

My folder structures are as follows:
Either [selected folder] - [Name of Series]
or [selected folder] - [First Letter] - [Name of Series]

so [Animes] - [S] - [Samurai Champloo] for example.

I'm very thankful for any kind of help that gets me to better understand the string above.

Multi-Episode naming not working right

I'm following the wiki guidelines on supported naming format like this: \\192.168.1.3\tv\Daniel Tiger's Neighborhood\Season 01\ Daniel Tiger's Neighborhood - s01e01-02 - Daniel's Birthday + Daniel's Picnic [SDTV].mkv Daniel Tiger's Neighborhood - s01e...

Duplicated Recordings

Recently I have been getting duplicated recordings. If i setup a TV episode to record, it seems to duplicate itself twice and miss the last part of the recording. I have selected my 'lead' and 'follow up' time to 5 minutes. Whats the best option to ...