Disabled Button Label Color Override

I am currently trying to set up an auto width button that is disabled so it cannot take focus. The problem I am having is in overriding part of the label color. Once the button is disabled, it only seems to use the <disabledcolor> tag, ignoring...

Audio

Hi I hope someone can help me with this one I have a Samsung HW-K950 Atmos soundbar and i have been trying for weeks now to resolve the problem that i dont get any atmos when playing any sources from kodi. i tried every setting done updates on my sh...

Kodi 17 Backup Add-on Not Restoring

I'm a newbie to Kodi 17, so I'll provide as much data as possible so folks from this forum can help me. I've installed and fully configured Kodi 17 on one of my HTPCs running Windows 10, which I installed from the Windows Store. I installed the Kodi ...

Intel NUC boots before network is ready

Hi. Im using a Intel NUC with SSD. I have just installed Ubuntu 16, and installed kodi. I have a problem that Kodi boots faster than the network is ready, or at least i think that is the problem. I can add network sources after kodi has started, but ...

help with regex

I have a problem with the anime regex i'm using from here anime (wiki)

i'm trying to scrape an anime called overlord with filenames like:

Overlord - 01 (BD 1280x720 x264 AAC).mkv

but it seems like the 1280x720 is being seen as an season/episode number and preventing it from working properly.

Quote:10:05:38.320 T:4044 DEBUG: VideoInfoScanner: Found episode match H:\Anime\Overlord\Overlord - 01 (BD 1280x720 x264 AAC).mkv (s1280e720) [[\\/\._ \[\(-]([0-9]+)x([0-9]+(?Sad?:[a-i]|\.[1-9])(?![0-9]))?)([^\\/]*)$]

10:05:38.446 T:4044 DEBUG: VIDEO::CVideoInfoScanner::OnProcessSeriesFolder - no match for show: 'Overlord', season: 1280, episode: 720.0, airdate: '01/01/1601', title: ''

what can i edit in the regex to make it ignore the resolution?