[Action Required] Streaming issue info (2 Viewers)

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
    224
    Well, there is nothing wrong in the log. I have personaly tested the bitstreaming after DVD resume, and I can confirm that the LAV audiodecoder shows status 'bistreaming' on the output. What is your LAV status?
    Well, there is nothing wrong in the log. I have personaly tested the bitstreaming after DVD resume, and I can confirm that the LAV...
    My apologies for posting two separate issues in one posting, however, the logs I have cover both. 1. Resume playback of...
    Replies
    13
    Views
    1K
    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
    186
    Works also, removed the "section" entry from MediaPortal.xml ;) (y)
    Works also, removed the "section" entry from MediaPortal.xml ;) (y)
    This plugin is alternate version to the original World Weather plugin developed by @Micropolis. Is compatible with MediaPortal...
    Replies
    33
    Views
    4K
    When attempting to play live TV from a Client Only install of Media Portal back to my Media Portal Server I get an error of "There is no player registered to play media item stream X.Y". I've tried version 2.4.1 and 2.5. I've also tried setting a static IP on both the client and the server. In 2.5 I get this error in the logs...
    When attempting to play live TV from a Client Only install of Media Portal back to my Media Portal Server I get an error of "There...
    When attempting to play live TV from a Client Only install of Media Portal back to my Media Portal Server I get an error of "There...
    Replies
    0
    Views
    58
    Top Bottom