Using TI_MDB with the regex replaced with Regex(@"(?<imdbid>tt\d{7,8})") works.
C CSMR Portal Member March 26, 2011 32 2 Home Country United Kingdom July 5, 2020 Thread starter #21 Using TI_MDB with the regex replaced with Regex(@"(?<imdbid>tt\d{7,8})") works.
ajs Development Group Team MediaPortal February 29, 2008 16,069 11,153 Kyiv Home Country Ukraine July 5, 2020 Moderator #22 In 1.25 this regex used... Отправлено с моего Mi 9 Lite через Tapatalk
ajs Development Group Team MediaPortal February 29, 2008 16,069 11,153 Kyiv Home Country Ukraine July 5, 2020 Moderator #23 MediaPortal-1/mediaportal/MediaPortal.Base/scripts/MovieInfo/TI_MDB.csscript at master · MediaPortal/MediaPortal-1 Home Theater and Digital Video Recording solution for Windows. - MediaPortal/MediaPortal-1 github.com Отправлено с моего Mi 9 Lite через Tapatalk
MediaPortal-1/mediaportal/MediaPortal.Base/scripts/MovieInfo/TI_MDB.csscript at master · MediaPortal/MediaPortal-1 Home Theater and Digital Video Recording solution for Windows. - MediaPortal/MediaPortal-1 github.com Отправлено с моего Mi 9 Lite через Tapatalk
C CSMR Portal Member March 26, 2011 32 2 Home Country United Kingdom July 5, 2020 Thread starter #24 Master has: Code: Regex rximdbid = new Regex(@"(?:\s|\+|^)(?<imdbid>tt\d{7,8})\b"); I.e. removing the first bits in the regex makes it work for me. Last edited: July 5, 2020
Master has: Code: Regex rximdbid = new Regex(@"(?:\s|\+|^)(?<imdbid>tt\d{7,8})\b"); I.e. removing the first bits in the regex makes it work for me.
ajs Development Group Team MediaPortal February 29, 2008 16,069 11,153 Kyiv Home Country Ukraine July 5, 2020 Moderator #25 My link to the master... Отправлено с моего Mi 9 Lite через Tapatalk