Agents of S.H.I.E.L.D. not identified (2 Viewers)

HomeY

Test Group
  • Team MediaPortal
  • February 23, 2008
    6,418
    4,717
    51
    ::1
    Home Country
    Netherlands Netherlands
    because it replaces the dots in S.H.I.E.L.D with spaces :)
    do a manual search without those spaces on the first add, the rest will go fine (at least it added E02 without issues here)
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,767
    7,241
    Sydney
    Home Country
    Australia Australia
    You can also add an additional string replacement that runs before matching e.g. S.H.E.I.L.D ==> SHIELD.

    When run before matching is enabled, the dots wont be converted to spaces as they would of already been removed from the above string replacement.
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,958
    1,271
    Saratov
    Home Country
    Russian Federation Russian Federation
    I wish mptvseries be able to update regexes and string replacements on start :)
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    RegExp replace (runs before matching): ([A-Z])\.(?=[A-Z]) to: ${1}

    should do it, if Ignore Case is not turned 'on' for the expression parsing. Only tested it in Expresso, but I did make a start on new HTPC so will be able to test it in MP-TVSeries soon this week, unless somebody beats me to it.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,767
    7,241
    Sydney
    Home Country
    Australia Australia
    Thanks Rochess,

    If all works out well I can make that a default string replacement rule.
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    I tested it on "Marvel.Agents.of.S.H.I.E.L.D.in.the.H.O.U.S.E.720p.Group-Test.ext", Expresso 'replace' result was: "Marvel.Agents.of.SHIELD.in.the.HOUSE.720p.Group-Test.ext"

    My test box is screwed right now, wife is using old HTPC and new HTPC is 95% done, so I'll know for sure around Tuesday, but figured somebody will have beat me to the testing before then :)
     

    SpudR

    Retired Team Member
  • Premium Supporter
  • July 27, 2007
    2,657
    718
    Yorkshire, UK
    Home Country
    England England
    Well that got more complicated than I expected! o_O

    because it replaces the dots in S.H.I.E.L.D with spaces
    Does this mean that the plugin then searched for 'Marvel's Agents of SHIELD' instead of the acronym?
    It seems to be written as S H I E L D in the search box, though I didn't notice before.

    Searching for Marvel's Agents Of SHIELD works and identifies the correct series (y)

    On a slightly different note - once I had entered the name without the spaces, the plugin kept telling me that it couldn't continue as the series was in 'edit mode' though there seems to be no way to get out of 'edit mode' (I tried clicking on all the boxes and re-entering the details). Cancelling this started the import and it worked fine from there.

    Thanks for the help!:)
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,767
    7,241
    Sydney
    Home Country
    Australia Australia
    On a slightly different note - once I had entered the name without the spaces, the plugin kept telling me that it couldn't continue as the series was in 'edit mode' though there seems to be no way to get out of 'edit mode' (I tried clicking on all the boxes and re-entering the details). Cancelling this started the import and it worked fine from there.
    You probably put another series in edit mode. Click on a read-only cell like on in the 'Series' column, that's probably the easiest way to get it out of edit mode.
     

    Users who are viewing this thread

    Similar threads

    Sorted, it is a Rating flag that I have never seen before, silly me !! Cheers Tony
    Sorted, it is a Rating flag that I have never seen before, silly me !! Cheers Tony
    I have just done a clean install of v1.36. Current setup Media Portal 1.36 Titan skin (only classic home) TV Series 4.5.1.737...
    Replies
    1
    Views
    320
    Thankyou High_Five, that worked perfectly, I now remember doing that 10 years ago, thanks for jogging my old memory. Cheers Tony
    Thankyou High_Five, that worked perfectly, I now remember doing that 10 years ago, thanks for jogging my old memory. Cheers Tony
    Hi everyone, I have been using it For 16 years now (from V1.1.1) and it has worked flawlessly. I only use TV Series and Moving...
    Replies
    2
    Views
    373
    Install it again, x86 and x64 have different repositories and often have different versions of the accompanying files.
    Install it again, x86 and x64 have different repositories and often have different versions of the accompanying files.
    Curious. Shouldn't the Extensions Manager be able to list all the previously installed extensions and plugins in the Plugins...
    Replies
    1
    Views
    1K
    fixed the episode naming above ^. There was no error in the naming of the file itself. Every time I enter TV Series, it tries to re-scan the episodes. The series appears for just a few seconds and disappears again.
    fixed the episode naming above ^. There was no error in the naming of the file itself. Every time I enter TV Series, it tries to...
    I recorded all 6 episodes of "Walking With Dinosaurs (2025)" from PBS, edited the non essential stuff out and saved them as MKV. I...
    Replies
    1
    Views
    2K
    MP1 MP2 Skin-engine quirks DE
    wow this is a weird construction,that will heavily depend on execution order of those 2 parameters in the iff And as you found out, in your case the order is probably the other way around than you expected...
    wow this is a weird construction,that will heavily depend on execution order of those 2 parameters in the iff And as you found out...
    onfocus Recently I tried coding this: <onfocus>#(iif(eq(#skin.search.id,0),skin.setstring('#skin.search.id',10)))</onfocus>...
    Replies
    1
    Views
    244
    Top Bottom