Drive Failure, Can Moving Pictures tell what was there? (1 Viewer)

jlr2000

Portal Member
October 20, 2007
20
0
Sorry if this has been answered before....I had one of my external drives fail. I was wondering if there is a way I can get a report out of Moving Pictures of what movies were on that drive (from the database)? Thanks in advance for any input...
 

fforde

Community Plugin Dev
June 7, 2007
2,667
1,702
43
Texas
Home Country
United States of America United States of America
The MovingPicturesXML project will output your collection details to an XML file, although it is a bit of a round about method for what you are trying to do. You could also try a program like Sqliteman which lets you directly access the Moving Pictures database, although this requires technical knowledge of SQL.

Moving Pictures itself however currently has no method to export movie details.
 

tourettes

Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Sorry if this has been answered before....I had one of my external drives fail. I was wondering if there is a way I can get a report out of Moving Pictures of what movies were on that drive (from the database)? Thanks in advance for any input...

    Isn't the DVD cases on the shelf able to tell what movies you had bought? :D
     

    jlr2000

    Portal Member
    October 20, 2007
    20
    0
    Sorry if this has been answered before....I had one of my external drives fail. I was wondering if there is a way I can get a report out of Moving Pictures of what movies were on that drive (from the database)? Thanks in advance for any input...

    Isn't the DVD cases on the shelf able to tell what movies you had bought? :D

    Yes, they are, but unfortunately I don't have them organized by which drive they were put on. I have multiple drives and the movies were placed in no particular order (separated by "Family" or "Adult"). "Adult" are movies like "Kill Bill" and others the kiddies shouldn't have access to.....not pRon...

    So I have no idea what "family" or "adult" movies are on the failed drive. I can go one by one through MP to see "not available" but I was hoping there was a better way. Luckily fforde provided some alternatives....

    Thanks.
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    jlr2000, you can also go straight to the database source. Open movingpictures.db3 (it's in the database folder of your MediaPortal data folder) in a program such as 'SQLite Database Browser' (I believe it is even included with the main MediaPortal install, can't remember now, but otherwise download it directly from: SQLite Database Browser).

    Then you click on the "Browse Data" tab, adjust the table to 'local_media' and the 3rd column named 'fullpath' will give you a very easy look as to what movies you had that were on the failing drive.

    Now it shows all locations, so you want to filter it down to just the failing one, so click the magnifying glass icon, adjust the first drop down box to 'fullpath', change the '=' one to 'contains' and enter the part that uniquely identifies that failing drive, such as 'E:\'.

    And the result will be a nicely filtered list with all the movies you want to rerip.
     

    jlr2000

    Portal Member
    October 20, 2007
    20
    0
    jlr2000, you can also go straight to the database source. Open movingpictures.db3 (it's in the database folder of your MediaPortal data folder) in a program such as 'SQLite Database Browser' (I believe it is even included with the main MediaPortal install, can't remember now, but otherwise download it directly from: SQLite Database Browser).

    Then you click on the "Browse Data" tab, adjust the table to 'local_media' and the 3rd column named 'fullpath' will give you a very easy look as to what movies you had that were on the failing drive.

    Now it shows all locations, so you want to filter it down to just the failing one, so click the magnifying glass icon, adjust the first drop down box to 'fullpath', change the '=' one to 'contains' and enter the part that uniquely identifies that failing drive, such as 'E:\'.

    And the result will be a nicely filtered list with all the movies you want to rerip.


    Wow RoChess, thanks so much for the detailed How-To! I was a little apprehensive to try SQLite as fforde had recommended, but now that I have the details of how to do what I need I'll definitely go that route.

    Thanks again to fforde and RoChess for your help and direction!!

    :D
     

    Users who are viewing this thread

    Top Bottom