Parsing suddenly doesn't work for me anymore (1 Viewer)

erik070

MP Donator
  • Premium Supporter
  • February 6, 2006
    147
    2
    The Hague
    Home Country
    Netherlands Netherlands
    Started up MP (RC2 no SVN) yesterday, opened My TV series (version 2.0) and the message "no items" appeared.

    Closed MP en started configuration of My TV series. Database seems to be fine, but all the series are gray in stead of black. Which means that the files isn't found.
    Checked the import paths, those are still correct (didn't change drive letter or anything).

    Backed up the old database and removed the original one. I wanted to check if it still could find the files.
    Tried to create a new database, but at the parsing test I noticed that non of the episodes passed. 900 something files where found, but non passed.
    Checked the parsing expressions, and all of them where selected (which isn't oke). So I thought, oke thats the problem, just change it back and its oke.
    I only use the bottom 2 regexp settings, which always worked fine for me. Selected those two, tested again but still non passed. Back to settings and all of the parsing expressions are selected again.

    In the log of MY tv series it shows that it loads all of the expressions. So no wonder it fails. It does not seem to remember these settings.

    If tried reinstalling (removing it from \plugins\windows and \languages\ ), but the configuration settings seem to be saved somewhere else (where I think the problem lies). Is there a .xml to be deleted to fully uninstall MP TV series and thereby resetting the configuration?

    If have also reseted the parsing expressions, without success (didn't see anything change).

    Log attached
     

    erik070

    MP Donator
  • Premium Supporter
  • February 6, 2006
    147
    2
    The Hague
    Home Country
    Netherlands Netherlands
    The ones I normally use are:
    (?<series>[^\\\[]*) - \[(?<season>[0-9]{1,2})x(?<episode>[0-9\W]+)\](( |)(-( |)|))(?<title>(?![^\\]*?sample)[^$]*?)\.(?<ext>[^.]*)



    and

    (?<series>[^\\$]*) - season (?<season>[0-9]{1,2}) - (?<title>(?![^\\]*?sample)[^$]*?)\.(?<ext>[^.]*)

    I do not really understand these expressions jet, but these worked for me.
     

    Users who are viewing this thread

    Top Bottom