[Action Required] Streaming issue info (1 Viewer)

Heina

MP Donator
  • Premium Supporter
  • February 4, 2008
    166
    20
    47
    Windhoek, Namibia
    Home Country
    South Africa South Africa
    It is strange, cuz I tested it and it didn't try to imort again after updating both tables. You ran both both statements from the original db, before the move?
     

    scythe000

    Portal Pro
    July 6, 2008
    379
    15
    Here's what i did:
    1. Close MePo.
    2. Copy db to local desktop.
    3. Rename db to .old on server.
    4. Open local db with SQlite browser.
    5. Run sql statements.
    6. Copy db back to server.
    7. Open MePo config>plugins>MovingPictures>Config to see if it starts trying to import. It does.
     

    scythe000

    Portal Pro
    July 6, 2008
    379
    15
    Here you go!

    Hmm, browsing deeper, I see the backdrop/thumb path is still z:\, I wonder if that needs changing. Also, do I need to change the volume serial do you think?
     

    Attachments

    • movingpictures.zip
      715.7 KB

    Heina

    MP Donator
  • Premium Supporter
  • February 4, 2008
    166
    20
    47
    Windhoek, Namibia
    Home Country
    South Africa South Africa
    Try:

    update import_path set path=replace(path, 'Z:\Movies', '\\vault\e\movies'); update local_media set fullpath=replace(fullpath, 'Z:\Movies', '\\vault\e\movies') ; update local_media set media_label=null,volume_serial=null

    It looks like Moving Pictures sees the volume labed & disk id as different so it imports again. When I tested on my PC, I only changed the folder, but kept in on the same HDD, so the volume label & disk id stayed the same.
     
    Last edited:

    scythe000

    Portal Pro
    July 6, 2008
    379
    15
    That wiped the IDs successfully, but it still imports. I think we need to get a copy of the new label to swap it with. I'll try putting only one movie in there, letting it grab it and write to the db, then get it imported.
     

    Heina

    MP Donator
  • Premium Supporter
  • February 4, 2008
    166
    20
    47
    Windhoek, Namibia
    Home Country
    South Africa South Africa
    Im sorry, i dont know what else to try, by clearing the ids and updating the paths in the db, my setup allows me to move the movies from a local path to a unc share without importing again.
     

    umdanwait

    Portal Member
    July 30, 2008
    6
    4
    Home Country
    Canada Canada
    Im sorry, i dont know what else to try, by clearing the ids and updating the paths in the db, my setup allows me to move the movies from a local path to a unc share without importing again.

    I have found the solution within the official FAQ last week. In Movie Importer tab, select your path from media sources list and dropdown the options on the minus button. Then click "Toggle Replaced". After than, add your new path and close MovingPicture configuration. At the next opening all files will target de the source path and the old source will disapear from the list.... if not disaperaing, unignore your files marked as ignored.

    Be sure you got a full backup of your database before ;) Good luck !
     
    Last edited:

    scythe000

    Portal Pro
    July 6, 2008
    379
    15
    Im sorry, i dont know what else to try, by clearing the ids and updating the paths in the db, my setup allows me to move the movies from a local path to a unc share without importing again.

    I have found the solution within the official FAQ last week. In Movie Importer tab, select your path from media sources list and dropdown the options on the minus button. Then click "Toggle Replaced". After than, add your new path and close MovingPicture configuration. At the next opening all files will target de the source path and the old source will disapear from the list.... if not disaperaing, unignore your files marked as ignored.

    Be sure you got a full backup of your database before ;) Good luck !

    Thanks! That worked great. Here's the sql code i ran on tversiesdatabase4.db3:
    Code:
    UPDATE ImportPathes SET Path = REPLACE(Path, 'Z:\TV Series', '\\vault\e\TV Series');
    UPDATE local_episodes SET EpisodeFilename = REPLACE(EpisodeFilename, 'Z:\TV Series', '\\vault\e\TV Series');
    After doing this, I can confirm it all works!
     

    Users who are viewing this thread

    Similar threads

    • Sticky
    @ltfearme @m3rcury @Edalex
    @ltfearme @m3rcury @Edalex
    Due to the release of the x64 version, and the need to recompile plugins, we have created a separate repository (for plugins that...
    Replies
    1
    Views
    1K
    We have just released MediaPortal 1.35 - Horizon x86 and x64 version. Highlights of this release Bugfixes: [MP1-5221] - Core: Fix FrameGrabbing for EVR [MP1-5222] - TV Server: Fix ISO-8859-10/14 DVB text encodings [MP1-5224] - Fix Card "CancelTune" request Since Pre-Release : New: Since Pre-Release : Improvement / Rework...
    We have just released MediaPortal 1.35 - Horizon x86 and x64 version. Highlights of this release Bugfixes: [MP1-5221] - Core...
    We have just released MediaPortal 1.35 - Horizon x86 and x64 version. Highlights of this release Bugfixes: [MP1-5221] - Core...
    Replies
    0
    Views
    2K
    MP1 MP2 MP2 - V2.5 Thumbnail issue DE
    There seems to be an issue how MP2 is displaying TV recordings depending on whether the media source is on a local hard drive or a network storage. When I move the location of the TV recordings to a NAS, thumbnails will be displayed properly, otherwise they will not appear. Even more strange, when adding the local harddrive manually...
    There seems to be an issue how MP2 is displaying TV recordings depending on whether the media source is on a local hard drive or a...
    There seems to be an issue how MP2 is displaying TV recordings depending on whether the media source is on a local hard drive or a...
    Replies
    0
    Views
    175
    The issue must be in the TBS 5520 driver. There is an insane 1 hour long response delay of BDA call (IKsPropertySet) to set TonesState properties. The same problem is in SignalCheck (dvb: LockInOnSignal ok). This is done by BDA call IBDA_SignalStatistics.get_SignalLocked. The server is unable to terminate due to ongoing BDA signal...
    The issue must be in the TBS 5520 driver. There is an insane 1 hour long response delay of BDA call (IKsPropertySet) to set...
    I have a dedicated TV Server x64 v1.36 running on Windows 11, with a Hauppauge WinTV-dualHD tuner for DVB-T channels (Freeview) and...
    Replies
    5
    Views
    113
    • Sticky
    All good now!!
    All good now!!
    We have just released MediaPortal 1.36 - Polar Express x86 and x64 version. Highlights of this release Bugfixes: [MP1-5229] -...
    Replies
    2
    Views
    956
    Top Bottom