Modify the DB of Moving Picture (1 Viewer)

chrguy

Portal Member
October 11, 2007
9
0
Sud Ouest
Home Country
France France
Hi all,

I would like to know how to modify the data base (db3) of moving picture. I would like to change in one operation the path of my movies. I have to move all my movies in an other disk (local to sever) and need to modify the path in the DB.
I have made some change with SQLITE, it's OK, but for all the data it's hard.

Did you have an idea?

Thanks.
 

El-Loco

Portal Member
February 12, 2008
31
2
Oldenburg
Home Country
Germany Germany
Now i got the same prob and want to move all movies from different hd's to a big one.
Any help ?
Thanks in advance !
 

cilla

MP Donator
  • Premium Supporter
  • April 29, 2008
    143
    8
    Lüdinghausen
    Home Country
    Germany Germany
    You can open the db with SQLiteBrowser.

    There you can also execute an SQL Command.

    So you can use an "UPDATE"-command.

    Edit:
    sry, it may not work quite so. you have to replace only one part of the field (that works not with an update-command, but there is a csv-table export / import function in sqlite browser.

    So you can export the table as csv an can edit it with for exaple notepad++ and then you can import this modified file and save the db.

    lg cilla


    PS: another alternative is to mount the partition in an ntfs-folder (computer manager -> disk management)
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,743
    1,754
    New Zealand
    Home Country
    New Zealand New Zealand

    Users who are viewing this thread

    Top Bottom