I have videos on a NAS drive. MP seems unable to detect that it is connected sometimes - possibly due to the drive being in low power mode. It appears that MP times out too quickly when trying to access the external drive.
This did not happen in RC1 and may be related to the issue you have here.
That is a windows issue to some extent, I'm assuming you are also using a wireless connection as, for wireless, the network cannot be brought up before the user has logged in which causes drives to appear as disconnected and Mp not to recognise them.
Use this cmd file to get around the issue replacing <nas address> and <Gateway address> to your ip addresses just place in startup and set MP not to automatically start
@echo off
:waitloop
echo Waiting for wireless....
Ping 127.0.0.1 -n 2 > nul
ipconfig | find /i "<Gateway address>" >nul
if errorlevel 1 goto waitloop
:waitloop2
echo Waiting for nas....
ping <nas address> | find /i "TTL" >nul
if errorlevel 1 goto waitloop2
:connected
net use z: \\<nas address>\hdd_1_1_1 /persistent:no
net use y: \\<nas address>\hdd2 /persistent:no
echo starting....
"C:\Program Files\Team MediaPortal\MediaPortal\MediaPortal.exe"
I bought Fight Club from an op shop (Goodwill to you yanks) but my PC reads the DVD as a folder. Both media players wouldn't run it, so I tried running it in MP2. However, when I play it, MP2 crashes to desktop (I think the debug log said it was a "fatal exception" or something). Can anyone please help?
I bought Fight Club from an op shop (Goodwill to you yanks) but my PC reads the DVD as a folder. Both media players wouldn't run...
I bought Fight Club from an op shop (Goodwill to you yanks) but my PC reads the DVD as a folder. Both media players wouldn't run...
Before you create this bug report:
Make sure that your system (Windows, codecs and drivers) is up to date, matching the Requirements and you've filled in your System Specs.
Have a look at our MediaPortal Wiki! Maybe the solution is already there.
Have a look at our Jira (Bug and Issue Tracker)and the threads in this section, maybe...
Before you create this bug report:
Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
Before you create this bug report:
Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
Before you create this bug report:
Make sure that your system (Windows, codecs and drivers) is up to date, matching the Requirements and you've filled in your System Specs.
Have a look at our MediaPortal Wiki! Maybe the solution is already there.
Have a look at our Jira (Bug and Issue Tracker)and the threads in this section, maybe...
Before you create this bug report:
Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
Before you create this bug report:
Make sure that your system (Windows, codecs and drivers) is up to date, matching the...