| |||||||
| General Support Post problems you have when using MediaPortal, or pre installation questions in here. |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Jan 2006
Posts: 35
Thanks: 3
Thanked 16 Times in 4 Posts
| Why use Mapped network drives over a UNC path ( \\<servername>\<sharename>\<directory> )? It decreases access time. Especially if you set your Fileserver never to disconnect the client. ( net config server /autodisconnect:-1 more info: http://support.microsoft.com/kb/297684 ) However Windows is crap even if you set your networkdrives to reconnect after reboot they will very likely not work in mediaportal after a reboot. A solution for this is to use the following code and put it in a .bat (batch) file and place the batch file in your startup folder (start/all programs/startup). You can add as many networkdrives as you want. Code: @echo off net use Z: /d 2>NUL 1>Nul C:\wait.exe 6 net use Z: "\\Fileserver\Mp3 Collection" /persistent:yes 1>NUL end wait.exe can be easily found on the net (use google). It's to slow down the mounting of the drives by a few seconds. So that windows has enough time to load the network stuff. I hope this is helpful to some. Last edited by infy; 2007-10-24 at 18:28. |
| | |
| | #2 (permalink) |
| Portal Member Join Date: Apr 2006
Posts: 70
Thanks: 3
Thanked 0 Times in 0 Posts
| UNC Paths used to work but since I changed to 2.3 RC3 it's really slow to build a list containing UNC paths. The mapped drives is fine as long as all networked PC's are on when your MP PC starts up.
__________________ Greg Steele |
| | |
![]() |
| Bookmarks |
| Tags |
| drives, mapped, network, tip |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Streaming AVI based video from Network drives or shares | gato38 | General Support | 2 | 2006-08-25 05:04 |
| Using MediaPortal to read from network drives, play w VLC | Rosewood | General Support | 5 | 2006-06-20 15:32 |
| Loosing access to mapped network drive in mp | Peder | General Support | 9 | 2006-04-13 22:36 |
| Content from Shared Network Drives doesn't appear | smnnekho | The old Bugreport Forum | 0 | 2006-03-26 12:10 |
| wanna write a plugin that reconnects network drives | mikey79 | Plugins | 8 | 2005-10-06 17:54 |