[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
    770
    I realize this is a (very) old thread, however, I just discovered something that may have been the problem all along, and thought you might like to know. I had a Yamaha RX-A1050 HTR receiver. About three weeks ago, I started having problems where the HDMI audio from Windows, itself (11 Pro), would not work. After multiple times of...
    I realize this is a (very) old thread, however, I just discovered something that may have been the problem all along, and thought...
    My apologies for posting two separate issues in one posting, however, the logs I have cover both. 1. Resume playback of...
    Replies
    14
    Views
    2K
    Thanks for the response. No change. No MP2 in APPs (the Win 11 version of Programs) There was an empty MP2-Server folder under Team Media Portal in PF X86. The net 4 version, as I indicated, is the one I installed. Or tried to. For completeness, I deleted the (empty) folder & the Team Media Portal folder (otherwise empty), and...
    Thanks for the response. No change. No MP2 in APPs (the Win 11 version of Programs) There was an empty MP2-Server folder under...
    1. Download MediaPortal for free! - MEDIAPORTAL Click "media portal 2", goes to this github link, which is a 404. 2. Downloaded the...
    Replies
    2
    Views
    800
    • Sticky
    Pre Releases are provided as a way for the community to test and give feedback on all the exciting things we have lined up for the next release. We allocate about one month for Pre Release testing. In that time we will only fix bugs, after which comes the final release! Highlights of this release Bugfixes: [MP1-5221] - Core: Fix...
    Pre Releases are provided as a way for the community to test and give feedback on all the exciting things we have lined up for the...
    Pre Releases are provided as a way for the community to test and give feedback on all the exciting things we have lined up for the...
    Replies
    0
    Views
    494
    I solved it myself, by modifying the host IP-address in the server table of the database, MariaDB [(none)]> use mptvdb; Database changed MariaDB [mptvdb]> SELECT * FROM Server; +----------+----------+--------------+----------+ | idServer | isMaster | hostName | rtspPort | +----------+----------+--------------+----------+ |...
    I solved it myself, by modifying the host IP-address in the server table of the database, MariaDB [(none)]> use mptvdb; Database...
    Hello everyone, I'm going to need help from the community to resolve a TV server crash issue. I encountered a problem with my...
    Replies
    4
    Views
    598
    Top Bottom