Moving Pictures 1.0.8 Stable Available (3 Viewers)

Status
Not open for further replies.

erikture

MP Donator
  • Premium Supporter
  • March 26, 2008
    87
    5
    Home Country
    Sweden Sweden
    Re: Moving Pictures 1.0 Beta 2 Available

    Hello!

    I am running MovingPictures beta 2 on Mediaportal 1.1 latest svn. I run on windows 7 x64.
    I have a large movie collection, something like 1500 movies.
    The matching of the movies goes very well. However when MovingPicture collects movieinformation it stops after some 500 movies.
    I close the configuration console and when trying to enter the MovingPictures plugin console again I receive the following stacktrace:

    10-Jan-2010 10:05:51 Fatal [ DatabaseManager]: Could Not Open Database: \\HTPC\Public\MediaPortal\Database\movingpictures.db3 SQLite.NET.SQLiteException:
    SQLiteClient: movingpictures.db3 cmd:sqlite3_prepare16:pvm=null err:FULL detailed:database or disk is full query:pRAGMA synchronous=OFF
    at SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err)
    at SQLite.NET.SQLiteClient.Execute(String query)
    at Cornerstone.Database.DatabaseManager.initDB()

    Are there some limitiations in the number of movies or what?

    /Erik
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Re: Moving Pictures 1.0 Beta 2 Available

    The matching of the movies goes very well. However when MovingPicture collects movieinformation it stops after some 500 movies.

    10-Jan-2010 10:05:51 Fatal [ DatabaseManager]: Could Not Open Database: \\HTPC\Public\MediaPortal\Database\movingpictures.db3 SQLite.NET.SQLiteException:
    SQLiteClient: movingpictures.db3 cmd:sqlite3_prepare16:pvm=null err:FULL detailed:database or disk is full query:pRAGMA synchronous=OFF
    at SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err)
    at SQLite.NET.SQLiteClient.Execute(String query)
    at Cornerstone.Database.DatabaseManager.initDB()

    Are there some limitiations in the number of movies or what?

    No limits that you will run into.

    However you are using a UNC path to store the database, and most likely the problem is related to that. Network problems, SQL locks placed by another system, wrong filesystem that can not deal with a large file, etc, etc.

    So adjust your settings to use the local harddisk directly and try again.
     

    pato_mld

    Portal Member
    November 30, 2007
    25
    0
    Home Country
    Re: Moving Pictures 1.0 Beta 2 Available

    Without intending to upset anyone, I was just wondering how long till the beta goes stable? All the 1.0.0 issues seem to be resolved and all fixes seem to be directed to 1.0.2. Things appear to have been quite steady for a while now.
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Re: Moving Pictures 1.0 Beta 2 Available

    Without intending to upset anyone, I was just wondering how long till the beta goes stable? All the 1.0.0 issues seem to be resolved and all fixes seem to be directed to 1.0.2. Things appear to have been quite steady for a while now.

    If you follow the Google SVN, you can see that the developers need a lot of extra testing for all the 'new' code they added. For example the new code to fix the corrupted images needs to be tested as much as possible. There are also a few important bugs left that they want to fix before releasing the stable v1.0. If I remember correctly we will first see a beta3 (equals 1.0.3) to allow more users to test the new code (as not everybody is able to compile the latest version from SVN), or maybe see an RC1.

    So visit: Issues - moving-pictures - Project Hosting on Google Code and look at all the 1.0.2 (current beta2) and 1.0.3 related issues that are still open, to see if you can help.
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    Re: Moving Pictures 1.0 Beta 2 Available

    references.xml should have as many generic settings for all the different controls as possible. But this is totally up to the skinner. If the settings in references.xml doesn't match the needed ones, then you can always owerwrite them locally.
     

    jasonwc

    Portal Pro
    July 4, 2009
    83
    4
    Home Country
    United States of America United States of America
    Re: Moving Pictures 1.0 Beta 2 Available

    I've noticed that Moving Pictures 1.0.1 uses movie ratings from themoviedb.org by default. I want to use IMDB scores, however, when I disable themoviedb.org source, I get no scores at all. Is there any way to force the use of IMDB scores?

    I've been so busy with adding score/rating via other scrapers, that I never noticed the existing IMDb scraper failed to obtain the right info. So I fixed the problem and attached a new IMDb scraper to the Google SVN. But since not everybody might read this thread for that issue, I'll post it on the main index.

    Thanks for the new scraper! I just tested it, and it works great. Now I have proper scores for all my movies.
     

    nicx

    Portal Pro
    February 1, 2006
    387
    12
    Stuttgart
    Home Country
    Germany Germany
    Re: Moving Pictures 1.0 Beta 2 Available

    hi,

    just tested the new version: its really great. i love the filtering :)

    but i have one wish: i want to disable the backdrops / fanart in the filter menu when i start movingpictures, is this possible? in the movingpictures.xml i cannot find a backdrop option for this view.

    nicx...
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,767
    7,241
    Sydney
    Home Country
    Australia Australia
    Re: Moving Pictures 1.0 Beta 2 Available

    but i have one wish: i want to disable the backdrops / fanart in the filter menu when i start movingpictures, is this possible? in the movingpictures.xml i cannot find a backdrop option for this view.

    Hi nicx, you can configure (including disable) the backdrop from Configuration->GUI Settings->Define Movie Categories->Display Settings.
     

    nicx

    Portal Pro
    February 1, 2006
    387
    12
    Stuttgart
    Home Country
    Germany Germany
    Re: Moving Pictures 1.0 Beta 2 Available

    but i have one wish: i want to disable the backdrops / fanart in the filter menu when i start movingpictures, is this possible? in the movingpictures.xml i cannot find a backdrop option for this view.

    Hi nicx, you can configure (including disable) the backdrop from Configuration->GUI Settings->Define Movie Categories->Display Settings.

    unfortunately there is no option to disable the backdrops completly for all items... hey please put this on the wishlist for the plugin ;)

    for now i just used the option "this file" for each menu item without configuring a file :)

    thanks! nicx...
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Re: Moving Pictures 1.0 Beta 2 Available

    unfortunately there is no option to disable the backdrops completly for all items... hey please put this on the wishlist for the plugin ;)

    for now i just used the option "this file" for each menu item without configuring a file :)

    thanks! nicx...

    So just to be sure, adjusting the following options:

    <define>#largeicons.backdrop.used:true</define>
    <define>#smallicons.backdrop.used:true</define>
    <define>#list.backdrop.used:true</define>
    <define>#categories.backdrop.used:true</define>
    <define>#details.backdrop.used:true</define>​

    to :false doesn't work?

    You can always use a different skin that is not focused around fanarts, such as Maya skin.

    If you mean something else, then I'll let ltfearme answer, because he knows much more :D
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom