home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
MovPicNFO
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="RoChess" data-source="post: 1182471" data-attributes="member: 18896"><p>I use mapped paths all the time, but I do verify the path is functional before I allow MediaPortal to launch.</p><p></p><p>Verify in a command line that the mapped path is available, when you use Explorer GUI it might be "created" in that moment, and when you have a password protected share that is being mapped this will cause issues for Moving-Pictures if that has not transpired before it is launched.</p><p></p><p>This is what I use myself when my HTPC is started:</p><p></p><p>[code]</p><p>:NoNetwork</p><p> IF NOT EXIST "X:\Dummy.txt" NET USE X: /DELETE</p><p> IF NOT EXIST "X:\Dummy.txt" NET USE X: "\\SERVER\UNC Path" /PERSISTENT:YES</p><p> IF NOT EXIST "X:\Dummy.txt" ping 1.1.1.1 -n 1 -w 5000</p><p> IF NOT EXIST "X:\Dummy.txt" Goto NoNetwork</p><p> CALL MediaPortal.Backup.cmd</p><p>[/code]</p></blockquote><p></p>
[QUOTE="RoChess, post: 1182471, member: 18896"] I use mapped paths all the time, but I do verify the path is functional before I allow MediaPortal to launch. Verify in a command line that the mapped path is available, when you use Explorer GUI it might be "created" in that moment, and when you have a password protected share that is being mapped this will cause issues for Moving-Pictures if that has not transpired before it is launched. This is what I use myself when my HTPC is started: [code] :NoNetwork IF NOT EXIST "X:\Dummy.txt" NET USE X: /DELETE IF NOT EXIST "X:\Dummy.txt" NET USE X: "\\SERVER\UNC Path" /PERSISTENT:YES IF NOT EXIST "X:\Dummy.txt" ping 1.1.1.1 -n 1 -w 5000 IF NOT EXIST "X:\Dummy.txt" Goto NoNetwork CALL MediaPortal.Backup.cmd [/code] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
MovPicNFO
Contact us
RSS
Top
Bottom