- July 25, 2010
- 4,024
- 1,420
- Home Country
- Germany
Hi folks,
I'm currently developing a new plugin =) it was pretty nasty that I had to reconnect my network drives manually every time if my main PC wasn't started before the media PC
This little Plugin checks at the start of MP if all drives are connected if not it will try to reconnect.
If there is any drive not connected it will try every 5 minutes to reconnect. After all drives are reconnected it stops trying
In the attachment is the Plugin + source, there is space for improvements (maybe you have some), but it works
Installation:
1. Copy the xml file (NetworkDriveReconnector.xml) from the Skin folder in the archive to your Skin, e.g. MP_USER_FOLDER/Skin/PureVisionHD/ (this file is for PurvisionHD, but should work with ervery skin)
2. Copy the dll file (NetworkDriveReconnector.dll) from the bin/debug or bin/release folder into your window plugin folder from Mediaportal
that's all =)
Notice:
The dll in the archive is in Debug-mode You will find the log file in the MP log folder.
Update
[05.10.2010]
- Updated NetworkDriveReconnector bin 0.2.rar (Skinfile was missing)
Update v 0.2
[24.09.2010]
- removed the force option by mapping the network drive
- saveCreds = true (saves the user data for the networkDrive for the auto-mapping from windows
Download:
At the bottom of the post
Hopefully it will help some more people
I'm currently developing a new plugin =) it was pretty nasty that I had to reconnect my network drives manually every time if my main PC wasn't started before the media PC
This little Plugin checks at the start of MP if all drives are connected if not it will try to reconnect.
If there is any drive not connected it will try every 5 minutes to reconnect. After all drives are reconnected it stops trying
In the attachment is the Plugin + source, there is space for improvements (maybe you have some), but it works
Installation:
1. Copy the xml file (NetworkDriveReconnector.xml) from the Skin folder in the archive to your Skin, e.g. MP_USER_FOLDER/Skin/PureVisionHD/ (this file is for PurvisionHD, but should work with ervery skin)
2. Copy the dll file (NetworkDriveReconnector.dll) from the bin/debug or bin/release folder into your window plugin folder from Mediaportal
that's all =)
Notice:
The dll in the archive is in Debug-mode You will find the log file in the MP log folder.
Update
[05.10.2010]
- Updated NetworkDriveReconnector bin 0.2.rar (Skinfile was missing)
Update v 0.2
[24.09.2010]
- removed the force option by mapping the network drive
- saveCreds = true (saves the user data for the networkDrive for the auto-mapping from windows
Download:
At the bottom of the post
Hopefully it will help some more people