Movies - enhanced details + cover retrieval + auto matching (1 Viewer)

gamejester

Retired Team Member
  • Premium Supporter
  • May 13, 2007
    418
    37
    Home Country
    United Kingdom United Kingdom
    Hi there,

    I just installed version 6 on a fresh install of RC2 with latest SVN. I have a bug when I try to manually add a new movie. When I goto the last movie in the list - "New..." - then change the title to the movie I am looking for and press Lookup.. i get the following error.

    System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'index'.
    Parameter name: index
    at System.Windows.Forms.ListView.ListViewItemCollection.get_Item(Int32 index)
    at MediaPortal.Configuration.Sections.MovieDatabase.get_CurrentMovie()
    at MediaPortal.Configuration.Sections.MovieDatabase.buttonLookupMovie_Click(Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
    at System.Windows.Forms.Button.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    This does not happen when the plugin is not installed.

    Any ideas?

    Thanks
    Simon

    Thanks for the update.
    There where some pretty major changes in this v6 and I suspect I am not trapping all possible inputs. I think I know how to repo what you are doing so will sort it out.
     

    gamejester

    Retired Team Member
  • Premium Supporter
  • May 13, 2007
    418
    37
    Home Country
    United Kingdom United Kingdom
    Fixed.
    V7 released.

    There where some pretty far reaching changes in v6 around filename manipulation and extraction of the most likely title, that is where the bug was introduced. Please test with as many different file name combinations in all areas of the config app and MP. :D
     

    roopert

    Portal Pro
    June 3, 2008
    80
    4
    Home Country
    Belgium Belgium
    I found 2 other bugs:

    1) When i scan a movie with moviemeter, there is a lot of extra code after votes. The score of the movie is not displayed in the stars (moviemeter uses a 5 star system)

    2) Scanning the same movie but now selecting moviexml, the number of votes from moviemeter are still there (because there are no votes on moviexml I suppose..?)
     

    Attachments

    • moviemeter_votes_problem.jpg
      moviemeter_votes_problem.jpg
      221.5 KB
    • moviexml_votes_problem.jpg
      moviexml_votes_problem.jpg
      228 KB

    Sutekh

    Portal Pro
    April 16, 2008
    68
    8
    Home Country
    Fixed.
    V7 released.

    There where some pretty far reaching changes in v6 around filename manipulation and extraction of the most likely title, that is where the bug was introduced. Please test with as many different file name combinations in all areas of the config app and MP. :D

    Confirmed fixed! Thanks!

    I have a feature request if I may. I have 500+ movies perfectly organised and all with covers (most of this was manual work, before we had CSscript and the new movies search). When I add new movies I want to check that the right movie was added and that the cover was found. The problem is with so many movies it is hard to locate the new additions, especially if the scan screws up and finds the wrong name.

    Is it possible to introduce some sort of date filter? "Show last 24 hours", or even just order the movie drop down by date created descending?

    Cheers
    Simon

    Ooh, another bug related to the fix in v7.

    If I manually add a movie via New... and have my cover search as LocalFile first, after if has done the IMDB lookup the program crashes. I guess because it is looking for an image against a file you havent selected yet.

    Could LocalFile/LocalFolder searches be excluded from manual look ups?

    Cheers,
    Simon
     

    gamejester

    Retired Team Member
  • Premium Supporter
  • May 13, 2007
    418
    37
    Home Country
    United Kingdom United Kingdom
    Thanks for the testing, keep it up.
    Have added all your requests to the first page, look out for updates.
     

    Spaldo

    MP Donator
  • Premium Supporter
  • May 7, 2008
    495
    12
    FlashFXP Development Team
    Home Country
    Is it possible to introduce some sort of date filter? "Show last 24 hours", or even just order the movie drop down by date created descending?

    Sutekh/Simon,

    I currently display my movies by order of date (in reverse/decending) so only the new stuff is displayed at the top.

    I am not sure what skin you are using, but it shouldn't make any difference. It is currently possible in the MP GUI, unless you are referring to the config program?
     

    Sutekh

    Portal Pro
    April 16, 2008
    68
    8
    Home Country
    I currently display my movies by order of date (in reverse/decending) so only the new stuff is displayed at the top.

    I am not sure what skin you are using, but it shouldn't make any difference. It is currently possible in the MP GUI, unless you are referring to the config program?

    Hi Spaldo,

    Yes I was referring to the config program. I had the issue again yesterday where I added 6 new movies and 2 of them added with their foreign language name. I had to try and find it in the drop down. If we had the ability to sort that drop down by date added (descending), or some set of filter checkboxes (show last 20 added items, show items added last 24 hours, 7 days etc) that would be fantastic.

    Simon
     

    Spaldo

    MP Donator
  • Premium Supporter
  • May 7, 2008
    495
    12
    FlashFXP Development Team
    Home Country
    Hi Spaldo,

    Yes I was referring to the config program. I had the issue again yesterday where I added 6 new movies and 2 of them added with their foreign language name. I had to try and find it in the drop down. If we had the ability to sort that drop down by date added (descending), or some set of filter checkboxes (show last 20 added items, show items added last 24 hours, 7 days etc) that would be fantastic.

    Simon

    Ah ok, no worries.... That is a good idea but, and I can see how it would be very useful :)
     

    Spaldo

    MP Donator
  • Premium Supporter
  • May 7, 2008
    495
    12
    FlashFXP Development Team
    Home Country
    gamejester,

    I am not sure if it is related to using your build or not, but recently I have noticed that the Episode Images are no longer showing up in my MP-TV Series plug in... Similar to this thread:

    https://forum.team-mediaportal.com/...banners-show-episode-thumbnails-doesnt-43736/

    Any chance you could have a look and see if it is related to your buid? Thanks.
     

    gamejester

    Retired Team Member
  • Premium Supporter
  • May 13, 2007
    418
    37
    Home Country
    United Kingdom United Kingdom
    gamejester,

    I am not sure if it is related to using your build or not, but recently I have noticed that the Episode Images are no longer showing up in my MP-TV Series plug in... Similar to this thread:

    https://forum.team-mediaportal.com/...banners-show-episode-thumbnails-doesnt-43736/

    Any chance you could have a look and see if it is related to your buid? Thanks.

    Run the un-install batch file to take you back to the original rc2 version and test. If you have installed multiple versions of this patch without rolling back to the original each time this won't be possible as you will have lost your backup files.
     

    Users who are viewing this thread

    Top Bottom