[Action Required] Streaming issue info (1 Viewer)

scythe000

Portal Pro
July 6, 2008
379
15
Per @Oxan's request, here's the logs for this ticket https://github.com//MPExtended/issues/380#issuecomment-15315365.
 

Attachments

  • 3-26-13.zip
    57.5 KB

Oxan

Retired Team Member
  • Premium Supporter
  • August 29, 2009
    1,730
    1,124
    Home Country
    Netherlands Netherlands
    You're using mapped network drives (E:\ and Z:\) for your database location and file location. As I already told you; that's not supported yet. You should use UNC paths instead, both in the MPExtended configuration and the MPTVSeries/MovingPictures configuration.
     

    Oxan

    Retired Team Member
  • Premium Supporter
  • August 29, 2009
    1,730
    1,124
    Home Country
    Netherlands Netherlands
    In the MovingPictures configuration, add your directories with an UNC path instead of a mapped network drive.
     

    scythe000

    Portal Pro
    July 6, 2008
    379
    15
    So, doing that forces a full re-import of 500 movies. about 50 of which don't hit on the importer, and some import wrong. I can use SQLite browser to change every entry in my db from "Z:\Movies" to \\vault\e\movies. Anyone know the sql script for that?
     

    scythe000

    Portal Pro
    July 6, 2008
    379
    15
    @Heina, thanks! That command works, and I can verify it did the swap, but it still triggers an import when I open up MovingPictures config. Any ideas?
     

    Heina

    MP Donator
  • Premium Supporter
  • February 4, 2008
    166
    20
    49
    Windhoek, Namibia
    Home Country
    South Africa South Africa
    It seems like Moving Pictures deletes the related movies from a folder if you delete thet folder in the GUI. Updating the Import Path in th DB seems to work.

    update import_path set path=replace(path, 'Z:\Movies', '\\vault\e\movies')

    So that is 2 statements you have to run
     

    Users who are viewing this thread

    Similar threads

    Nevermind, I think. I found them in the forum. I had only checked the main webiste for MP2 plugins. https://www.team-mediaportal.com/extensions/mp2-plugins I hope these work: Featured Plugins
    Nevermind, I think. I found them in the forum. I had only checked the main webiste for MP2 plugins...
    I've been an MP1 user for a long time. I'm interested in switching to MP2. However, I rely heavily on the features provided by...
    Replies
    1
    Views
    3K
    maybe setting loglevel to debug might pinpoint the difference between normal and stuck? Preferable with as much disabled as possible also try to see if anything is happening during stuck for the mediaportal process(resource monitor, disk activity, cpu usage, anything) maybe other programs competing for resouces?
    maybe setting loglevel to debug might pinpoint the difference between normal and stuck? Preferable with as much disabled as...
    Since over a year my MP sometimes stucks while showing the welcome screen. It started once a week now it happens every second time...
    Replies
    4
    Views
    2K
    If you’re planning to submit a pull request, let’s go through the list of issues and their solutions. I or someone from the team will create a Jira ticket, and for each ticket, you’ll make the changes and submit a pull request. This will be transparent and straightforward.
    If you’re planning to submit a pull request, let’s go through the list of issues and their solutions. I or someone from the team...
    I'm very glad to see that mediaportal 1 is on github, where ordinary devs with github accounts can make contributions. Please can...
    Replies
    7
    Views
    1K
    MP1 MP2 MP Shutting down DE
    I got a similar error yesterday just when a watched episode ended... Didn't copy the logs unfortunately but now i'm in a weird situation. Trakt website shows that episode as watched, but in onlinevideos (where i watched that episode) it still is not flagged as watched. The watched.json doesn't contain that episode but i think it...
    I got a similar error yesterday just when a watched episode ended... Didn't copy the logs unfortunately but now i'm in a weird...
    I have an issue that started in 1.37 and so I updated to 1.38 and updated all my installed plugins but the issue has continued. My...
    Replies
    6
    Views
    658
    • Sticky
    yes that is indeed what I did in that ticket. It may already be working without updating those plugins because most of it was not relevant to the plugin itself (test, some leftover unused parts etc).
    yes that is indeed what I did in that ticket. It may already be working without updating those plugins because most of it was not...
    We have just released MediaPortal 1.38 - Tatiana & Leo x86 and x64 version. Highlights of this release Bugfixes: New...
    Replies
    37
    Views
    11K
    Top Bottom