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.
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?
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')
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...
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...
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...
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...